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", |
| 17 | "key":"lediglich" |
| 18 | } |
| 19 | }, |
Akron | fd05f50 | 2015-07-30 18:34:26 +0200 | [diff] [blame] | 20 | "collection" : { |
| 21 | "@type": "koral:docGroup", |
| 22 | "operation": "operation:and", |
| 23 | "operands": [ |
| 24 | { |
| 25 | "@type": "koral:docGroup", |
| 26 | "operation": "operation:and", |
| 27 | "operands": [ |
| 28 | { |
| 29 | "@type": "koral:doc", |
| 30 | "key": "pubDate", |
| 31 | "match": "match:geq", |
| 32 | "value": "2005-01-01", |
| 33 | "type": "type:date" |
| 34 | }, |
| 35 | { |
| 36 | "@type": "koral:doc", |
| 37 | "key": "pubDate", |
| 38 | "match": "match:leq", |
| 39 | "value": "2013-12-31", |
| 40 | "type": "type:date" |
| 41 | } |
| 42 | ] |
| 43 | } |
| 44 | ] |
| 45 | }, |
Nils Diewald | 23417e8 | 2014-02-12 18:33:24 +0000 | [diff] [blame] | 46 | "collections": [ |
Nils Diewald | c86aa48 | 2014-02-12 16:58:05 +0000 | [diff] [blame] | 47 | { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 48 | "@type": "koral:meta-filter", |
Nils Diewald | c86aa48 | 2014-02-12 16:58:05 +0000 | [diff] [blame] | 49 | "@id": "korap-filter#id-1223232", |
| 50 | "@value": { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 51 | "@type": "koral:group", |
Nils Diewald | c86aa48 | 2014-02-12 16:58:05 +0000 | [diff] [blame] | 52 | "relation": "and", |
| 53 | "operands": [ |
| 54 | { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 55 | "@type": "koral:group", |
Nils Diewald | c86aa48 | 2014-02-12 16:58:05 +0000 | [diff] [blame] | 56 | "relation": "between", |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 57 | "@field": "koral:field#pubDate", |
Nils Diewald | c86aa48 | 2014-02-12 16:58:05 +0000 | [diff] [blame] | 58 | "operands": [ |
| 59 | { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 60 | "@type": "koral:date", |
Nils Diewald | c86aa48 | 2014-02-12 16:58:05 +0000 | [diff] [blame] | 61 | "@value": "2005-01-01" |
| 62 | }, |
| 63 | { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 64 | "@type": "koral:date", |
Nils Diewald | c86aa48 | 2014-02-12 16:58:05 +0000 | [diff] [blame] | 65 | "@value": "2013-12-31" |
| 66 | } |
| 67 | ] |
| 68 | } |
| 69 | ] |
| 70 | } |
| 71 | } |
| 72 | ] |
| 73 | } |