blob: 2586b061e25b9a16dc45eeb5f2a8b33d3f94d3b1 [file] [log] [blame]
{
"@context": "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld",
"meta":{
"startPage" : 2,
"count" : 5,
"context" : {
"left" : [ "token", 6 ],
"right" : [ "token", 6 ]
}
},
"query":{
"@type":"koral:group",
"operation":"operation:or",
"operands":[
{
"@type":"koral:token",
"wrap":{
"@type":"koral:term",
"foundry":"mate",
"layer" : "lemma",
"key" : "Vokal",
"match":"match:eq"
}
},
{
"@type":"koral:group",
"operation" : "operation:sequence",
"operands":[
{
"@type":"koral:token",
"wrap":{
"@type":"koral:term",
"foundry":"mate",
"layer" : "lemma",
"key" : "der",
"match":"match:eq"
}
},
{
"@type":"koral:token",
"wrap":{
"@type":"koral:term",
"foundry":"mate",
"layer" : "p",
"key" : "ADJD",
"match":"match:eq"
}
}
]
}
]
},
"collections": [
{
"@type": "koral:meta-filter",
"@value": {
"@type": "koral:group",
"relation": "and",
"operands": [
{
"@type": "koral:term",
"@field": "koral:field#author",
"@value": "Hesse"
},
{
"@type": "koral:group",
"@field": "koral:field#pubDate",
"relation": "until",
"operands": [
{
"@type": "koral:date",
"@value": "2013-12-05"
}
]
}
]
}
}
],
"collection" : {
"@type" : "koral:docGroup",
"operation": "operation:and",
"operands" : [
{
"@type" : "koral:doc",
"key" : "author",
"value" : "Hesse"
},
{
"@type" : "koral:doc",
"key" : "pubDate",
"type" : "type:date",
"match" : "match:leq",
"value" : "2013-12-05"
}
]
}
}