| { | |
| "@context" : "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld", | |
| "query" : { | |
| "@type" : "koral:group", | |
| "operation" : "operation:position", | |
| "frames" : ["frames:startsWith", "frames:matches", "frames:alignsLeft"], | |
| "operands" : [ { | |
| "@type" : "koral:span", | |
| "key" : "s" | |
| }, { | |
| "@type" : "koral:token", | |
| "wrap" : { | |
| "@type" : "koral:term", | |
| "caseInsensitive" : true, | |
| "key" : "wegen", | |
| "layer" : "orth", | |
| "match" : "match:eq" | |
| } | |
| } ] | |
| } | |
| } |