blob: 2c77f42abc42cbae4e2ad58a88a47609a8dbcddb [file] [log] [blame]
Nils Diewaldd7cb0eb2014-02-12 23:06:10 +00001{
2 "context" : "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld",
3 "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 }
31}