Joachim Bingel | a3d2d5f | 2014-02-12 10:22:24 +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 | "key":"Der", | ||||
12 | "layer":"orth", | ||||
13 | "match":"eq" | ||||
14 | } | ||||
15 | }, | ||||
16 | { | ||||
17 | "@type":"korap:token", | ||||
18 | "wrap":{ | ||||
19 | "@type":"korap:term", | ||||
20 | "key":"Mann", | ||||
21 | "layer":"orth", | ||||
22 | "match":"eq" | ||||
23 | } | ||||
24 | } | ||||
25 | ] | ||||
26 | } | ||||
27 | } |