blob: 4cec26cda06da99f42c1815375cab40227b9373e [file] [log] [blame]
{
"@context": "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld",
"query":{
"@type":"korap:group",
"operation":"operation:or",
"operands":[
{
"@type":"korap:token",
"wrap":{
"@type":"korap:term",
"foundry":"mate",
"layer" : "lemma",
"key" :"foo",
"match":"match:eq"
}
},
{
"@type":"korap:group",
"operation":"operation:sequence",
"operands":[
{
"@type":"korap:token",
"wrap":{
"@type":"korap:term",
"foundry" : "mate",
"layer":"lemma",
"key":"foo",
"match":"match:eq"
}
},
{
"@type":"korap:token",
"wrap":{
"@type":"korap:term",
"foundry": "mate",
"layer":"lemma",
"key" : "bar",
"match":"match:eq"
}
}
]
}
]
},
"poliqarp-meta":{
"@type":"korap:meta",
"@value":{
"@type":"korap:group",
"operands":[
{
"@type":"korap:term",
"@value":"author:Goethe",
"relation":"="
},
{
"@type":"korap:term",
"@value":"year:1815",
"relation":"="
}
],
"relation":"and"
}
}
}