blob: 384175d9488a5112a91cf162fe83188476588d52 [file] [log] [blame]
Nils Diewald8a6eafd2014-02-07 20:06:45 +00001{
Nils Diewald93d6d1b2015-02-02 21:47:43 +00002 "@context" : "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld",
Nils Diewald8a6eafd2014-02-07 20:06:45 +00003 "query": {
4 "@type": "korap:group",
5 "operation" : "operation:sequence",
6 "operands": [
7 {
8 "@type": "korap:token",
9 "wrap": {
10 "@type": "korap:term",
Nils Diewaldc86aa482014-02-12 16:58:05 +000011 "foundry" : "mate",
12 "layer": "lemma",
Nils Diewald8a6eafd2014-02-07 20:06:45 +000013 "key" : "Katze"
14 }
15 },
16 {
17 "@type": "korap:token",
18 "wrap": {
19 "@type": "korap:term",
20 "layer": "orth",
21 "key" : "und"
22 }
23 },
24 {
25 "@type": "korap:token",
26 "wrap": {
27 "@type": "korap:term",
28 "layer": "orth",
29 "key" : "Hunde"
30 }
31 }
32 ]
33 }
34}