Nils Diewald | c86aa48 | 2014-02-12 16:58:05 +0000 | [diff] [blame] | 1 | { |
| 2 | "@context": "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld", |
| 3 | "query": { |
| 4 | "@type": "korap:group", |
Nils Diewald | 93d6d1b | 2015-02-02 21:47:43 +0000 | [diff] [blame] | 5 | "frames": ["frame:isAround"], |
Nils Diewald | c86aa48 | 2014-02-12 16:58:05 +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", |
| 16 | "foundry" : "mate", |
| 17 | "layer": "l", |
| 18 | "key" : "Mann", |
| 19 | "match": "match:eq" |
| 20 | } |
| 21 | } |
| 22 | ], |
| 23 | }, |
Nils Diewald | 23417e8 | 2014-02-12 18:33:24 +0000 | [diff] [blame] | 24 | "meta":{ |
Nils Diewald | c86aa48 | 2014-02-12 16:58:05 +0000 | [diff] [blame] | 25 | "startIndex": -2 |
Nils Diewald | 23417e8 | 2014-02-12 18:33:24 +0000 | [diff] [blame] | 26 | } |
Nils Diewald | c86aa48 | 2014-02-12 16:58:05 +0000 | [diff] [blame] | 27 | } |