aboutsummaryrefslogtreecommitdiffstats
path: root/tests/TriGTests/prefixed_name_datatype.trig
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TriGTests/prefixed_name_datatype.trig')
-rw-r--r--tests/TriGTests/prefixed_name_datatype.trig3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/TriGTests/prefixed_name_datatype.trig b/tests/TriGTests/prefixed_name_datatype.trig
new file mode 100644
index 00000000..45d53873
--- /dev/null
+++ b/tests/TriGTests/prefixed_name_datatype.trig
@@ -0,0 +1,3 @@
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+{<http://a.example/s> <http://a.example/p> "1"^^xsd:integer .}
+<http://example/graph> {<http://a.example/s> <http://a.example/p> "1"^^xsd:integer .}