blob: c8a9b6f8d5492ebd5e6be09f1f6badd6c59c5d09 [file] [log] [blame]
Joachim Bingela9baacf2013-12-04 18:19:48 +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:sequence",
23 "operands": [
24 {
25 "@type": "korap:token",
26 "@value": {
27 "@type": "korap:term",
28 "@value": "base:Katze",
29 "relation": "="
30 }
31 },
32 {
33 "@type": "korap:token",
34 "@value": {
35 "@type": "korap:term",
36 "@value": "orth:und",
37 "relation": "="
38 }
39 },
40 {
41 "@type": "korap:token",
42 "@value": {
43 "@type": "korap:term",
44 "@value": "orth:Hunde",
45 "relation": "="
46 }
47 }
48 ]
49 }
50}