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", | ||||
5 | "frame": "frame:contains", | ||||
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 | }, | ||||
24 | "startIndex": -2 | ||||
25 | } |