Nils Diewald | f0a341f | 2014-11-12 16:33:18 +0000 | [diff] [blame] | 1 | { |
| 2 | "@context": "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld", |
| 3 | "meta":{ |
| 4 | "startPage" : 1, |
| 5 | "count" : 5, |
| 6 | "context" : { |
| 7 | "left" : [ "token", 3 ], |
| 8 | "right" : [ "char", 6 ] |
| 9 | } |
| 10 | }, |
| 11 | "query":{ |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 12 | "@type":"koral:group", |
Nils Diewald | f0a341f | 2014-11-12 16:33:18 +0000 | [diff] [blame] | 13 | "operation":"operation:or", |
| 14 | "operands":[ |
| 15 | { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 16 | "@type":"koral:token", |
Nils Diewald | f0a341f | 2014-11-12 16:33:18 +0000 | [diff] [blame] | 17 | "wrap":{ |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 18 | "@type":"koral:term", |
Nils Diewald | f0a341f | 2014-11-12 16:33:18 +0000 | [diff] [blame] | 19 | "layer":"orth", |
| 20 | "key":"a", |
| 21 | "match":"match:eq" |
| 22 | } |
| 23 | },{ |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 24 | "@type":"koral:token", |
Nils Diewald | f0a341f | 2014-11-12 16:33:18 +0000 | [diff] [blame] | 25 | "wrap":{ |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 26 | "@type":"koral:term", |
Nils Diewald | f0a341f | 2014-11-12 16:33:18 +0000 | [diff] [blame] | 27 | "layer":"orth", |
| 28 | "key":"b", |
| 29 | "match":"match:eq" |
| 30 | } |
| 31 | } |
| 32 | ] |
| 33 | } |
| 34 | } |