blob: 99b385f285a0637426318326097d36ad38636c8a [file] [log] [blame]
{
"@context" : "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld",
"query": {
"@type": "koral:group",
"operation" : "operation:sequence",
"operands": [
{
"@type": "koral:group",
"operation": "operation:or",
"operands": [
{
"@type": "koral:token",
"wrap": {
"@type": "koral:term",
"foundry": "mate",
"layer": "lemma",
"key" : "foo"
}
},
{
"@type": "koral:token",
"wrap": {
"@type": "koral:term",
"foundry": "mate",
"layer": "lemma",
"key" : "bar"
}
}
]
},
{
"@type": "koral:token",
"wrap": {
"@type": "koral:term",
"foundry": "mate",
"layer": "lemma",
"key" : "foobar"
}
}
]
}
}