blob: aa430e8b5da24c83b47019d216f3a5144cd8d65e [file] [log] [blame]
Joachim Bingel0207d5e2014-02-12 14:18: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:group",
15 "operation" : "operation:sequence",
16 "inOrder" : true,
17 "distances" : [ {
18 "@type" : "korap:group",
19 "operation" : "operation:and",
20 "operands" : [ {
21 "@type" : "korap:distance",
22 "key" : "w",
23 "min" : 1,
24 "max" : 3
25 }, {
26 "@type" : "korap:distance",
27 "key" : "s",
28 "min" : 1,
29 "max" : 1
30 } ]
31 } ],
32 "operands" : [ {
33 "@type" : "korap:token",
34 "wrap" : {
35 "@type" : "korap:term",
36 "key" : "das",
37 "layer" : "orth",
38 "match" : "match:eq"
39 }
40 }, {
41 "@type" : "korap:token",
42 "wrap" : {
43 "@type" : "korap:term",
44 "key" : "Buch",
45 "layer" : "orth",
46 "match" : "match:eq"
47 }
48 } ]
49 }, {
50 "@type" : "korap:group",
51 "operation" : "operation:sequence",
52 "operands" : [ {
53 "@type" : "korap:token",
54 "wrap" : {
55 "@type" : "korap:term",
56 "key" : "auf",
57 "layer" : "orth",
58 "match" : "match:eq"
59 }
60 }, {
61 "@type" : "korap:token",
62 "wrap" : {
63 "@type" : "korap:term",
64 "key" : "dem",
65 "layer" : "orth",
66 "match" : "match:eq"
67 }
68 }, {
69 "@type" : "korap:token",
70 "wrap" : {
71 "@type" : "korap:term",
72 "key" : "Tisch",
73 "layer" : "orth",
74 "match" : "match:eq"
75 }
76 } ]
77 } ]
78 }
79}