Nils Diewald | 82a4b86 | 2014-02-20 21:17:41 +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:group", |
Nils Diewald | 82a4b86 | 2014-02-20 21:17:41 +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 | 82a4b86 | 2014-02-20 21:17:41 +0000 | [diff] [blame] | 9 | "key" : "w", |
| 10 | "min" : 0, |
| 11 | "max" : 5 |
| 12 | } ], |
| 13 | "operands" : [ { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 14 | "@type" : "koral:token", |
Nils Diewald | 82a4b86 | 2014-02-20 21:17:41 +0000 | [diff] [blame] | 15 | "wrap" : { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 16 | "@type" : "koral:term", |
Nils Diewald | 82a4b86 | 2014-02-20 21:17:41 +0000 | [diff] [blame] | 17 | "key" : "Tisch", |
| 18 | "layer" : "orth", |
| 19 | "match" : "match:eq" |
| 20 | } |
| 21 | }, { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 22 | "@type" : "koral:group", |
Nils Diewald | 82a4b86 | 2014-02-20 21:17:41 +0000 | [diff] [blame] | 23 | "operation" : "operation:sequence", |
| 24 | "inOrder" : true, |
| 25 | "distances" : [ { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 26 | "@type" : "koral:distance", |
Nils Diewald | 82a4b86 | 2014-02-20 21:17:41 +0000 | [diff] [blame] | 27 | "key" : "w", |
| 28 | "min" : 1, |
| 29 | "max" : 3 |
| 30 | }, { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 31 | "@type" : "koral:distance", |
Nils Diewald | 82a4b86 | 2014-02-20 21:17:41 +0000 | [diff] [blame] | 32 | "key" : "s", |
| 33 | "min" : 0, |
| 34 | "max" : 1 |
| 35 | } ], |
| 36 | "operands" : [ { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 37 | "@type" : "koral:token", |
Nils Diewald | 82a4b86 | 2014-02-20 21:17:41 +0000 | [diff] [blame] | 38 | "wrap" : { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 39 | "@type" : "koral:term", |
Nils Diewald | 82a4b86 | 2014-02-20 21:17:41 +0000 | [diff] [blame] | 40 | "key" : "das", |
| 41 | "layer" : "orth", |
| 42 | "match" : "match:eq" |
| 43 | } |
| 44 | }, { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 45 | "@type" : "koral:token", |
Nils Diewald | 82a4b86 | 2014-02-20 21:17:41 +0000 | [diff] [blame] | 46 | "wrap" : { |
Nils Diewald | cec40f9 | 2015-02-19 22:20:02 +0000 | [diff] [blame] | 47 | "@type" : "koral:term", |
Nils Diewald | 82a4b86 | 2014-02-20 21:17:41 +0000 | [diff] [blame] | 48 | "key" : "Buch", |
| 49 | "layer" : "orth", |
| 50 | "match" : "match:eq" |
| 51 | } |
| 52 | } ] |
| 53 | } ] |
| 54 | } |
| 55 | } |