Change renamed bnode ordering.
authorDave Longley <dlongley@digitalbazaar.com>
Thu, 06 Jun 2013 13:28:45 -0400
changeset 1693 19c14ab07bef
parent 1692 fd56f8bf3a52
child 1694 f22c505d8e67
Change renamed bnode ordering.
test-suite/tests/toRdf-0108-out.nq
--- a/test-suite/tests/toRdf-0108-out.nq	Thu Jun 06 13:17:12 2013 -0400
+++ b/test-suite/tests/toRdf-0108-out.nq	Thu Jun 06 13:28:45 2013 -0400
@@ -1,2 +1,2 @@
-_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> _:b0 .
-_:b1 _:b2 "all these IRIs remain unchanged because they are interpreted as blank node identifiers" .
+_:b0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> _:b1 .
+_:b0 _:b2 "all these IRIs remain unchanged because they are interpreted as blank node identifiers" .