blob: 06a97260929058dc9889a0fe53c929d22c35edf4 [file] [log] [blame]
Nils Diewald82a4b862014-02-20 21:17:41 +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" : 0,
11 "max" : 5
12 } ],
13 "operands" : [ {
14 "@type" : "korap:token",
15 "wrap" : {
16 "@type" : "korap:term",
17 "key" : "Tisch",
18 "layer" : "orth",
19 "match" : "match:eq"
20 }
21 }, {
22 "@type" : "korap:group",
23 "operation" : "operation:sequence",
24 "inOrder" : true,
25 "distances" : [ {
26 "@type" : "korap:distance",
27 "key" : "w",
28 "min" : 1,
29 "max" : 3
30 }, {
31 "@type" : "korap:distance",
32 "key" : "s",
33 "min" : 0,
34 "max" : 1
35 } ],
36 "operands" : [ {
37 "@type" : "korap:token",
38 "wrap" : {
39 "@type" : "korap:term",
40 "key" : "das",
41 "layer" : "orth",
42 "match" : "match:eq"
43 }
44 }, {
45 "@type" : "korap:token",
46 "wrap" : {
47 "@type" : "korap:term",
48 "key" : "Buch",
49 "layer" : "orth",
50 "match" : "match:eq"
51 }
52 } ]
53 } ]
54 }
55}