blob: dc4ace27bfd023d00abc247131b1c1e748c5da64 [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 "operation": "operation:position",
6 "frame": "frame:contains",
7 "operands": [
8 {
9 "@type": "korap:span",
10 "foundry" : "cnx",
11 "layer" : "c",
12 "key": "np"
13 },
14 {
15 "@type": "korap:token",
16 "wrap": {
17 "@type": "korap:term",
18 "foundry" : "mate",
19 "layer": "l",
20 "key" : "Mann",
21 "match": "match:eq"
22 }
23 }
24 ]
25 },
Nils Diewald23417e82014-02-12 18:33:24 +000026 "meta":{
27 "count": 100,
28 "startPage": 1000
29 }
Nils Diewaldc86aa482014-02-12 16:58:05 +000030}