Changed focus and KoralQuery prefix
diff --git a/src/test/resources/queries/bsp18.jsonld b/src/test/resources/queries/bsp18.jsonld
index f0c2fc2..bd18630 100644
--- a/src/test/resources/queries/bsp18.jsonld
+++ b/src/test/resources/queries/bsp18.jsonld
@@ -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" : 0,
       "max" : 5
     } ],
     "operands" : [ {
-      "@type" : "korap:group",
+      "@type" : "koral:group",
       "operation" : "operation:class",
       "classOut" : 1,
       "operands" : [ {
-        "@type" : "korap:token",
+        "@type" : "koral:token",
         "wrap" : {
-          "@type" : "korap:term",
+          "@type" : "koral:term",
           "key" : "der",
           "layer" : "orth",
           "match" : "match:eq"
         }
       } ]
     }, {
-      "@type" : "korap:token",
+      "@type" : "koral:token",
       "wrap" : {
-        "@type" : "korap:term",
+        "@type" : "koral:term",
         "key" : "nicht",
         "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" : "WPD"
     }
   } ],