aboutsummaryrefslogtreecommitdiffstats
path: root/test/pretty/datatypes.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'test/pretty/datatypes.ttl')
-rw-r--r--test/pretty/datatypes.ttl15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/pretty/datatypes.ttl b/test/pretty/datatypes.ttl
new file mode 100644
index 00000000..721dfe4d
--- /dev/null
+++ b/test/pretty/datatypes.ttl
@@ -0,0 +1,15 @@
+@prefix eg: <http://example.org/> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+
+eg:s
+ eg:p -1.2 ,
+ "-3."^^xsd:decimal ,
+ -4 ,
+ 0 ,
+ 1 ,
+ 2.3 ,
+ "4."^^xsd:decimal ,
+ false ,
+ true ,
+ "x"^^eg:datatype ,
+ "y"^^<http://пример.испытание> .