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": { |
| 4 | "@type": "korap:group", |
| 5 | "operation" : "operation:sequence", |
| 6 | "operands": [ |
| 7 | { |
| 8 | "@type": "korap:token", |
| 9 | "wrap": { |
| 10 | "@type": "korap:term", |
Nils Diewald | c86aa48 | 2014-02-12 16:58:05 +0000 | [diff] [blame] | 11 | "foundry" : "mate", |
| 12 | "layer": "lemma", |
Nils Diewald | 8a6eafd | 2014-02-07 20:06:45 +0000 | [diff] [blame] | 13 | "key" : "Katze" |
| 14 | } |
| 15 | }, |
| 16 | { |
| 17 | "@type": "korap:token", |
| 18 | "wrap": { |
| 19 | "@type": "korap:term", |
| 20 | "layer": "orth", |
| 21 | "key" : "und" |
| 22 | } |
| 23 | }, |
| 24 | { |
| 25 | "@type": "korap:token", |
| 26 | "wrap": { |
| 27 | "@type": "korap:term", |
| 28 | "layer": "orth", |
| 29 | "key" : "Hunde" |
| 30 | } |
| 31 | } |
| 32 | ] |
| 33 | } |
| 34 | } |