updated examples
diff --git a/examples/bsp1.json b/examples/bsp1.json
index 151b198..0a085ff 100644
--- a/examples/bsp1.json
+++ b/examples/bsp1.json
@@ -1,27 +1 @@
-{

-   "context":"http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld",

-   "query":{

-      "@type":"korap:group",

-      "operation":"operation:sequence",

-      "operands":[

-         {

-            "@type":"korap:token",

-            "wrap":{

-               "@type":"korap:term",

-               "key":"Der",

-               "layer":"orth",

-               "match":"eq"

-            }

-         },

-         {

-            "@type":"korap:token",

-            "wrap":{

-               "@type":"korap:term",

-               "key":"Mann",

-               "layer":"orth",

-               "match":"eq"

-            }

-         }

-      ]

-   }

-}
\ No newline at end of file
+{"context":"http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld","query":{"@type":"korap:group","operation":"operation:sequence","operands":[{"@type":"korap:token","wrap":{"@type":"korap:term","key":"Der","layer":"orth","match":"match:eq"}},{"@type":"korap:token","wrap":{"@type":"korap:term","key":"Mann","layer":"orth","match":"match:eq"}}]}}
\ No newline at end of file