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