blob: 9a3a0768436d0ed04542766c399c0e311f67627d [file] [log] [blame]
Nils Diewald8a6eafd2014-02-07 20:06:45 +00001{
Nils Diewald82a4b862014-02-20 21:17:41 +00002 "@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:group",
9 "operation": "operation:or",
10 "operands": [
11 {
12 "@type": "korap:token",
13 "wrap": {
14 "@type": "korap:term",
15 "foundry": "mate",
16 "layer": "lemma",
17 "key" : "foo"
18 }
19 },
20 {
21 "@type": "korap:token",
22 "wrap": {
23 "@type": "korap:term",
24 "foundry": "mate",
25 "layer": "lemma",
26 "key" : "bar"
27 }
28 }
29 ]
30 },
31 {
32 "@type": "korap:token",
33 "wrap": {
34 "@type": "korap:term",
35 "foundry": "mate",
36 "layer": "lemma",
37 "key" : "foobar"
38 }
39 }
40 ]
Nils Diewald8a6eafd2014-02-07 20:06:45 +000041 }
Nils Diewald8a6eafd2014-02-07 20:06:45 +000042}