blob: b6b1bff22864366967ed348ccb15ec5d2a317c73 [file] [log] [blame]
Nils Diewald22efd2d2013-11-29 22:54:24 +00001{
Joachim Bingela9baacf2013-12-04 18:19:48 +00002 "@context": {
3 "@language": "de",
4 "class": {
5 "@id": "korap:class",
6 "@type": "xsd:integer"
7 },
8 "filter": "korap:filter",
9 "korap": "http://korap.ids-mannheim.de/ns/query",
10 "meta": "korap:meta",
11 "operands": {
12 "@container": "@list",
13 "@id": "korap:operands"
14 },
15 "query": "korap:query",
16 "relation": {
17 "@id": "korap:relation",
18 "@type": "korap:relation#types"
19 }
20 },
21 "query": {
22 "@type": "korap:sequence",
23 "operands": [
24 {
25 "@type": "korap:group",
26 "operands": [
27 {
28 "@type": "korap:token",
29 "@value": {
30 "@type": "korap:term",
31 "@value": "base:foo",
32 "relation": "="
33 }
34 },
35 {
36 "@type": "korap:token",
37 "@value": {
38 "@type": "korap:term",
39 "@value": "base:bar",
40 "relation": "="
41 }
42 }
43 ],
44 "relation": "or"
45 },
46 {
47 "@type": "korap:token",
48 "@value": {
49 "@type": "korap:term",
50 "@value": "base:foobar",
51 "relation": "="
52 }
Nils Diewald22efd2d2013-11-29 22:54:24 +000053 }
Joachim Bingela9baacf2013-12-04 18:19:48 +000054 ]
55 }
Nils Diewald22efd2d2013-11-29 22:54:24 +000056}