| { |
| "@context" : "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld", |
| "query" : { |
| "@type" : "koral:group", |
| "operation" : "operation:sequence", |
| "inOrder" : false, |
| "distances" : [ { |
| "@type" : "koral:distance", |
| "key" : "s", |
| "min" : 0, |
| "max" : 0 |
| } ], |
| "operands" : [ { |
| "@type" : "koral:token", |
| "wrap" : { |
| "@type" : "koral:term", |
| "key" : "Buchstabe", |
| "layer" : "orth", |
| "match" : "match:eq" |
| } |
| }, { |
| "@type" : "koral:token", |
| "wrap" : { |
| "@type" : "koral:term", |
| "key" : "deutschen", |
| "layer" : "orth", |
| "match" : "match:eq" |
| } |
| } ] |
| } |
| } |