Nils Diewald | 82a4b86 | 2014-02-20 21:17:41 +0000 | [diff] [blame] | 1 | { |
| 2 | "@context" : "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld", |
| 3 | "query": { |
| 4 | "@type": "korap:group", |
| 5 | "operation": "operation:position", |
Nils Diewald | 93d6d1b | 2015-02-02 21:47:43 +0000 | [diff] [blame] | 6 | "frames": ["frames:isAround"], |
Nils Diewald | 82a4b86 | 2014-02-20 21:17:41 +0000 | [diff] [blame] | 7 | "operands": [ |
| 8 | { |
| 9 | "@type": "korap:span", |
| 10 | "layer" : "c", |
| 11 | "foundry" : "cnx", |
| 12 | "key": "np" |
| 13 | }, |
| 14 | { |
| 15 | "@type": "korap:token", |
| 16 | "wrap" : { |
| 17 | "@type": "korap:term", |
| 18 | "foundry": "mate", |
| 19 | "layer": "pos", |
| 20 | "key" : "NE" |
| 21 | } |
| 22 | } |
| 23 | ] |
| 24 | } |
| 25 | } |