Nils Diewald | 82a4b86 | 2014-02-20 21:17:41 +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 | "foundry": "mate", | ||||
12 | "layer": "pos", | ||||
13 | "key" : "ADJA" | ||||
14 | } | ||||
15 | }, | ||||
16 | { | ||||
17 | "@type": "korap:token", | ||||
18 | "wrap" : { | ||||
19 | "@type": "korap:term", | ||||
20 | "foundry": "mate", | ||||
21 | "layer": "pos", | ||||
22 | "key" : "NE" | ||||
23 | } | ||||
24 | } | ||||
25 | ] | ||||
26 | } | ||||
27 | } |