Nils Diewald | c86aa48 | 2014-02-12 16:58:05 +0000 | [diff] [blame] | 1 | { |
| 2 | "@context": "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld", |
Nils Diewald | 23417e8 | 2014-02-12 18:33:24 +0000 | [diff] [blame] | 3 | "meta":{ |
| 4 | "startPage" : 1, |
| 5 | "count" : 5, |
| 6 | "context" : { |
| 7 | "left" : [ "token", 3 ], |
| 8 | "right" : [ "char", 6 ] |
| 9 | } |
Nils Diewald | c86aa48 | 2014-02-12 16:58:05 +0000 | [diff] [blame] | 10 | }, |
| 11 | "query":{ |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 12 | "@type":"koral:token", |
Nils Diewald | c86aa48 | 2014-02-12 16:58:05 +0000 | [diff] [blame] | 13 | "wrap":{ |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 14 | "@type":"koral:term", |
Nils Diewald | c86aa48 | 2014-02-12 16:58:05 +0000 | [diff] [blame] | 15 | "foundry":"mate", |
| 16 | "layer":"l", |
Nils Diewald | 979b2fe | 2014-09-29 16:21:41 +0000 | [diff] [blame] | 17 | "key":"familie", |
Nils Diewald | c86aa48 | 2014-02-12 16:58:05 +0000 | [diff] [blame] | 18 | "match":"match:eq" |
| 19 | } |
| 20 | }, |
Akron | fd05f50 | 2015-07-30 18:34:26 +0200 | [diff] [blame] | 21 | "collection" : { |
| 22 | "@type": "koral:docGroup", |
| 23 | "operation": "operation:and", |
| 24 | "operands": [ |
| 25 | { |
| 26 | "@type": "koral:doc", |
| 27 | "key": "pubDate", |
| 28 | "match": "match:geq", |
| 29 | "value": "2000-01-01", |
| 30 | "type": "type:date" |
| 31 | }, |
| 32 | { |
| 33 | "@type": "koral:doc", |
| 34 | "key": "pubDate", |
| 35 | "match": "match:leq", |
| 36 | "value": "2013-12-31", |
| 37 | "type": "type:date" |
| 38 | } |
| 39 | ] |
| 40 | }, |
Nils Diewald | 23417e8 | 2014-02-12 18:33:24 +0000 | [diff] [blame] | 41 | "collections": [ |
Nils Diewald | c86aa48 | 2014-02-12 16:58:05 +0000 | [diff] [blame] | 42 | { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 43 | "@type": "koral:meta-filter", |
Nils Diewald | c86aa48 | 2014-02-12 16:58:05 +0000 | [diff] [blame] | 44 | "@id": "korap-filter#id-1223232", |
| 45 | "@value": { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 46 | "@type": "koral:group", |
Nils Diewald | c86aa48 | 2014-02-12 16:58:05 +0000 | [diff] [blame] | 47 | "relation": "between", |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 48 | "@field": "koral:field#pubDate", |
Nils Diewald | c86aa48 | 2014-02-12 16:58:05 +0000 | [diff] [blame] | 49 | "operands": [ |
| 50 | { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 51 | "@type": "koral:date", |
Nils Diewald | c86aa48 | 2014-02-12 16:58:05 +0000 | [diff] [blame] | 52 | "@value": "2000-01-01" |
| 53 | }, |
| 54 | { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 55 | "@type": "koral:date", |
Nils Diewald | c86aa48 | 2014-02-12 16:58:05 +0000 | [diff] [blame] | 56 | "@value": "2013-12-31" |
| 57 | } |
| 58 | ] |
| 59 | } |
| 60 | } |
| 61 | ] |
| 62 | } |