blob: fac31011fd9b371ac6b8d6d90ce215252400c24d [file] [log] [blame]
{
"@context" : "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld",
"query" : {
"@type" : "koral:group",
"operation" : "operation:sequence",
"inOrder" : true,
"distances" : [ {
"@type" : "koral:distance",
"key" : "w",
"min" : 1,
"max" : 3
}, {
"@type" : "koral:distance",
"key" : "s",
"min" : 0,
"max" : 1
} ],
"operands" : [ {
"@type" : "koral:token",
"wrap" : {
"@type" : "koral:term",
"key" : "das",
"layer" : "orth",
"match" : "match:eq"
}
}, {
"@type" : "koral:token",
"wrap" : {
"@type" : "koral:term",
"key" : "Buch",
"layer" : "orth",
"match" : "match:eq"
}
} ]
},
"collections" : [ {
"@type" : "koral:meta-filter",
"@value" : {
"@type" : "koral:term",
"@field" : "koral:field#corpusID",
"@value" : "BRZ13"
}
} ]
}