Nils Diewald | 8a6eafd | 2014-02-07 20:06:45 +0000 | [diff] [blame] | 1 | { |
Nils Diewald | 82a4b86 | 2014-02-20 21:17:41 +0000 | [diff] [blame] | 2 | "@context" : "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld", |
| 3 | "query": { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame^] | 4 | "@type": "koral:group", |
Nils Diewald | 82a4b86 | 2014-02-20 21:17:41 +0000 | [diff] [blame] | 5 | "operation" : "operation:sequence", |
| 6 | "operands": [ |
| 7 | { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame^] | 8 | "@type": "koral:group", |
Nils Diewald | 82a4b86 | 2014-02-20 21:17:41 +0000 | [diff] [blame] | 9 | "operation": "operation:or", |
| 10 | "operands": [ |
| 11 | { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame^] | 12 | "@type": "koral:token", |
Nils Diewald | 82a4b86 | 2014-02-20 21:17:41 +0000 | [diff] [blame] | 13 | "wrap": { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame^] | 14 | "@type": "koral:term", |
Nils Diewald | 82a4b86 | 2014-02-20 21:17:41 +0000 | [diff] [blame] | 15 | "foundry": "mate", |
| 16 | "layer": "lemma", |
| 17 | "key" : "foo" |
| 18 | } |
| 19 | }, |
| 20 | { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame^] | 21 | "@type": "koral:token", |
Nils Diewald | 82a4b86 | 2014-02-20 21:17:41 +0000 | [diff] [blame] | 22 | "wrap": { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame^] | 23 | "@type": "koral:term", |
Nils Diewald | 82a4b86 | 2014-02-20 21:17:41 +0000 | [diff] [blame] | 24 | "foundry": "mate", |
| 25 | "layer": "lemma", |
| 26 | "key" : "bar" |
| 27 | } |
| 28 | } |
| 29 | ] |
| 30 | }, |
| 31 | { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame^] | 32 | "@type": "koral:token", |
Nils Diewald | 82a4b86 | 2014-02-20 21:17:41 +0000 | [diff] [blame] | 33 | "wrap": { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame^] | 34 | "@type": "koral:term", |
Nils Diewald | 82a4b86 | 2014-02-20 21:17:41 +0000 | [diff] [blame] | 35 | "foundry": "mate", |
| 36 | "layer": "lemma", |
| 37 | "key" : "foobar" |
| 38 | } |
| 39 | } |
| 40 | ] |
Nils Diewald | 8a6eafd | 2014-02-07 20:06:45 +0000 | [diff] [blame] | 41 | } |
Nils Diewald | 8a6eafd | 2014-02-07 20:06:45 +0000 | [diff] [blame] | 42 | } |