blob: d86045eeb8395a83d1bcf4f096d48ece2f4e5a6d [file] [log] [blame]
Nils Diewaldd7cb0eb2014-02-12 23:06:10 +00001{
Nils Diewald82a4b862014-02-20 21:17:41 +00002 "@context" : "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld",
Nils Diewaldd7cb0eb2014-02-12 23:06:10 +00003 "query" : {
4 "@type" : "korap:group",
5 "operation" : "operation:sequence",
6 "inOrder" : true,
7 "distances" : [ {
8 "@type" : "korap:distance",
9 "key" : "w",
10 "min" : 1,
11 "max" : 3
12 } ],
13 "operands" : [ {
14 "@type" : "korap:token",
15 "wrap" : {
16 "@type" : "korap:term",
17 "key" : "das",
18 "layer" : "orth",
19 "match" : "match:eq"
20 }
21 }, {
22 "@type" : "korap:token",
23 "wrap" : {
24 "@type" : "korap:term",
25 "key" : "Buch",
26 "layer" : "orth",
27 "match" : "match:eq"
28 }
29 } ]
30 }
Nils Diewald82a4b862014-02-20 21:17:41 +000031}