Joachim Bingel | 0207d5e | 2014-02-12 14:18:41 +0000 | [diff] [blame] | 1 | { |
Joachim Bingel | 8181263 | 2014-02-18 08:55:22 +0000 | [diff] [blame] | 2 | "@context" : "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld", |
Joachim Bingel | 0207d5e | 2014-02-12 14:18:41 +0000 | [diff] [blame] | 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 | "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 | } |