blob: 6f84a2b1ee15339a3d1b54aa1a8ee459efc0fbdf [file] [log] [blame]
Nils Diewald164f8be2014-02-13 02:43:16 +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 "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 "caseInsensitive" : true,
21 "match" : "match:eq"
22 }
23 }, {
24 "@type" : "korap:token",
25 "wrap" : {
26 "@type" : "korap:term",
27 "caseInsensitive" : true,
28 "key" : "deutsche",
29 "layer" : "orth",
30 "match" : "match:eq"
31 }
32 }, {
33 "@type" : "korap:token",
34 "wrap" : {
35 "@type" : "korap:term",
36 "key" : "Sprache",
37 "layer" : "orth",
38 "match" : "match:eq"
39 }
40 } ]
41 }
42}