blob: 16c16a06e45909bda3660e3d6d5875e9d222b186 [file] [log] [blame]
Nils Diewald9f310832013-12-06 22:38:55 +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:group",
23 "operands": [
24 {
25 "@type": "korap:element",
26 "@value": "np"
27 },
28 {
29 "@type": "korap:token",
30 "@value": {
31 "@type": "korap:term",
32 "@value": "base:Mann",
33 "relation": "="
34 }
35 }
36 ],
37 "position": "within",
38 "relation": "position"
39 },
40 "startIndex": -2
41}