blob: 43d37d16901f5646e0a4169a52aa201715bed36f [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 "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 "key" : "deutsch",
27 "layer" : "lemma",
28 "match" : "match:eq"
29 }
30 }, {
31 "@type" : "korap:token",
32 "wrap" : {
33 "@type" : "korap:term",
34 "key" : "Sprache",
35 "layer" : "orth",
36 "match" : "match:eq"
37 }
38 } ]
39 }
40}