aboutsummaryrefslogtreecommitdiffstats
path: root/test/validate/bad-literal-value.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'test/validate/bad-literal-value.ttl')
-rw-r--r--test/validate/bad-literal-value.ttl7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/validate/bad-literal-value.ttl b/test/validate/bad-literal-value.ttl
new file mode 100644
index 00000000..4c33175f
--- /dev/null
+++ b/test/validate/bad-literal-value.ttl
@@ -0,0 +1,7 @@
+@prefix eg: <http://example.org/> .
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+
+eg:s
+ rdf:value "one"^^xsd:integer .
+