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