blob: ceed6acfe357593719bfc7d5bed5ccc0411e5bb9 [file] [log] [blame]
Nils Diewald23417e82014-02-12 18:33:24 +00001{
Nils Diewald1e5d5942014-05-20 13:29:53 +00002 "@context": "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld",
3 "query":{
4 "@type":"korap:token",
5 "wrap":{
6 "@type":"korap:term",
7 "foundry" : "mate",
8 "layer":"l",
9 "key":"wert",
10 "match":"match:eq"
11 }
12 },
13 "collections":[
14 {
15 "@type":"korap:meta-filter",
16 "@value":{
17 "@type":"korap:term",
18 "@field":"korap:field#corpusID",
19 "@value":"WPD"
20 }
21 }
22 ],
23 "meta":{
24 "startPage":1,
25 "count":25,
26 "context":{"left":["char",210],"right":["char",210]},
27 "cutOff":true
28 }
29}