blob: 33aea675ca8f8c8cd81649f6ead975e4aba05bd6 [file] [log] [blame]
Nils Diewald01b4ce32013-12-05 22:39:25 +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"
Nils Diewald01b4ce32013-12-05 22:39:25 +00008 },
Nils Diewaldb1c3b652013-12-28 22:47:00 +00009 "relation": {
10 "@id": "korap:relation",
11 "@type": "korap:relation#types"
Nils Diewald01b4ce32013-12-05 22:39:25 +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" : 1,
22 "count" : 5,
23 "context" : {
24 "left" : [ "token", 3 ],
25 "right" : [ "char", 6 ]
26 },
27 "query":{
28 "@type":"korap:token",
29 "@value":{
30 "@type":"korap:term",
31 "@value":"base:lediglich",
32 "relation":"="
33 }
34 },
35 "meta": [
36 {
37 "@type": "korap:meta-filter",
38 "@id": "korap-filter#id-1223232",
39 "@value": {
40 "@type": "korap:group",
41 "relation": "between",
42 "@field": "korap:field#pubDate",
43 "operands": [
44 {
45 "@type": "korap:date",
46 "@value": "2000-01-01"
47 },
48 {
49 "@type": "korap:date",
50 "@value": "2013-12-31"
51 }
52 ]
53 }
54 }
55 ]
56}