blob: 7b0b48f0a9c80f0be7785465e69407e79f1f1ad8 [file] [log] [blame]
Akron31bc9aa2015-06-27 13:58:11 +02001{
2 "@context" : "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld",
3 "query": {
4 "@type": "koral:group",
5 "operation": "operation:disjunction",
6 "operands": [
7 {
8 "@type": "koral:token",
9 "wrap": {
10 "@type": "koral:term",
11 "layer": "base",
12 "key": "foo"
13 }
14 },
15 {
16 "@type": "koral:group",
17 "min" : 0,
18 "operation": "operation:repetition",
19 "operands": [
20 {
21 "@type": "koral:group",
22 "operation" : "operation:sequence",
23 "operands": [
24 {
25 "@type": "koral:token",
26 "wrap": {
27 "@type": "koral:term",
28 "key": "foo",
29 "layer" : "base"
30 }
31 },
32 {
33 "@type": "koral:token",
34 "wrap": {
35 "@type": "koral:term",
36 "layer": "base",
37 "key" : "bar"
38 }
39 }
40 ]
41 }
42 ]
43 }
44 ]
45 }
46}