blob: 9b9222d6e7b171c503b679ed9097a493d310f2ad [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:token",
51 "wrap" : {
52 "@type" : "korap:term",
53 "key" : "Tisch",
54 "layer" : "orth",
55 "match" : "match:eq"
56 }
57 } ]
58 }
59}