summaryrefslogtreecommitdiff
path: root/tests/mime-detection/test.qs
diff options
context:
space:
mode:
authorGiovanni Alfredo Garciliano Díaz <rapunzel@disroot.org>2022-02-16 07:34:31 +0000
committerDavid Faure <faure@kde.org>2022-02-16 07:34:31 +0000
commit46c2abe8fce53f979bcf1dd4724012aba1a05f89 (patch)
tree468b5c3b1a612fb58464669254f525ff10ce6d54 /tests/mime-detection/test.qs
parent9991f4586f8f8f65c61795939ac870e62f7abebe (diff)
downloadshared-mime-info-46c2abe8fce53f979bcf1dd4724012aba1a05f89.tar.gz
Adding SPARQL media types
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