Nils Diewald | 23417e8 | 2014-02-12 18:33:24 +0000 | [diff] [blame] | 1 | { |
| 2 | "@context": "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld", |
| 3 | "meta":{ |
| 4 | "startPage" : 2, |
| 5 | "count" : 5, |
| 6 | "context" : { |
| 7 | "left" : [ "token", 6 ], |
| 8 | "right" : [ "token", 6 ] |
| 9 | } |
| 10 | }, |
| 11 | "query":{ |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame^] | 12 | "@type":"koral:group", |
Nils Diewald | 23417e8 | 2014-02-12 18:33:24 +0000 | [diff] [blame] | 13 | "operation":"operation:or", |
| 14 | "operands":[ |
| 15 | { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame^] | 16 | "@type":"koral:token", |
Nils Diewald | 23417e8 | 2014-02-12 18:33:24 +0000 | [diff] [blame] | 17 | "wrap":{ |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame^] | 18 | "@type":"koral:term", |
Nils Diewald | 23417e8 | 2014-02-12 18:33:24 +0000 | [diff] [blame] | 19 | "foundry":"mate", |
| 20 | "layer" : "lemma", |
| 21 | "key" : "Vokal", |
| 22 | "match":"match:eq" |
| 23 | } |
| 24 | }, |
| 25 | { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame^] | 26 | "@type":"koral:group", |
Nils Diewald | 23417e8 | 2014-02-12 18:33:24 +0000 | [diff] [blame] | 27 | "operation" : "operation:sequence", |
| 28 | "operands":[ |
| 29 | { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame^] | 30 | "@type":"koral:token", |
Nils Diewald | 23417e8 | 2014-02-12 18:33:24 +0000 | [diff] [blame] | 31 | "wrap":{ |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame^] | 32 | "@type":"koral:term", |
Nils Diewald | 23417e8 | 2014-02-12 18:33:24 +0000 | [diff] [blame] | 33 | "foundry":"mate", |
| 34 | "layer" : "lemma", |
| 35 | "key" : "der", |
| 36 | "match":"match:eq" |
| 37 | } |
| 38 | }, |
| 39 | { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame^] | 40 | "@type":"koral:token", |
Nils Diewald | 23417e8 | 2014-02-12 18:33:24 +0000 | [diff] [blame] | 41 | "wrap":{ |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame^] | 42 | "@type":"koral:term", |
Nils Diewald | 23417e8 | 2014-02-12 18:33:24 +0000 | [diff] [blame] | 43 | "foundry":"mate", |
| 44 | "layer" : "p", |
| 45 | "key" : "ADJD", |
| 46 | "match":"match:eq" |
| 47 | } |
| 48 | } |
| 49 | ] |
| 50 | } |
| 51 | ] |
| 52 | }, |
| 53 | "collections": [ |
| 54 | { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame^] | 55 | "@type": "koral:meta-filter", |
Nils Diewald | 23417e8 | 2014-02-12 18:33:24 +0000 | [diff] [blame] | 56 | "@value": { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame^] | 57 | "@type": "koral:group", |
Nils Diewald | 23417e8 | 2014-02-12 18:33:24 +0000 | [diff] [blame] | 58 | "relation": "and", |
| 59 | "operands": [ |
| 60 | { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame^] | 61 | "@type": "koral:term", |
| 62 | "@field": "koral:field#author", |
Nils Diewald | 23417e8 | 2014-02-12 18:33:24 +0000 | [diff] [blame] | 63 | "@value": "Hesse" |
| 64 | }, |
| 65 | { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame^] | 66 | "@type": "koral:group", |
| 67 | "@field": "koral:field#pubDate", |
Nils Diewald | 23417e8 | 2014-02-12 18:33:24 +0000 | [diff] [blame] | 68 | "relation": "until", |
| 69 | "operands": [ |
| 70 | { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame^] | 71 | "@type": "koral:date", |
Nils Diewald | 23417e8 | 2014-02-12 18:33:24 +0000 | [diff] [blame] | 72 | "@value": "2013-12-05" |
| 73 | } |
| 74 | ] |
| 75 | } |
| 76 | ] |
| 77 | } |
| 78 | } |
| 79 | ] |
| 80 | } |