Added missing query example
diff --git a/src/test/resources/queries/cosmas4b.json b/src/test/resources/queries/cosmas4b.json
new file mode 100644
index 0000000..8fe2344
--- /dev/null
+++ b/src/test/resources/queries/cosmas4b.json
@@ -0,0 +1,44 @@
+{
+  "context" : "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld",
+  "query" : {
+    "@type" : "korap:group",
+    "operation" : "operation:sequence",
+    "inOrder" : true,
+    "distances" : [ {
+      "@type" : "korap:distance",
+      "key" : "w",
+      "min" : 1,
+      "max" : 3
+    }, {
+      "@type" : "korap:distance",
+      "key" : "s",
+      "min" : 0,
+      "max" : 1
+    } ],
+    "operands" : [ {
+      "@type" : "korap:token",
+      "wrap" : {
+        "@type" : "korap:term",
+        "key" : "das",
+        "layer" : "orth",
+        "match" : "match:eq"
+      }
+    }, {
+      "@type" : "korap:token",
+      "wrap" : {
+        "@type" : "korap:term",
+        "key" : "Buch",
+        "layer" : "orth",
+        "match" : "match:eq"
+      }
+    } ]
+  },
+  "collections" : [ {
+    "@type" : "korap:meta-filter",
+    "@value" : {
+      "@type" : "korap:term",
+      "@field" : "korap:field#corpusID",
+      "@value" : "BRZ13"
+    }
+  } ]
+}