| { |
| "@context": "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld", |
| "meta":{ |
| "startPage" : 1, |
| "count" : 5, |
| "context" : { |
| "left" : [ "token", 3 ], |
| "right" : [ "char", 6 ] |
| } |
| }, |
| "query":{ |
| "@type":"koral:token", |
| "wrap":{ |
| "@type":"koral:term", |
| "foundry":"mate", |
| "layer":"l", |
| "key":"lediglich" |
| } |
| }, |
| "collection" : { |
| "@type": "koral:docGroup", |
| "operation": "operation:and", |
| "operands": [ |
| { |
| "@type": "koral:docGroup", |
| "operation": "operation:and", |
| "operands": [ |
| { |
| "@type": "koral:doc", |
| "key": "pubDate", |
| "match": "match:geq", |
| "value": "2005-01-01", |
| "type": "type:date" |
| }, |
| { |
| "@type": "koral:doc", |
| "key": "pubDate", |
| "match": "match:leq", |
| "value": "2013-12-31", |
| "type": "type:date" |
| } |
| ] |
| } |
| ] |
| }, |
| "collections": [ |
| { |
| "@type": "koral:meta-filter", |
| "@id": "korap-filter#id-1223232", |
| "@value": { |
| "@type": "koral:group", |
| "relation": "and", |
| "operands": [ |
| { |
| "@type": "koral:group", |
| "relation": "between", |
| "@field": "koral:field#pubDate", |
| "operands": [ |
| { |
| "@type": "koral:date", |
| "@value": "2005-01-01" |
| }, |
| { |
| "@type": "koral:date", |
| "@value": "2013-12-31" |
| } |
| ] |
| } |
| ] |
| } |
| } |
| ] |
| } |