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