blob: 08361d2430c9114dc59d56c6ff8e7366ac009465 [file] [log] [blame]
Nils Diewaldd7cb0eb2014-02-12 23:06:10 +00001{
Nils Diewald82a4b862014-02-20 21:17:41 +00002 "@context" : "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld",
Nils Diewaldd7cb0eb2014-02-12 23:06:10 +00003 "query" : {
4 "@type" : "korap:group",
5 "operation" : "operation:sequence",
6 "operands" : [ {
7 "@type" : "korap:token",
8 "wrap" : {
9 "@type" : "korap:term",
10 "key" : "Institut",
11 "layer" : "orth",
12 "match" : "match:eq"
13 }
14 }, {
15 "@type" : "korap:token",
16 "wrap" : {
17 "@type" : "korap:term",
18 "key" : "für",
19 "layer" : "orth",
20 "match" : "match:eq"
21 }
22 }, {
23 "@type" : "korap:token",
24 "wrap" : {
25 "@type" : "korap:term",
26 "caseInsensitive" : true,
27 "key" : "deutsche",
28 "layer" : "orth",
29 "match" : "match:eq"
30 }
31 }, {
32 "@type" : "korap:token",
33 "wrap" : {
34 "@type" : "korap:term",
35 "key" : "Sprache",
36 "layer" : "orth",
37 "match" : "match:eq"
38 }
39 } ]
40 }
Nils Diewald82a4b862014-02-20 21:17:41 +000041}