blob: aa1e7293b3fc987719dcd30435fbe92807284010 [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",
6 "frame": "frame:contains",
7 "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",
17 "class" : 1,
18 "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}