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", |
Nils Diewald | 93d6d1b | 2015-02-02 21:47:43 +0000 | [diff] [blame^] | 5 | "frames": ["frames:startsWith", "frames:alignsLeft", "frames:matches"], |
Nils Diewald | 8a6eafd | 2014-02-07 20:06:45 +0000 | [diff] [blame] | 6 | "operation": "operation:position", |
| 7 | "operands": [ |
| 8 | { |
| 9 | "@type": "korap:span", |
| 10 | "key": "np" |
| 11 | }, |
| 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", |
Nils Diewald | 8a6eafd | 2014-02-07 20:06:45 +0000 | [diff] [blame] | 17 | "layer": "pos", |
| 18 | "key" : "Det", |
Nils Diewald | c86aa48 | 2014-02-12 16:58:05 +0000 | [diff] [blame] | 19 | "match" : "match:eq" |
Nils Diewald | 8a6eafd | 2014-02-07 20:06:45 +0000 | [diff] [blame] | 20 | } |
| 21 | } |
| 22 | ] |
| 23 | } |
| 24 | } |