blob: 36acfe9474948f773603e6712d0511148d314b3f [file] [log] [blame]
Nils Diewald82a4b862014-02-20 21:17:41 +00001{
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}