blob: 2d2ccd478896efc93cae2c0bf75440cb2e09bebc [file] [log] [blame]
Nils Diewaldc86aa482014-02-12 16:58:05 +00001{
2 "@context": "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld",
Nils Diewald23417e82014-02-12 18:33:24 +00003 "meta":{
4 "startPage" : 1,
5 "count" : 5,
6 "context" : {
7 "left" : [ "token", 3 ],
8 "right" : [ "char", 6 ]
9 }
Nils Diewaldc86aa482014-02-12 16:58:05 +000010 },
11 "query":{
Nils Diewaldcec40f92015-02-19 22:20:02 +000012 "@type":"koral:token",
Nils Diewaldc86aa482014-02-12 16:58:05 +000013 "wrap":{
Nils Diewaldcec40f92015-02-19 22:20:02 +000014 "@type":"koral:term",
Nils Diewaldc86aa482014-02-12 16:58:05 +000015 "foundry": "mate",
16 "layer":"l",
17 "key":"lediglich",
18 "match":"match:eq"
19 }
20 },
Akronfd05f502015-07-30 18:34:26 +020021 "collection" : {
22 "@type": "koral:docGroup",
23 "operation": "operation:and",
24 "operands": [
25 {
26 "@type": "koral:docGroup",
27 "operation": "operation:and",
28 "operands": [
29 {
30 "@type": "koral:doc",
31 "key": "pubDate",
32 "match": "match:geq",
33 "value": "2000-01-01",
34 "type": "type:date"
35 },
36 {
37 "@type": "koral:doc",
38 "key": "pubDate",
39 "match": "match:leq",
40 "value": "2013-12-31",
41 "type": "type:date"
42 }
43 ]
44 }
45 ]
46 },
Nils Diewald23417e82014-02-12 18:33:24 +000047 "collections": [
Nils Diewaldc86aa482014-02-12 16:58:05 +000048 {
Nils Diewaldcec40f92015-02-19 22:20:02 +000049 "@type": "koral:meta-filter",
Nils Diewaldc86aa482014-02-12 16:58:05 +000050 "@id": "korap-filter#id-1223232",
51 "@value": {
Nils Diewaldcec40f92015-02-19 22:20:02 +000052 "@type": "koral:group",
Nils Diewaldc86aa482014-02-12 16:58:05 +000053 "relation": "and",
54 "operands": [
55 {
Nils Diewaldcec40f92015-02-19 22:20:02 +000056 "@type": "koral:group",
Nils Diewaldc86aa482014-02-12 16:58:05 +000057 "relation": "between",
Nils Diewaldcec40f92015-02-19 22:20:02 +000058 "@field": "koral:field#pubDate",
Nils Diewaldc86aa482014-02-12 16:58:05 +000059 "operands": [
60 {
Nils Diewaldcec40f92015-02-19 22:20:02 +000061 "@type": "koral:date",
Nils Diewaldc86aa482014-02-12 16:58:05 +000062 "@value": "2000-01-01"
63 },
64 {
Nils Diewaldcec40f92015-02-19 22:20:02 +000065 "@type": "koral:date",
Nils Diewaldc86aa482014-02-12 16:58:05 +000066 "@value": "2013-12-31"
67 }
68 ]
69 }
70 ]
71 }
72 }
73 ]
74}