blob: 497494e3dfac4e5f18c1d7643c123ff6c644a859 [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",
3 "startPage" : 1,
4 "count" : 5,
5 "context" : {
6 "left" : [ "token", 3 ],
7 "right" : [ "char", 6 ]
8 },
9 "query":{
10 "@type":"korap:token",
11 "wrap":{
12 "@type":"korap:term",
13 "foundry": "mate",
14 "layer":"l",
15 "key":"lediglich",
16 "match":"match:eq"
17 }
18 },
19 "meta": [
20 {
21 "@type": "korap:meta-filter",
22 "@id": "korap-filter#id-1223232",
23 "@value": {
24 "@type": "korap:group",
25 "relation": "and",
26 "operands": [
27 {
28 "@type": "korap:group",
29 "relation": "between",
30 "@field": "korap:field#pubDate",
31 "operands": [
32 {
33 "@type": "korap:date",
34 "@value": "2000-01-01"
35 },
36 {
37 "@type": "korap:date",
38 "@value": "2013-12-31"
39 }
40 ]
41 }
42 ]
43 }
44 }
45 ]
46}