Lexicographically sort triples.
authorDave Longley <dlongley@digitalbazaar.com>
Tue, 28 May 2013 13:08:50 -0400
changeset 1680 1e53aefd941a
parent 1679 93bf4e7a31f4
child 1681 a1c467cd4a65
Lexicographically sort triples.
test-suite/tests/toRdf-0032-out.nq
test-suite/tests/toRdf-0033-out.nq
test-suite/tests/toRdf-0034-out.nq
--- a/test-suite/tests/toRdf-0032-out.nq	Thu May 23 15:52:15 2013 -0700
+++ b/test-suite/tests/toRdf-0032-out.nq	Tue May 28 13:08:50 2013 -0400
@@ -1,3 +1,3 @@
 <http://example.org/node1> <http://www.w3.org/2002/07/owl#sameAs> <http://example.org/node2> .
+<http://example.org/node2> <http://example.org/link> <http://example.org/node3> .
 <http://example.org/node2> <http://www.w3.org/2000/01/rdf-schema#label> "Node 2" .
-<http://example.org/node2> <http://example.org/link> <http://example.org/node3> .
--- a/test-suite/tests/toRdf-0033-out.nq	Thu May 23 15:52:15 2013 -0700
+++ b/test-suite/tests/toRdf-0033-out.nq	Tue May 28 13:08:50 2013 -0400
@@ -1,3 +1,3 @@
 <http://example.org/node1> <http://www.w3.org/2002/07/owl#sameAs> <http://example.org/node2> .
+<http://example.org/node2> <http://example.org/link> <http://example.org/node3> .
 <http://example.org/node2> <http://www.w3.org/2000/01/rdf-schema#label> "Node 2" .
-<http://example.org/node2> <http://example.org/link> <http://example.org/node3> .
--- a/test-suite/tests/toRdf-0034-out.nq	Thu May 23 15:52:15 2013 -0700
+++ b/test-suite/tests/toRdf-0034-out.nq	Tue May 28 13:08:50 2013 -0400
@@ -1,3 +1,3 @@
 <http://example.org/node1> <http://www.w3.org/2002/07/owl#sameAs> <http://example.org/node2> .
+<http://example.org/node2> <http://example.org/link> <http://example.org/node3> .
 <http://example.org/node2> <http://www.w3.org/2000/01/rdf-schema#label> "Node 2" .
-<http://example.org/node2> <http://example.org/link> <http://example.org/node3> .