summaryrefslogtreecommitdiff
path: root/test/translate_algebra/test_data/test_property_path__zero_or_one_path.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/translate_algebra/test_data/test_property_path__zero_or_one_path.txt')
-rw-r--r--test/translate_algebra/test_data/test_property_path__zero_or_one_path.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/translate_algebra/test_data/test_property_path__zero_or_one_path.txt b/test/translate_algebra/test_data/test_property_path__zero_or_one_path.txt
new file mode 100644
index 00000000..e1adfabc
--- /dev/null
+++ b/test/translate_algebra/test_data/test_property_path__zero_or_one_path.txt
@@ -0,0 +1,7 @@
+PREFIX foaf: <http://xmlns.com/foaf/0.1/>
+select * where
+{
+ ?x foaf:mbox <mailto:alice@example> .
+ ?x foaf:knows?/foaf:name ?name .
+}
+limit 100 \ No newline at end of file