blob: f6d67a587ae1b1034eb411a8fc4f3f7e34149b1d [file] [log] [blame]
Joachim Bingela3d2d5f2014-02-12 10:22:24 +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":1,
12 "max":3
13 }
14 ],
15 "operands":[
16 {
17 "@type":"korap:token",
18 "wrap":{
19 "@type":"korap:term",
20 "key":"Der",
21 "layer":"orth",
22 "match":"eq"
23 }
24 },
25 {
26 "@type":"korap:token",
27 "wrap":{
28 "@type":"korap:term",
29 "key":"Mann",
30 "layer":"orth",
31 "match":"eq"
32 }
33 }
34 ]
35 }
Joachim Bingel11d5b152014-02-11 21:33:47 +000036}