summaryrefslogtreecommitdiff
path: root/test/DAWG/rdflib/bindscope.rq
diff options
context:
space:
mode:
Diffstat (limited to 'test/DAWG/rdflib/bindscope.rq')
-rw-r--r--test/DAWG/rdflib/bindscope.rq6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/DAWG/rdflib/bindscope.rq b/test/DAWG/rdflib/bindscope.rq
new file mode 100644
index 00000000..35ae3904
--- /dev/null
+++ b/test/DAWG/rdflib/bindscope.rq
@@ -0,0 +1,6 @@
+PREFIX s: <http://schema.org/>
+
+SELECT ?s ?o ?x WHERE {
+ ?x s:knows ?o .
+ { ?x a s:Person. BIND(?x as ?s) }
+}