blob: 5361a5c1e695472a8916235cae6f9a63c885fc5e [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:or",
6 "operands": [
7 {
8 "@type": "korap:token",
9 "wrap": {
10 "@type": "korap:term",
11 "layer": "base",
12 "key": "foo"
13 }
14 },
15 {
16 "@type": "korap:group",
17 "min" : 0,
18 "operation": "operation:repetition",
19 "operands": [
20 {
21 "@type": "korap:group",
22 "operation" : "operation:sequence",
23 "operands": [
24 {
25 "@type": "korap:token",
26 "wrap": {
27 "@type": "korap:term",
28 "key": "foo",
29 "layer" : "base"
30 }
31 },
32 {
33 "@type": "korap:token",
34 "wrap": {
35 "@type": "korap:term",
36 "layer": "base",
37 "key" : "bar"
38 }
39 }
40 ]
41 }
42 ]
43 }
44 ]
Nils Diewald8a6eafd2014-02-07 20:06:45 +000045 }
Nils Diewald82a4b862014-02-20 21:17:41 +000046}