blob: 5a0cf202ec2d6817040260f1907c0a5d355f9e93 [file] [log] [blame]
Nils Diewaldb1c3b652013-12-28 22:47: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" : 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": "and",
42 "operands": [
43 {
44 "@type": "korap:group",
45 "relation": "between",
46 "@field": "korap:field#pubDate",
47 "operands": [
48 {
49 "@type": "korap:date",
50 "@value": "2000-01-01"
51 },
52 {
53 "@type": "korap:date",
54 "@value": "2013-12-31"
55 }
56 ]
57 }
58 ]
59 }
60 }
61 ]
62}