blob: 4187ded2b2ae8d2b9093f6f862fd6340db5acfda [file] [log] [blame]
Nils Diewaldb84e7272014-11-07 01:27:38 +00001{
2 "@context": "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld",
3 "query": {
4 "@type" : "korap:group",
5 "distances" : [
6 {
7 "@type" : "korap:distance",
8 "boundary" : {
9 "@type" : "korap:boundary",
10 "max" : 11,
11 "min" : 1
12 },
13 "key" : "w",
14 "max" : 11,
15 "min" : 1
16 }
17 ],
18 "inOrder" : true,
19 "operands" : [
20 {
21 "@type" : "korap:token",
22 "wrap" : {
23 "@type" : "korap:term",
24 "key" : "er",
25 "layer" : "orth",
26 "match" : "match:eq"
27 }
28 },
29 {
30 "@type" : "korap:group",
31 "distances" : [
32 {
33 "@type" : "korap:distance",
34 "boundary" : {
35 "@type" : "korap:boundary",
36 "max" : 11,
37 "min" : 2
38 },
39 "key" : "w",
40 "max" : 11,
41 "min" : 2
42 }
43 ],
44 "inOrder" : true,
45 "operands" : [
46 {
47 "@type" : "korap:token",
48 "wrap" : {
49 "@type" : "korap:term",
50 "key" : "kann",
51 "layer" : "orth",
52 "match" : "match:eq"
53 }
54 },
55 {
56 "@type" : "korap:token",
57 "wrap" : {
58 "@type" : "korap:term",
59 "key" : "sagte",
60 "layer" : "orth",
61 "match" : "match:eq"
62 }
63 }
64 ],
65 "operation" : "operation:sequence"
66 }
67 ],
68 "operation" : "operation:sequence"
69 }
70}