Lexicographically order triples in output.
authorDave Longley <dlongley@digitalbazaar.com>
Thu, 24 Jan 2013 13:11:02 -0500
changeset 1151 b70af520dd5b
parent 1150 22a2dd2c340b
child 1152 73635a53eb79
Lexicographically order triples in output.
test-suite/tests/toRdf-0012-out.nq
test-suite/tests/toRdf-0026-out.nq
test-suite/tests/toRdf-0027-out.nq
--- a/test-suite/tests/toRdf-0012-out.nq	Tue Jan 22 18:31:07 2013 +0100
+++ b/test-suite/tests/toRdf-0012-out.nq	Thu Jan 24 13:11:02 2013 -0500
@@ -1,2 +1,2 @@
+<http://greggkellogg.net/foaf#me> <http://xmlns.com/foaf/0.1/knows> "Dave Longley" .
 <http://greggkellogg.net/foaf#me> <http://xmlns.com/foaf/0.1/knows> "Manu Sporny" .
-<http://greggkellogg.net/foaf#me> <http://xmlns.com/foaf/0.1/knows> "Dave Longley" .
--- a/test-suite/tests/toRdf-0026-out.nq	Tue Jan 22 18:31:07 2013 +0100
+++ b/test-suite/tests/toRdf-0026-out.nq	Thu Jan 24 13:11:02 2013 -0500
@@ -1,2 +1,2 @@
+_:t0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
 _:t0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> .
-_:t0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class> .
--- a/test-suite/tests/toRdf-0027-out.nq	Tue Jan 22 18:31:07 2013 +0100
+++ b/test-suite/tests/toRdf-0027-out.nq	Thu Jan 24 13:11:02 2013 -0500
@@ -1,8 +1,8 @@
-<http://example.org/location/Paris#this> <http://example.org/locatedIn> <http://example.org/location/France#this> <http://example.org/ParisFact1> .
-<http://example.org/ParisFact1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Graph> .
 <http://example.org/ParisFact1> <http://example.org/hasReference> <http://www.britannica.com/> .
+<http://example.org/ParisFact1> <http://example.org/hasReference> <http://www.brockhaus.de/> .
 <http://example.org/ParisFact1> <http://example.org/hasReference> <http://www.wikipedia.org/> .
-<http://example.org/ParisFact1> <http://example.org/hasReference> <http://www.brockhaus.de/> .
+<http://example.org/ParisFact1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Graph> .
+<http://example.org/ParisFact2> <http://example.org/hasReference> <http://www.wikipedia.org/> .
+<http://example.org/ParisFact2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Graph> .
 <http://example.org/location/Paris#this> <http://example.org/hasPopulation> "7000000"^^<http://www.w3.org/2001/XMLSchema#integer> <http://example.org/ParisFact2> .
-<http://example.org/ParisFact2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Graph> .
-<http://example.org/ParisFact2> <http://example.org/hasReference> <http://www.wikipedia.org/> .
+<http://example.org/location/Paris#this> <http://example.org/locatedIn> <http://example.org/location/France#this> <http://example.org/ParisFact1> .