aboutsummaryrefslogtreecommitdiffstats
path: root/tests/JSONLDTests/toRdf-0035-out.nq
diff options
context:
space:
mode:
Diffstat (limited to 'tests/JSONLDTests/toRdf-0035-out.nq')
-rw-r--r--tests/JSONLDTests/toRdf-0035-out.nq4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/JSONLDTests/toRdf-0035-out.nq b/tests/JSONLDTests/toRdf-0035-out.nq
new file mode 100644
index 00000000..cbbaaedb
--- /dev/null
+++ b/tests/JSONLDTests/toRdf-0035-out.nq
@@ -0,0 +1,4 @@
+_:b0 <http://example.com/double> "1.0E0"^^<http://www.w3.org/2001/XMLSchema#double> .
+_:b0 <http://example.com/double> "2.2E0"^^<http://www.w3.org/2001/XMLSchema#double> .
+_:b0 <http://example.com/integer> "8"^^<http://www.w3.org/2001/XMLSchema#integer> .
+_:b0 <http://example.com/integer> "9.9E0"^^<http://www.w3.org/2001/XMLSchema#integer> .