{ | |
"@context" : "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld", | |
"query": { | |
"@type": "koral:group", | |
"operation": "operation:sequence", | |
"operands": [ | |
{ | |
"@type": "koral:token", | |
"wrap" : { | |
"@type": "koral:term", | |
"layer": "orth", | |
"key" : "der" | |
} | |
}, | |
{ | |
"@type": "koral:token", | |
"wrap" : { | |
"@type": "koral:term", | |
"layer": "orth", | |
"key" : "Mann" | |
} | |
}, | |
{ | |
"@type": "koral:token", | |
"wrap" : { | |
"@type": "koral:term", | |
"layer": "orth", | |
"key" : "und" | |
} | |
} | |
] | |
} | |
} |