blob: 2dff321aa93d19545da08a4d79c956cea2edeb53 [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:group",
9 "operation" : "operation:and",
10 "operands" : [ {
11 "@type" : "korap:distance",
12 "key" : "w",
13 "min" : 1,
14 "max" : 3
15 }, {
16 "@type" : "korap:distance",
17 "key" : "s",
18 "min" : 1,
19 "max" : 1
20 } ]
21 } ],
22 "operands" : [ {
23 "@type" : "korap:token",
24 "wrap" : {
25 "@type" : "korap:term",
26 "key" : "das",
27 "layer" : "orth",
28 "match" : "match:eq"
29 }
30 }, {
31 "@type" : "korap:token",
32 "wrap" : {
33 "@type" : "korap:term",
34 "key" : "Buch",
35 "layer" : "orth",
36 "match" : "match:eq"
37 }
38 } ]
39 }
Nils Diewald82a4b862014-02-20 21:17:41 +000040}