Nils Diewald | d7cb0eb | 2014-02-12 23:06:10 +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 | d7cb0eb | 2014-02-12 23:06:10 +0000 | [diff] [blame] | 3 | "query" : { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 4 | "@type" : "koral:group", |
Nils Diewald | d7cb0eb | 2014-02-12 23:06:10 +0000 | [diff] [blame] | 5 | "operation" : "operation:sequence", |
| 6 | "inOrder" : true, |
| 7 | "distances" : [ { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 8 | "@type" : "koral:distance", |
Nils Diewald | d7cb0eb | 2014-02-12 23:06:10 +0000 | [diff] [blame] | 9 | "key" : "w", |
| 10 | "min" : 1, |
| 11 | "max" : 3 |
| 12 | } ], |
| 13 | "operands" : [ { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 14 | "@type" : "koral:token", |
Nils Diewald | d7cb0eb | 2014-02-12 23:06:10 +0000 | [diff] [blame] | 15 | "wrap" : { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 16 | "@type" : "koral:term", |
Nils Diewald | d7cb0eb | 2014-02-12 23:06:10 +0000 | [diff] [blame] | 17 | "key" : "das", |
| 18 | "layer" : "orth", |
| 19 | "match" : "match:eq" |
| 20 | } |
| 21 | }, { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 22 | "@type" : "koral:token", |
Nils Diewald | d7cb0eb | 2014-02-12 23:06:10 +0000 | [diff] [blame] | 23 | "wrap" : { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 24 | "@type" : "koral:term", |
Nils Diewald | d7cb0eb | 2014-02-12 23:06:10 +0000 | [diff] [blame] | 25 | "key" : "Buch", |
| 26 | "layer" : "orth", |
| 27 | "match" : "match:eq" |
| 28 | } |
| 29 | } ] |
| 30 | } |
Nils Diewald | 82a4b86 | 2014-02-20 21:17:41 +0000 | [diff] [blame] | 31 | } |