Nils Diewald | 582200d | 2014-02-13 20:51:30 +0000 | [diff] [blame] | 1 | { |
Nils Diewald | 82a4b86 | 2014-02-20 21:17:41 +0000 | [diff] [blame] | 2 | "@context" : "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld", |
Nils Diewald | 582200d | 2014-02-13 20:51:30 +0000 | [diff] [blame] | 3 | "query" : { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 4 | "@type" : "koral:group", |
Nils Diewald | 582200d | 2014-02-13 20:51:30 +0000 | [diff] [blame] | 5 | "operation" : "operation:sequence", |
| 6 | "inOrder" : true, |
| 7 | "distances" : [ { |
Akron | 4e2bc0e | 2016-02-17 12:23:46 +0100 | [diff] [blame^] | 8 | "@type" : "cosmas:distance", |
Nils Diewald | 582200d | 2014-02-13 20:51:30 +0000 | [diff] [blame] | 9 | "key" : "w", |
| 10 | "min" : 1, |
| 11 | "max" : 3 |
| 12 | }, { |
Akron | 4e2bc0e | 2016-02-17 12:23:46 +0100 | [diff] [blame^] | 13 | "@type" : "cosmas:distance", |
Nils Diewald | 582200d | 2014-02-13 20:51:30 +0000 | [diff] [blame] | 14 | "key" : "s", |
| 15 | "min" : 0, |
| 16 | "max" : 1 |
| 17 | } ], |
| 18 | "operands" : [ { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 19 | "@type" : "koral:token", |
Nils Diewald | 582200d | 2014-02-13 20:51:30 +0000 | [diff] [blame] | 20 | "wrap" : { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 21 | "@type" : "koral:term", |
Nils Diewald | 582200d | 2014-02-13 20:51:30 +0000 | [diff] [blame] | 22 | "key" : "das", |
| 23 | "layer" : "orth", |
| 24 | "match" : "match:eq" |
| 25 | } |
| 26 | }, { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 27 | "@type" : "koral:token", |
Nils Diewald | 582200d | 2014-02-13 20:51:30 +0000 | [diff] [blame] | 28 | "wrap" : { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 29 | "@type" : "koral:term", |
Nils Diewald | 582200d | 2014-02-13 20:51:30 +0000 | [diff] [blame] | 30 | "key" : "Buch", |
| 31 | "layer" : "orth", |
| 32 | "match" : "match:eq" |
| 33 | } |
| 34 | } ] |
| 35 | }, |
| 36 | "collections" : [ { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 37 | "@type" : "koral:meta-filter", |
Nils Diewald | 582200d | 2014-02-13 20:51:30 +0000 | [diff] [blame] | 38 | "@value" : { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 39 | "@type" : "koral:term", |
| 40 | "@field" : "koral:field#corpusID", |
Nils Diewald | 582200d | 2014-02-13 20:51:30 +0000 | [diff] [blame] | 41 | "@value" : "BRZ13" |
| 42 | } |
| 43 | } ] |
| 44 | } |