summaryrefslogtreecommitdiff
path: root/tests/libtracker-data/graph/graph-7.rq
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtracker-data/graph/graph-7.rq')
-rw-r--r--tests/libtracker-data/graph/graph-7.rq7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/libtracker-data/graph/graph-7.rq b/tests/libtracker-data/graph/graph-7.rq
new file mode 100644
index 000000000..a72b4366e
--- /dev/null
+++ b/tests/libtracker-data/graph/graph-7.rq
@@ -0,0 +1,7 @@
+SELECT ?g ?s ?v WHERE {
+ GRAPH ?g {
+ ?s a rdfs:Resource .
+ OPTIONAL { ?s example:p ?v } .
+ }
+}
+ORDER BY ?g ?s ?v \ No newline at end of file