Changed focus and KoralQuery prefix
diff --git a/src/test/resources/queries/cosmas4b.json b/src/test/resources/queries/cosmas4b.json
index 4b44753..fac3101 100644
--- a/src/test/resources/queries/cosmas4b.json
+++ b/src/test/resources/queries/cosmas4b.json
@@ -1,32 +1,32 @@
 {
   "@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
     }, {
-      "@type" : "korap:distance",
+      "@type" : "koral:distance",
       "key" : "s",
       "min" : 0,
       "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"
@@ -34,10 +34,10 @@
     } ]
   },
   "collections" : [ {
-    "@type" : "korap:meta-filter",
+    "@type" : "koral:meta-filter",
     "@value" : {
-      "@type" : "korap:term",
-      "@field" : "korap:field#corpusID",
+      "@type" : "koral:term",
+      "@field" : "koral:field#corpusID",
       "@value" : "BRZ13"
     }
   } ]