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