aboutsummaryrefslogtreecommitdiffstats
path: root/tests/TurtleTests/turtle-syntax-datatypes-02.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TurtleTests/turtle-syntax-datatypes-02.ttl')
-rw-r--r--tests/TurtleTests/turtle-syntax-datatypes-02.ttl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/TurtleTests/turtle-syntax-datatypes-02.ttl b/tests/TurtleTests/turtle-syntax-datatypes-02.ttl
new file mode 100644
index 00000000..477bd73c
--- /dev/null
+++ b/tests/TurtleTests/turtle-syntax-datatypes-02.ttl
@@ -0,0 +1,3 @@
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+<s> <p> "123"^^xsd:string .