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:class", |
Nils Diewald | 93d6d1b | 2015-02-02 21:47:43 +0000 | [diff] [blame] | 10 | "classOut": 1, |
Nils Diewald | 8a6eafd | 2014-02-07 20:06:45 +0000 | [diff] [blame] | 11 | "operands": [ |
| 12 | { |
| 13 | "@type": "korap:token", |
| 14 | "wrap": { |
| 15 | "@type": "korap:term", |
Nils Diewald | c86aa48 | 2014-02-12 16:58:05 +0000 | [diff] [blame] | 16 | "foundry" : "mate", |
| 17 | "layer": "lemma", |
Nils Diewald | 8a6eafd | 2014-02-07 20:06:45 +0000 | [diff] [blame] | 18 | "key" : "Mann" |
| 19 | } |
| 20 | } |
| 21 | ] |
| 22 | } |
| 23 | ] |
| 24 | } |
| 25 | } |