blob: 488d3af48796d61d78f1d0979b93c3d25d8504ba [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: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:group",
27 "operation" : "operation:and",
28 "operands" : [ {
29 "@type" : "korap:distance",
30 "key" : "w",
31 "min" : 1,
32 "max" : 3
33 }, {
34 "@type" : "korap:distance",
35 "key" : "s",
36 "min" : 1,
37 "max" : 1
38 } ]
39 } ],
40 "operands" : [ {
41 "@type" : "korap:token",
42 "wrap" : {
43 "@type" : "korap:term",
44 "key" : "das",
45 "layer" : "orth",
46 "match" : "match:eq"
47 }
48 }, {
49 "@type" : "korap:token",
50 "wrap" : {
51 "@type" : "korap:term",
52 "key" : "Buch",
53 "layer" : "orth",
54 "match" : "match:eq"
55 }
56 } ]
57 } ]
58 }
59}