--- a/rdf-turtle/tests-nt/nt-syntax-datatypes-01.nt Wed Mar 13 09:25:09 2013 -0700
+++ b/rdf-turtle/tests-nt/nt-syntax-datatypes-01.nt Wed Mar 13 09:27:58 2013 -0700
@@ -1,1 +1,1 @@
-<s> <p> "123"^^<http://www.w3.org/2001/XMLSchema#byte> .
+<http://example/s> <http://example/p> "123"^^<http://www.w3.org/2001/XMLSchema#byte> .
--- a/rdf-turtle/tests-nt/nt-syntax-datatypes-02.nt Wed Mar 13 09:25:09 2013 -0700
+++ b/rdf-turtle/tests-nt/nt-syntax-datatypes-02.nt Wed Mar 13 09:27:58 2013 -0700
@@ -1,1 +1,1 @@
-<s> <p> "123"^^<http://www.w3.org/2001/XMLSchema#string> .
+<http://example/s> <http://example/p> "123"^^<http://www.w3.org/2001/XMLSchema#string> .