aboutsummaryrefslogtreecommitdiffstats
path: root/tests/JSONLDTests/toRdf-0036-out.nq
diff options
context:
space:
mode:
Diffstat (limited to 'tests/JSONLDTests/toRdf-0036-out.nq')
-rw-r--r--tests/JSONLDTests/toRdf-0036-out.nq6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/JSONLDTests/toRdf-0036-out.nq b/tests/JSONLDTests/toRdf-0036-out.nq
new file mode 100644
index 00000000..79f81425
--- /dev/null
+++ b/tests/JSONLDTests/toRdf-0036-out.nq
@@ -0,0 +1,6 @@
+<http://example.com/> <ex:prop1> _:b3 .
+<http://example.com/> <ex:prop2> _:b2 .
+_:b3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b0 .
+_:b3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b4 .
+_:b4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b1 .
+_:b4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .