Nils Diewald | c025a23 | 2014-02-28 19:01:14 +0000 | [diff] [blame] | 1 | { |
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 | { | ||||
8 | "@type": "korap:token", | ||||
9 | "wrap" : { | ||||
10 | "@type": "korap:term", | ||||
11 | "layer": "orth", | ||||
12 | "key" : "der" | ||||
13 | } | ||||
14 | }, | ||||
15 | { | ||||
16 | "@type": "korap:token", | ||||
17 | "wrap" : { | ||||
18 | "@type": "korap:term", | ||||
19 | "layer": "orth", | ||||
20 | "key" : "Mann" | ||||
21 | } | ||||
22 | }, | ||||
23 | { | ||||
24 | "@type": "korap:token", | ||||
25 | "wrap" : { | ||||
26 | "@type": "korap:term", | ||||
27 | "layer": "orth", | ||||
28 | "key" : "und" | ||||
29 | } | ||||
30 | } | ||||
31 | ] | ||||
32 | } | ||||
33 | } |