blob: be037f79f53324398c1ffa03e7f18bb2da60b7dd [file] [log] [blame]
Nils Diewaldf0a341f2014-11-12 16:33:18 +00001{
2 "@context": "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld",
3 "meta":{
4 "startPage" : 1,
5 "count" : 5,
6 "context" : {
7 "left" : [ "token", 3 ],
8 "right" : [ "char", 6 ]
9 }
10 },
11 "query":{
12 "@type":"korap:group",
13 "operation":"operation:or",
14 "operands":[
15 {
16 "@type":"korap:token",
17 "wrap":{
18 "@type":"korap:term",
19 "layer":"orth",
20 "key":"a",
21 "match":"match:eq"
22 }
23 },{
24 "@type":"korap:token",
25 "wrap":{
26 "@type":"korap:term",
27 "layer":"orth",
28 "key":"b",
29 "match":"match:eq"
30 }
31 }
32 ]
33 }
34}