blob: 7a8d9deb77a9b295bb03524150a255a077139604 [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",
68 "@value": "wissenschaft"
69 }
70 },
71 {
72 "@type": "korap:meta-filter",
73 "@id": "korap-filter#id-34345454",
74 "@value": {
75 "@type": "korap:group",
76 "relation": "and",
77 "operands": [
78 {
79 "@type": "korap:term",
80 "@field": "korap:field#pubPlace",
81 "@value": "Erfurt"
82 },
83 {
84 "@type": "korap:term",
85 "@field": "korap:field#author",
86 "@value": "Hesse"
87 }
88 ]
89 }
90 },
91 {
92 "@type": "korap:meta-extend",
93 "@value": {
94 "@type": "korap:group",
95 "relation": "and",
96 "operands": [
97 {
98 "@type": "korap:group",
Michael Hanl738e2ac2013-12-05 15:05:23 +000099 "comment": "other values can be 'since','until' in combination with a simple korap:term",
Michael Hanl1687ad92013-12-05 04:32:39 +0000100 "relation": "between",
Nils Diewald2ff18f62013-12-05 17:41:15 +0000101 "field": "korap:field#pubDate",
Michael Hanl1687ad92013-12-05 04:32:39 +0000102 "operands": [
103 {
Michael Hanl1b37be82013-12-05 10:48:30 +0000104 "@type": "korap:date",
Michael Hanl738e2ac2013-12-05 15:05:23 +0000105 "comment": "either long value or String representation '2013-04-29'",
Michael Hanl061b5762013-12-05 17:26:50 +0000106 "@value": "2011-04-29"
Michael Hanl1687ad92013-12-05 04:32:39 +0000107 },
108 {
Michael Hanl1b37be82013-12-05 10:48:30 +0000109 "@type": "korap:date",
Michael Hanl061b5762013-12-05 17:26:50 +0000110 "@value": "2013-12-31"
Michael Hanl1687ad92013-12-05 04:32:39 +0000111 }
112 ]
113 },
114 {
115 "@type": "korap:term",
116 "@field": "korap:field#textClass",
117 "@value": "freizeit"
118 }
119 ]
120 }
121 }
122 ]
123}