--- a/nquads/tests/manifest.ttl Mon Dec 29 09:46:43 2014 +0100
+++ b/nquads/tests/manifest.ttl Tue Dec 30 10:03:59 2014 +0100
@@ -407,28 +407,28 @@
<#nt-syntax-bad-prefix-01> a rdft:TestNQuadsNegativeSyntax ;
mf:name "nt-syntax-bad-prefix-01" ;
- rdfs:comment "@prefix not allowed in n-triples (negative test)" ;
+ rdfs:comment "@prefix not allowed in N-Quads (negative test)" ;
rdft:approval rdft:Approved ;
mf:action <nt-syntax-bad-prefix-01.nq> ;
.
<#nt-syntax-bad-base-01> a rdft:TestNQuadsNegativeSyntax ;
mf:name "nt-syntax-bad-base-01" ;
- rdfs:comment "@base not allowed in N-Triples (negative test)" ;
+ rdfs:comment "@base not allowed in N-Quads (negative test)" ;
rdft:approval rdft:Approved ;
mf:action <nt-syntax-bad-base-01.nq> ;
.
<#nt-syntax-bad-struct-01> a rdft:TestNQuadsNegativeSyntax ;
mf:name "nt-syntax-bad-struct-01" ;
- rdfs:comment "N-Triples does not have objectList (negative test)" ;
+ rdfs:comment "N-Quads does not have objectList (negative test)" ;
rdft:approval rdft:Approved ;
mf:action <nt-syntax-bad-struct-01.nq> ;
.
<#nt-syntax-bad-struct-02> a rdft:TestNQuadsNegativeSyntax ;
mf:name "nt-syntax-bad-struct-02" ;
- rdfs:comment "N-Triples does not have predicateObjectList (negative test)" ;
+ rdfs:comment "N-Quads does not have predicateObjectList (negative test)" ;
rdft:approval rdft:Approved ;
mf:action <nt-syntax-bad-struct-02.nq> ;
.
@@ -512,21 +512,21 @@
<#nt-syntax-bad-num-01> a rdft:TestNQuadsNegativeSyntax ;
mf:name "nt-syntax-bad-num-01" ;
- rdfs:comment "no numbers in N-Triples (integer) (negative test)" ;
+ rdfs:comment "no numbers in N-Quads (integer) (negative test)" ;
rdft:approval rdft:Approved ;
mf:action <nt-syntax-bad-num-01.nq> ;
.
<#nt-syntax-bad-num-02> a rdft:TestNQuadsNegativeSyntax ;
mf:name "nt-syntax-bad-num-02" ;
- rdfs:comment "no numbers in N-Triples (decimal) (negative test)" ;
+ rdfs:comment "no numbers in N-Quads (decimal) (negative test)" ;
rdft:approval rdft:Approved ;
mf:action <nt-syntax-bad-num-02.nq> ;
.
<#nt-syntax-bad-num-03> a rdft:TestNQuadsNegativeSyntax ;
mf:name "nt-syntax-bad-num-03" ;
- rdfs:comment "no numbers in N-Triples (float) (negative test)" ;
+ rdfs:comment "no numbers in N-Quads (float) (negative test)" ;
rdft:approval rdft:Approved ;
mf:action <nt-syntax-bad-num-03.nq> ;
.
--- a/nquads/tests/nt-syntax-bad-uri-06.nq Mon Dec 29 09:46:43 2014 +0100
+++ b/nquads/tests/nt-syntax-bad-uri-06.nq Tue Dec 30 10:03:59 2014 +0100
@@ -1,2 +1,2 @@
-# No relative IRIs in N-Triples
+# No relative IRIs in N-Quads
<s> <http://example/p> <http://example/o> .
--- a/nquads/tests/nt-syntax-bad-uri-07.nq Mon Dec 29 09:46:43 2014 +0100
+++ b/nquads/tests/nt-syntax-bad-uri-07.nq Tue Dec 30 10:03:59 2014 +0100
@@ -1,2 +1,2 @@
-# No relative IRIs in N-Triples
+# No relative IRIs in N-Quads
<http://example/s> <p> <http://example/o> .
--- a/nquads/tests/nt-syntax-bad-uri-08.nq Mon Dec 29 09:46:43 2014 +0100
+++ b/nquads/tests/nt-syntax-bad-uri-08.nq Tue Dec 30 10:03:59 2014 +0100
@@ -1,2 +1,2 @@
-# No relative IRIs in N-Triples
+# No relative IRIs in N-Quads
<http://example/s> <http://example/p> <o> .
--- a/nquads/tests/nt-syntax-bad-uri-09.nq Mon Dec 29 09:46:43 2014 +0100
+++ b/nquads/tests/nt-syntax-bad-uri-09.nq Tue Dec 30 10:03:59 2014 +0100
@@ -1,2 +1,2 @@
-# No relative IRIs in N-Triples
+# No relative IRIs in N-Quads
<http://example/s> <http://example/p> "foo"^^<dt> .