Changed focus and KoralQuery prefix
diff --git a/src/test/resources/queries/cosmas3.json b/src/test/resources/queries/cosmas3.json
index d86045e..2dd75ac 100644
--- a/src/test/resources/queries/cosmas3.json
+++ b/src/test/resources/queries/cosmas3.json
@@ -1,27 +1,27 @@
{
"@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:distance",
+ "@type" : "koral:distance",
"key" : "w",
"min" : 1,
"max" : 3
} ],
"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"