blob: 4eb25c8d06209c761c259a34164a6b8ccfffd976 [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:token",
63 "wrap":{
64 "@type":"korap:term",
65 "key":"geht",
66 "layer":"orth",
67 "match":"match:eq"
68 }
69 }
70 ]
71 }
72}