Nils Diewald | 8a6eafd | 2014-02-07 20:06:45 +0000 | [diff] [blame] | 1 | { |
Nils Diewald | 93d6d1b | 2015-02-02 21:47:43 +0000 | [diff] [blame^] | 2 | "@context" : "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld", |
Nils Diewald | 8a6eafd | 2014-02-07 20:06:45 +0000 | [diff] [blame] | 3 | "query": { |
Nils Diewald | 93d6d1b | 2015-02-02 21:47:43 +0000 | [diff] [blame^] | 4 | "@type": "korap:reference", |
Nils Diewald | 56dc258 | 2014-11-04 21:33:46 +0000 | [diff] [blame] | 5 | "classRef": [1], |
Nils Diewald | 8a6eafd | 2014-02-07 20:06:45 +0000 | [diff] [blame] | 6 | "operands": [ |
| 7 | { |
| 8 | "@type": "korap:group", |
| 9 | "operation": "operation:sequence", |
| 10 | "operands": [ |
| 11 | { |
| 12 | "@type": "korap:group", |
Nils Diewald | c86aa48 | 2014-02-12 16:58:05 +0000 | [diff] [blame] | 13 | "operation":"operation:class", |
Nils Diewald | 93d6d1b | 2015-02-02 21:47:43 +0000 | [diff] [blame^] | 14 | "classOut": 1, |
Nils Diewald | 8a6eafd | 2014-02-07 20:06:45 +0000 | [diff] [blame] | 15 | "operands": [ |
| 16 | { |
| 17 | "@type": "korap:token", |
| 18 | "wrap": { |
| 19 | "@type": "korap:term", |
Nils Diewald | c86aa48 | 2014-02-12 16:58:05 +0000 | [diff] [blame] | 20 | "foundry" : "mate", |
| 21 | "layer": "lemma", |
Nils Diewald | 8a6eafd | 2014-02-07 20:06:45 +0000 | [diff] [blame] | 22 | "key" : "foo" |
| 23 | } |
| 24 | } |
| 25 | ] |
| 26 | }, |
| 27 | { |
| 28 | "@type": "korap:token", |
| 29 | "wrap": { |
| 30 | "@type": "korap:term", |
| 31 | "layer": "orth", |
| 32 | "key" : "bar" |
| 33 | } |
| 34 | } |
| 35 | ] |
| 36 | } |
| 37 | ] |
| 38 | } |
| 39 | } |