Changed focus and KoralQuery prefix
diff --git a/src/test/resources/queries/bsp19.jsonld b/src/test/resources/queries/bsp19.jsonld
index 1e12ed9..e92b70a 100644
--- a/src/test/resources/queries/bsp19.jsonld
+++ b/src/test/resources/queries/bsp19.jsonld
@@ -1,17 +1,17 @@
 {
     "@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
@@ -19,17 +19,17 @@
 	],
 	"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"