blob: 151b198b7f9ce70691d37daad38ed1c9614aaeaa [file] [log] [blame]
Joachim Bingela3d2d5f2014-02-12 10:22:24 +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 "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}