blob: c1a6edae56055b5905b1122aadd864fa021beede [file] [log] [blame]
Michael Hanl0adc5cc2013-12-05 18:03:00 +00001{
Nils Diewaldb1c3b652013-12-28 22:47:00 +00002 "@context": {
3 "korap": "http://korap.ids-mannheim.de/ns/query",
4 "@language": "de",
5 "operands": {
6 "@id": "korap:operands",
7 "@container": "@list"
Michael Hanl0adc5cc2013-12-05 18:03:00 +00008 },
Nils Diewaldb1c3b652013-12-28 22:47:00 +00009 "relation": {
10 "@id": "korap:relation",
11 "@type": "korap:relation#types"
Michael Hanl0adc5cc2013-12-05 18:03:00 +000012 },
Nils Diewaldb1c3b652013-12-28 22:47:00 +000013 "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 {
Michael Hanl0adc5cc2013-12-05 18:03:00 +000043 "@type":"korap:token",
44 "@value":{
Nils Diewaldb1c3b652013-12-28 22:47:00 +000045 "@type":"korap:term",
46 "@value":"base:der",
47 "relation":"="
Michael Hanl0adc5cc2013-12-05 18:03:00 +000048 }
Nils Diewaldb1c3b652013-12-28 22:47:00 +000049 },
50 {
51 "@type":"korap:token",
52 "@value":{
53 "@type":"korap:term",
54 "@value":"mate/p:ADJD",
55 "relation":"="
Michael Hanl0adc5cc2013-12-05 18:03:00 +000056 }
Nils Diewaldb1c3b652013-12-28 22:47:00 +000057 }
Michael Hanl0adc5cc2013-12-05 18:03:00 +000058 ]
Nils Diewaldb1c3b652013-12-28 22:47:00 +000059 }
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",
71 "@field": "korap:field#author",
72 "@value": "Hesse"
73 },
74 {
75 "@type": "korap:group",
76 "@field": "korap:field#pubDate",
77 "relation": "until",
78 "operands": [
79 {
80 "@type": "korap:date",
81 "@value": "2013-12-05"
82 }
83 ]
84 }
85 ]
86 }
87 }
88 ]
89}