blob: 52909b8c42a3e12fdfb2a7225b195ada0c8659c9 [file] [log] [blame]
Joachim Bingel4d9986c2013-12-04 18:50:38 +00001{
2 "@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:token",
23 "@value": {
24 "@type": "korap:group",
25 "operands": [
26 {
27 "@type": "korap:group",
28 "operands": [
29 {
30 "@type": "korap:term",
31 "@value": "base:bar",
32 "relation": "="
33 },
34 {
35 "@type": "korap:term",
36 "@value": "base:foo",
37 "relation": "="
38 }
39 ],
40 "relation": "or"
41 },
42 {
43 "@type": "korap:term",
44 "@value": "orth:foobar",
45 "relation": "="
46 }
47 ],
48 "relation": "and"
49 }
50 }
51}