blob: 8dd978f523cab1163d09b2874434a2fc6b2371a7 [file] [log] [blame]
Michael Hanl0adc5cc2013-12-05 18:03:00 +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", 6 ],
25 "right" : [ "token", 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:ADJD",
55 "relation":"="
56 }
57 }
58 ]
59 }
60 ]
61 },
62 "meta": [
63 {
64 "@type": "korap:meta-filter",
65 "@value": {
66 "@type": "korap:group",
67 "relation": "and",
68 "operands": [
69 {
70 "@type": "korap:term",
Michael Hanle8b97a42013-12-05 22:14:13 +000071 "@field": "korap:field#author",
Michael Hanl0adc5cc2013-12-05 18:03:00 +000072 "@value": "Hesse"
73 },
74 {
75 "@type": "korap:group",
Michael Hanle8b97a42013-12-05 22:14:13 +000076 "@field": "korap:field#pubDate",
Michael Hanl0adc5cc2013-12-05 18:03:00 +000077 "relation": "until",
78 "operands": [
79 {
80 "@type": "korap:date",
81 "@value": "2013-12-5"
82 }
83 ]
84 }
85 ]
86 }
87 }
88 ]
89}