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