blob: 4031774e4881d4f21a4400d7ba389e28e78d8dbb [file] [log] [blame]
Joachim Bingel0207d5e2014-02-12 14:18:41 +00001{
Joachim Bingel81812632014-02-18 08:55:22 +00002 "@context" : "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld",
Joachim Bingel0207d5e2014-02-12 14:18:41 +00003 "query" : {
4 "@type" : "korap:group",
5 "operation" : "operation:sequence",
6 "inOrder" : true,
7 "distances" : [ {
8 "@type" : "korap:distance",
9 "key" : "w",
10 "min" : 0,
11 "max" : 2
12 } ],
13 "operands" : [ {
14 "@type" : "korap:group",
15 "operation" : "operation:sequence",
16 "operands" : [ {
17 "@type" : "korap:token",
18 "wrap" : {
19 "@type" : "korap:term",
20 "key" : "Institut",
21 "layer" : "orth",
22 "match" : "match:eq"
23 }
24 }, {
25 "@type" : "korap:token",
26 "wrap" : {
27 "@type" : "korap:term",
28 "key" : "für",
29 "layer" : "orth",
30 "match" : "match:eq"
31 }
32 } ]
33 }, {
34 "@type" : "korap:token",
35 "wrap" : {
36 "@type" : "korap:term",
37 "key" : "Sprache",
38 "layer" : "orth",
39 "match" : "match:eq"
40 }
41 } ]
42 }
43}