blob: 89558f6a947b136992e555b729ad7e0309b3f38c [file] [log] [blame]
Michael Hanl1687ad92013-12-05 04:32:39 +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 },
Nils Diewalde81476d2013-12-05 17:33:11 +000021 "startPage" : 2,
22 "count" : 5,
23 "context" : {
Nils Diewald6ef6ec12013-12-05 18:02:02 +000024 "left" : [ "token", 3 ],
25 "right" : [ "char", 6 ]
Nils Diewalde81476d2013-12-05 17:33:11 +000026 },
Nils Diewald4b845de2013-12-05 17:34:35 +000027 "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":"="
Michael Hanl1687ad92013-12-05 04:32:39 +000037 }
Nils Diewald4b845de2013-12-05 17:34:35 +000038 },
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",
Nils Diewald6ef6ec12013-12-05 18:02:02 +000054 "@value":"mate/p:ADJA",
Nils Diewald4b845de2013-12-05 17:34:35 +000055 "relation":"="
56 }
57 }
58 ]
59 }
60 ]
61 },
Michael Hanl1687ad92013-12-05 04:32:39 +000062 "meta": [
63 {
64 "@type": "korap:meta-filter",
65 "@id": "korap-filter#id-1223232",
66 "@value": {
67 "@type": "korap:term",
Michael Hanle8b97a42013-12-05 22:14:13 +000068 "@field": "korap:field#textClass",
Michael Hanl1687ad92013-12-05 04:32:39 +000069 "@value": "wissenschaft"
70 }
71 },
72 {
73 "@type": "korap:meta-filter",
74 "@id": "korap-filter#id-34345454",
75 "@value": {
76 "@type": "korap:group",
77 "relation": "and",
78 "operands": [
79 {
80 "@type": "korap:term",
81 "@field": "korap:field#pubPlace",
82 "@value": "Erfurt"
83 },
84 {
85 "@type": "korap:term",
86 "@field": "korap:field#author",
87 "@value": "Hesse"
88 }
89 ]
90 }
91 },
92 {
93 "@type": "korap:meta-extend",
94 "@value": {
95 "@type": "korap:group",
96 "relation": "and",
97 "operands": [
98 {
99 "@type": "korap:group",
Michael Hanl738e2ac2013-12-05 15:05:23 +0000100 "comment": "other values can be 'since','until' in combination with a simple korap:term",
Michael Hanl1687ad92013-12-05 04:32:39 +0000101 "relation": "between",
Nils Diewald2ff18f62013-12-05 17:41:15 +0000102 "field": "korap:field#pubDate",
Michael Hanl1687ad92013-12-05 04:32:39 +0000103 "operands": [
104 {
Michael Hanl1b37be82013-12-05 10:48:30 +0000105 "@type": "korap:date",
Michael Hanl738e2ac2013-12-05 15:05:23 +0000106 "comment": "either long value or String representation '2013-04-29'",
Michael Hanl061b5762013-12-05 17:26:50 +0000107 "@value": "2011-04-29"
Michael Hanl1687ad92013-12-05 04:32:39 +0000108 },
109 {
Michael Hanl1b37be82013-12-05 10:48:30 +0000110 "@type": "korap:date",
Michael Hanl061b5762013-12-05 17:26:50 +0000111 "@value": "2013-12-31"
Michael Hanl1687ad92013-12-05 04:32:39 +0000112 }
113 ]
114 },
115 {
116 "@type": "korap:term",
117 "@field": "korap:field#textClass",
118 "@value": "freizeit"
119 }
120 ]
121 }
122 }
123 ]
124}