Nils Diewald | 1e5d594 | 2014-05-20 13:29:53 +0000 | [diff] [blame] | 1 | { |
| 2 | "@context": "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld", |
| 3 | "query":{ |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 4 | "@type":"koral:token", |
Nils Diewald | 1e5d594 | 2014-05-20 13:29:53 +0000 | [diff] [blame] | 5 | "wrap":{ |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 6 | "@type":"koral:term", |
Nils Diewald | 1e5d594 | 2014-05-20 13:29:53 +0000 | [diff] [blame] | 7 | "foundry" : "mate", |
| 8 | "layer":"l", |
| 9 | "key":"wert", |
| 10 | "match":"match:eq" |
| 11 | } |
| 12 | }, |
Akron | fd05f50 | 2015-07-30 18:34:26 +0200 | [diff] [blame] | 13 | "collection" : { |
| 14 | "@type": "koral:doc", |
| 15 | "key": "corpusID", |
| 16 | "match": "match:eq", |
| 17 | "value": "WPD", |
| 18 | "type": "type:string" |
| 19 | }, |
Nils Diewald | 1e5d594 | 2014-05-20 13:29:53 +0000 | [diff] [blame] | 20 | "collections":[ |
| 21 | { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 22 | "@type":"koral:meta-filter", |
Nils Diewald | 1e5d594 | 2014-05-20 13:29:53 +0000 | [diff] [blame] | 23 | "@value":{ |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 24 | "@type":"koral:term", |
| 25 | "@field":"koral:field#corpusID", |
Nils Diewald | 1e5d594 | 2014-05-20 13:29:53 +0000 | [diff] [blame] | 26 | "@value":"WPD" |
| 27 | } |
| 28 | } |
| 29 | ], |
| 30 | "meta":{ |
| 31 | "startPage":1, |
| 32 | "count":25, |
| 33 | "context":"sentence" |
| 34 | } |
| 35 | } |