blob: 6b82550e9f98ec14cece4acaa80c604cc4439d41 [file] [log] [blame]
Nils Diewald01b4ce32013-12-05 22:39:25 +00001{
2 "@context": {
3 "korap": "http://korap.ids-mannheim.de/ns/query",
4 "@language": "de",
5 "operands": {
6 "@id": "korap:operands",
7 "@container": "@list"
8 },
9 "relation": {
10 "@id": "korap:relation",
11 "@type": "korap:relation#types"
12 },
13 "class": {
14 "@id": "korap:class",
15 "@type": "xsd:integer"
16 },
17 "query": "korap:query",
18 "filter": "korap:filter",
19 "meta": "korap:meta"
20 },
21 "startPage" : 2,
22 "count" : 5,
23 "context" : {
24 "left" : [ "token", 3 ],
25 "right" : [ "char", 6 ]
26 },
27 "query":{
28 "@type":"korap:group",
29 "relation":"or",
30 "operands":[
31 {
32 "@type":"korap:token",
33 "@value":{
34 "@type":"korap:term",
35 "@value":"base:Vokal",
36 "relation":"="
37 }
38 },
39 {
40 "@type":"korap:sequence",
41 "operands":[
42 {
43 "@type":"korap:token",
44 "@value":{
45 "@type":"korap:term",
46 "@value":"base:der",
47 "relation":"="
48 }
49 },
50 {
51 "@type":"korap:token",
52 "@value":{
53 "@type":"korap:term",
54 "@value":"mate/p:ADJA",
55 "relation":"="
56 }
57 }
58 ]
59 }
60 ]
61 },
62 "meta": [
63 {
64 "@type": "korap:meta-filter",
65 "@id": "korap-filter#id-1223232",
66 "@value": {
67 "@type": "korap:term",
68 "@field": "korap:field#textClass",
69 "@value": "baum"
70 }
71 }
72 ]
73}