blob: 52bf24aab6f8878618df4b148af65d39518cdd9f [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" : 1,
12 "exclude" : true
13 } ],
14 "operands" : [ {
15 "@type" : "korap:group",
16 "operation" : "operation:sequence",
17 "operands" : [ {
18 "@type" : "korap:token",
19 "wrap" : {
20 "@type" : "korap:term",
21 "key" : "Institut",
22 "layer" : "orth",
23 "match" : "match:eq"
24 }
25 }, {
26 "@type" : "korap:token",
27 "wrap" : {
28 "@type" : "korap:term",
29 "key" : "für",
30 "layer" : "orth",
31 "match" : "match:eq"
32 }
33 } ]
34 }, {
35 "@type" : "korap:group",
36 "operation" : "operation:sequence",
37 "operands" : [ {
38 "@type" : "korap:token",
39 "wrap" : {
40 "@type" : "korap:term",
41 "key" : "deutsche",
42 "layer" : "orth",
43 "match" : "match:eq"
44 }
45 }, {
46 "@type" : "korap:token",
47 "wrap" : {
48 "@type" : "korap:term",
49 "key" : "Sprache",
50 "layer" : "orth",
51 "match" : "match:eq"
52 }
53 } ]
54 } ]
55 }
56}