blob: d39a7926002b6c78a57de945575925950170221f [file] [log] [blame]
Nils Diewaldc86aa482014-02-12 16:58:05 +00001{
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}