| Akron | 69060ad | 2017-01-24 22:10:11 +0100 | [diff] [blame] | 1 | { |
| 2 | "@context": "http://ids-mannheim.de/ns/KorAP/json-ld/v0.2/context.jsonld", | ||||
| 3 | "query": { | ||||
| 4 | "@type": "koral:group", | ||||
| 5 | "operation":"operation:merge", | ||||
| 6 | "operands": [ | ||||
| 7 | { | ||||
| 8 | "@type": "koral:group", | ||||
| 9 | "operation": "operation:sequence", | ||||
| 10 | "inOrder": true, | ||||
| 11 | "operands": [ | ||||
| 12 | { | ||||
| 13 | "@type": "koral:token", | ||||
| 14 | "wrap": { | ||||
| 15 | "match": "match:eq", | ||||
| 16 | "layer": "orth", | ||||
| 17 | "key": "der", | ||||
| 18 | "@type": "koral:term" | ||||
| 19 | } | ||||
| 20 | }, | ||||
| 21 | { | ||||
| 22 | "wrap": { | ||||
| 23 | "match": "match:eq", | ||||
| 24 | "layer": "orth", | ||||
| 25 | "key": "Baum", | ||||
| 26 | "@type": "koral:term" | ||||
| 27 | }, | ||||
| 28 | "@type": "koral:token" | ||||
| 29 | } | ||||
| 30 | ] | ||||
| 31 | } | ||||
| 32 | ] | ||||
| 33 | } | ||||
| 34 | } | ||||