blob: 5ee97912d39812a147faf160c52ef85389d364f3 [file] [log] [blame]
Nils Diewald6802acd2014-03-18 18:29:30 +00001{
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 Diewald93d6d1b2015-02-02 21:47:43 +00006 "frames": ["frames:isAround"],
Nils Diewald6802acd2014-03-18 18:29:30 +00007 "operands": [
8 {
9 "@type": "korap:span",
10 "layer" : "c",
11 "foundry" : "cnx",
12 "key": "np"
13 },
14 {
15 "@type" : "korap:group",
16 "operation" : "operation:class",
Nils Diewald93d6d1b2015-02-02 21:47:43 +000017 "classOut" : 1,
Nils Diewald6802acd2014-03-18 18:29:30 +000018 "operands" : [
19 {
20 "@type": "korap:token",
21 "wrap" : {
22 "@type": "korap:term",
23 "foundry": "mate",
24 "layer": "pos",
25 "key" : "NE"
26 }
27 }
28 ]
29 }
30 ]
31 }
32}