summaryrefslogtreecommitdiff
path: root/test/translate_algebra/test_data/test_other__values.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/translate_algebra/test_data/test_other__values.txt')
-rw-r--r--test/translate_algebra/test_data/test_other__values.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/translate_algebra/test_data/test_other__values.txt b/test/translate_algebra/test_data/test_other__values.txt
new file mode 100644
index 00000000..ba0bea64
--- /dev/null
+++ b/test/translate_algebra/test_data/test_other__values.txt
@@ -0,0 +1,14 @@
+PREFIX dc: <http://purl.org/dc/elements/1.1/>
+PREFIX : <http://example.org/book/>
+PREFIX ns: <http://example.org/ns#>
+
+SELECT ?book ?title ?price
+{
+ ?book dc:title ?title ;
+ ns:price ?price .
+ VALUES (?book ?title)
+ {
+ (UNDEF "SPARQL Tutorial")
+ (:book2 UNDEF)
+ }
+} \ No newline at end of file