summaryrefslogtreecommitdiff
path: root/tests/mime-detection/test.qs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mime-detection/test.qs')
-rw-r--r--tests/mime-detection/test.qs6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/mime-detection/test.qs b/tests/mime-detection/test.qs
new file mode 100644
index 00000000..3ce9d2c6
--- /dev/null
+++ b/tests/mime-detection/test.qs
@@ -0,0 +1,6 @@
+PREFIX foaf: <http://xmlns.com/foaf/0.1/>
+SELECT ?name (COUNT(?friend) AS ?count)
+WHERE {
+ ?person foaf:name ?name .
+ ?person foaf:knows ?friend .
+} GROUP BY ?person ?name \ No newline at end of file