aboutsummaryrefslogtreecommitdiffstats
path: root/tests/JSONLDTests/toRdf-0056-out.nq
diff options
context:
space:
mode:
Diffstat (limited to 'tests/JSONLDTests/toRdf-0056-out.nq')
-rw-r--r--tests/JSONLDTests/toRdf-0056-out.nq9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/JSONLDTests/toRdf-0056-out.nq b/tests/JSONLDTests/toRdf-0056-out.nq
new file mode 100644
index 00000000..c5363743
--- /dev/null
+++ b/tests/JSONLDTests/toRdf-0056-out.nq
@@ -0,0 +1,9 @@
+<http://example.org/id1> <http://example.com/emptyobj> _:b0 .
+<http://example.org/id1> <http://example.com/mylist1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
+<http://example.org/id1> <http://example.com/mylist2> _:b1 .
+<http://example.org/id1> <http://example.com/myproperty> <http://example.org/id2> .
+<http://example.org/id2> <http://example.org/myproperty2> "ok" .
+_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "2"^^<http://www.w3.org/2001/XMLSchema#integer> .
+_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b2 .
+_:b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "hi" .
+_:b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .