Changed focus and KoralQuery prefix
diff --git a/src/test/resources/queries/benchmark5.jsonld b/src/test/resources/queries/benchmark5.jsonld
index 1f64527..dfd0894 100644
--- a/src/test/resources/queries/benchmark5.jsonld
+++ b/src/test/resources/queries/benchmark5.jsonld
@@ -1,43 +1,43 @@
{
"@context" : "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld",
"query": {
- "@type": "korap:group",
+ "@type": "koral:group",
"operation": "operation:sequence",
"operands": [
{
- "@type": "korap:token",
+ "@type": "koral:token",
"wrap" : {
- "@type": "korap:term",
+ "@type": "koral:term",
"layer": "orth",
"key" : "der"
}
},
{
- "@type" : "korap:group",
+ "@type" : "koral:group",
"operation" : "operation:class",
"classOut" : 1,
"operands" : [
{
- "@type": "korap:group",
+ "@type": "koral:group",
"operation": "operation:sequence",
"operands" : [
{
- "@type": "korap:token",
+ "@type": "koral:token",
"wrap" : {
- "@type": "korap:term",
+ "@type": "koral:term",
"layer": "orth",
"key" : "Mann"
}
},
{
- "@type" : "korap:group",
+ "@type" : "koral:group",
"operation" : "operation:class",
"classOut" : 2,
"operands" : [
{
- "@type": "korap:token",
+ "@type": "koral:token",
"wrap" : {
- "@type": "korap:term",
+ "@type": "koral:term",
"layer": "orth",
"key" : "und"
}