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