Changed focus and KoralQuery prefix
diff --git a/src/test/resources/queries/cosmas1.json b/src/test/resources/queries/cosmas1.json
index 2215e86..a1456d3 100644
--- a/src/test/resources/queries/cosmas1.json
+++ b/src/test/resources/queries/cosmas1.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" : false,
"distances" : [ {
- "@type" : "korap:distance",
+ "@type" : "koral:distance",
"key" : "s",
"min" : 0,
"max" : 0
} ],
"operands" : [ {
- "@type" : "korap:token",
+ "@type" : "koral:token",
"wrap" : {
- "@type" : "korap:term",
+ "@type" : "koral:term",
"key" : "Buchstabe",
"layer" : "orth",
"match" : "match:eq"
}
}, {
- "@type" : "korap:token",
+ "@type" : "koral:token",
"wrap" : {
- "@type" : "korap:term",
+ "@type" : "koral:term",
"key" : "deutschen",
"layer" : "orth",
"match" : "match:eq"