blob: 8e156cf55bb12f9d654d6a750d3ab3cb0c1d8b9c [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:token",
18 "wrap":{
19 "@type":"korap:term",
20 "key":"geht",
21 "layer":"orth",
22 "match":"match:eq"
23 }
24 },
25 {
26 "@type":"korap:group",
27 "operation":"operation:sequence",
28 "inOrder":true,
29 "distances":[
30 {
31 "@type":"korap:group",
32 "operation":"operation:and",
33 "operands":[
34 {
35 "@type":"korap:distance",
36 "key":"w",
37 "min":1,
38 "max":3
39 },
40 {
41 "@type":"korap:distance",
42 "key":"s",
43 "min":1,
44 "max":1
45 }
46 ]
47 }
48 ],
49 "operands":[
50 {
51 "@type":"korap:token",
52 "wrap":{
53 "@type":"korap:term",
54 "key":"Der",
55 "layer":"orth",
56 "match":"match:eq"
57 }
58 },
59 {
60 "@type":"korap:token",
61 "wrap":{
62 "@type":"korap:term",
63 "key":"Mann",
64 "layer":"orth",
65 "match":"match:eq"
66 }
67 }
68 ]
69 }
70 ]
71 }
72}