Nils Diewald | fb4d7b0 | 2014-04-09 17:56:17 +0000 | [diff] [blame] | 1 | { |
Akron | 60dfa7e | 2015-08-03 22:15:17 +0200 | [diff] [blame] | 2 | "@context": "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld", |
| 3 | "meta":{ |
| 4 | "startPage" : 1, |
| 5 | "count" : 5, |
| 6 | "context" : { |
| 7 | "left" : [ "token", 3 ], |
| 8 | "right" : [ "char", 6 ] |
| 9 | } |
| 10 | }, |
| 11 | "query":{ |
| 12 | "@type":"koral:token", |
| 13 | "wrap":{ |
| 14 | "@type":"koral:term", |
| 15 | "foundry":"mate", |
| 16 | "layer":"l", |
| 17 | "key":"lediglich" |
| 18 | } |
| 19 | }, |
| 20 | "collections": [ |
| 21 | { |
| 22 | "@type": "koral:meta-filter", |
| 23 | "@id": "korap-filter#id-1223232", |
| 24 | "@value": { |
| 25 | "@type": "koral:group", |
| 26 | "relation": "or", |
| 27 | "@field": "koral:field#corpusID", |
| 28 | "operands": [ |
| 29 | { |
| 30 | "@type": "koral:term", |
| 31 | "@value": "c-1" |
| 32 | }, |
| 33 | { |
| 34 | "@type": "koral:term", |
| 35 | "@value": "c-2" |
| 36 | } |
| 37 | ] |
| 38 | } |
Nils Diewald | fb4d7b0 | 2014-04-09 17:56:17 +0000 | [diff] [blame] | 39 | }, |
Akron | 60dfa7e | 2015-08-03 22:15:17 +0200 | [diff] [blame] | 40 | { |
| 41 | "@type": "koral:meta-filter", |
| 42 | "@id": "korap-filter#id-1223232", |
| 43 | "@value": { |
| 44 | "@type": "koral:group", |
| 45 | "relation": "and", |
| 46 | "@field": "koral:field#corpusID", |
| 47 | "operands": [ |
| 48 | { |
| 49 | "@type": "koral:term", |
| 50 | "@value": "d-1" |
| 51 | }, |
| 52 | { |
| 53 | "@type": "koral:term", |
| 54 | "@value": "d-2" |
| 55 | } |
| 56 | ] |
| 57 | } |
| 58 | } |
| 59 | ], |
| 60 | "collection" : { |
| 61 | "@type" : "koral:docGroup", |
| 62 | "operation" : "operation:and", |
| 63 | "operands" : [ |
| 64 | { |
| 65 | "@type" : "koral:docGroup", |
| 66 | "operation" : "operation:or", |
| 67 | "operands" : [ |
| 68 | { |
| 69 | "@type" : "koral:doc", |
| 70 | "key" : "corpusID", |
| 71 | "value" : "c-1" |
| 72 | }, |
| 73 | { |
| 74 | "@type" : "koral:doc", |
| 75 | "key" : "corpusID", |
| 76 | "value" : "c-2" |
| 77 | } |
| 78 | ] |
| 79 | }, |
| 80 | { |
| 81 | "@type" : "koral:docGroup", |
| 82 | "operation" : "operation:and", |
| 83 | "operands" : [ |
| 84 | { |
| 85 | "@type" : "koral:doc", |
| 86 | "key" : "corpusID", |
| 87 | "value" : "d-1" |
| 88 | }, |
| 89 | { |
| 90 | "@type" : "koral:doc", |
| 91 | "key" : "corpusID", |
| 92 | "value" : "d-2" |
| 93 | } |
| 94 | ] |
| 95 | } |
Nils Diewald | fb4d7b0 | 2014-04-09 17:56:17 +0000 | [diff] [blame] | 96 | ] |
Akron | 60dfa7e | 2015-08-03 22:15:17 +0200 | [diff] [blame] | 97 | } |
Nils Diewald | fb4d7b0 | 2014-04-09 17:56:17 +0000 | [diff] [blame] | 98 | } |