blob: 760a75ab57b03b4a68c1d1297e50cbb44d10ea80 [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:group",
10 "operation":"operation:and",
11 "operands":[
12 {
13 "@type":"korap:distance",
14 "key":"w",
15 "min":1,
16 "max":3
17 },
18 {
19 "@type":"korap:distance",
20 "key":"s",
21 "min":1,
22 "max":1
23 }
24 ]
25 }
26 ],
27 "operands":[
28 {
29 "@type":"korap:token",
30 "wrap":{
31 "@type":"korap:term",
32 "key":"Der",
33 "layer":"orth",
34 "match":"match:eq"
35 }
36 },
37 {
38 "@type":"korap:token",
39 "wrap":{
40 "@type":"korap:term",
41 "key":"Mann",
42 "layer":"orth",
43 "match":"match:eq"
44 }
45 }
46 ]
47 }
48}