aboutsummaryrefslogtreecommitdiffstats
path: root/test/w3c/TriGTests/trig-syntax-datatypes-02.trig
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/TriGTests/trig-syntax-datatypes-02.trig')
-rw-r--r--test/w3c/TriGTests/trig-syntax-datatypes-02.trig3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/w3c/TriGTests/trig-syntax-datatypes-02.trig b/test/w3c/TriGTests/trig-syntax-datatypes-02.trig
new file mode 100644
index 00000000..7daeb166
--- /dev/null
+++ b/test/w3c/TriGTests/trig-syntax-datatypes-02.trig
@@ -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 .}