blob: 123ce0bcd3b22ed5bc33b86861d32ee4f4ba7e7e [file] [log] [blame]
Nils Diewald1e5d5942014-05-20 13:29:53 +00001{
2 "@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":"sentence"
27 }
28}