Changed focus and KoralQuery prefix
diff --git a/src/test/resources/queries/cosmas4.json b/src/test/resources/queries/cosmas4.json
index 2dff321..d9bd77c 100644
--- a/src/test/resources/queries/cosmas4.json
+++ b/src/test/resources/queries/cosmas4.json
@@ -1,36 +1,36 @@
{
"@context" : "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld",
"query" : {
- "@type" : "korap:group",
+ "@type" : "koral:group",
"operation" : "operation:sequence",
"inOrder" : true,
"distances" : [ {
- "@type" : "korap:group",
+ "@type" : "koral:group",
"operation" : "operation:and",
"operands" : [ {
- "@type" : "korap:distance",
+ "@type" : "koral:distance",
"key" : "w",
"min" : 1,
"max" : 3
}, {
- "@type" : "korap:distance",
+ "@type" : "koral:distance",
"key" : "s",
"min" : 1,
"max" : 1
} ]
} ],
"operands" : [ {
- "@type" : "korap:token",
+ "@type" : "koral:token",
"wrap" : {
- "@type" : "korap:term",
+ "@type" : "koral:term",
"key" : "das",
"layer" : "orth",
"match" : "match:eq"
}
}, {
- "@type" : "korap:token",
+ "@type" : "koral:token",
"wrap" : {
- "@type" : "korap:term",
+ "@type" : "koral:term",
"key" : "Buch",
"layer" : "orth",
"match" : "match:eq"