Updated N-Triples, N-Quads, and TriG reports including results for RDF.rb and Jena.
authorGregg Kellogg <gregg@kellogg-assoc.com>
Sun, 24 Nov 2013 15:01:26 -0800
changeset 1388 f955a87bc401
parent 1387 fa34bfe7c291
child 1389 bf2d33009ad3
Updated N-Triples, N-Quads, and TriG reports including results for RDF.rb and Jena.
nquads/reports/Apache-Jena-nquads-earl-2013-11-02.ttl
nquads/reports/Apache-Jena-nquads-earl-2013-11-23.ttl
nquads/reports/RIOT-jena-details.ttl
nquads/reports/earl.jsonld
nquads/reports/earl.ttl
nquads/reports/index.html
nquads/reports/rdf.rb-earl-2013-10-30.ttl
nquads/reports/rdf.rb-earl-2013-11-24.ttl
rdf-turtle/reports-nt/Apache-Jena-ntriples-earl-2013-11-02.ttl
rdf-turtle/reports-nt/Apache-Jena-ntriples-earl-2013-11-23.ttl
rdf-turtle/reports-nt/RIOT-jena-details.ttl
rdf-turtle/reports-nt/earl.jsonld
rdf-turtle/reports-nt/earl.ttl
rdf-turtle/reports-nt/index.html
rdf-turtle/reports-nt/rdf.rb-earl-2013-11-24.ttl
rdf-turtle/reports-nt/rdf.rb-earl.ttl
trig/reports/Apache-Jena-trig-earl-2013-11-02.ttl
trig/reports/Apache-Jena-trig-earl-2013-11-23.ttl
trig/reports/RIOT-jena-details.ttl
trig/reports/earl.jsonld
trig/reports/earl.ttl
trig/reports/index.html
trig/reports/rdf.rb-earl-2013-09-09.ttl
trig/reports/rdf.rb-earl-2013-11-24.ttl
--- a/nquads/reports/Apache-Jena-nquads-earl-2013-11-02.ttl	Sat Nov 23 17:48:59 2013 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,331 +0,0 @@
-@prefix dc:      <http://purl.org/dc/elements/1.1/> .
-@prefix rdft:    <http://www.w3.org/ns/rdftest#> .
-@prefix earl:    <http://www.w3.org/ns/earl#> .
-@prefix foaf:    <http://xmlns.com/foaf/0.1/> .
-@prefix dct:     <http://purl.org/dc/terms/> .
-@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
-@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix doap:    <http://usefulinc.com/ns/doap#> .
-
-<http://jena.apache.org/#riot>
-    a           doap:Project ;
-    <http://projects.apache.org/ns/asfext#implements>
-                [ a           <http://projects.apache.org/ns/asfext#Standard> ;
-                  <http://projects.apache.org/ns/asfext#body>
-                              "W3C" ;
-                  <http://projects.apache.org/ns/asfext#id>
-                              "" ;
-                  <http://projects.apache.org/ns/asfext#title>
-                              "SPARQL" ;
-                  <http://projects.apache.org/ns/asfext#url>
-                              <http://www.w3.org/TR/rdf-sparql-query/>
-                ] ;
-    <http://projects.apache.org/ns/asfext#implements>
-                [ a           <http://projects.apache.org/ns/asfext#Standard> ;
-                  <http://projects.apache.org/ns/asfext#body>
-                              "W3C" ;
-                  <http://projects.apache.org/ns/asfext#id>
-                              "" ;
-                  <http://projects.apache.org/ns/asfext#title>
-                              "Resource Description Framework" ;
-                  <http://projects.apache.org/ns/asfext#url>
-                              <http://www.w3.org/RDF/>
-                ] ;
-    <http://projects.apache.org/ns/asfext#pmc>
-                <http://jena.apache.org> ;
-    doap:bug-database
-                <https://issues.apache.org/jira/browse/JENA> ;
-    doap:category
-                <http://projects.apache.org/category/library> ;
-    doap:created
-                "2012-05-03" ;
-    doap:description
-                "Apache Jena provides a complete framework for building Semantic Web and Linked Data applications in Java, and provides: parsers for RDF/XML, Turtle and N-triples; a Java programming API; a complete implementation of the SPARQL query language; a rule-based inference engine for RDFS and OWL entailments; TDB (a non-SQL persistent triple store); SDB (a persistent triples store built on a relational store) and Fuseki, an RDF server using web protocols. Jena complies with all relevant recommendations for RDF and related technologies from the W3C." ;
-    doap:developer
-                [ a           foaf:Person ;
-                  foaf:mbox   <mailto:rvesse@apache.org> ;
-                  foaf:name   "Rob Vesse"
-                ] ;
-    doap:developer
-                [ a           foaf:Person ;
-                  foaf:mbox   <mailto:castagna@apache.org> ;
-                  foaf:name   "Paolo Castagna"
-                ] ;
-    doap:developer
-                [ a           foaf:Person ;
-                  foaf:mbox   <mailto:chrisdollin@apache.org> ;
-                  foaf:name   "Chris Dollin"
-                ] ;
-    doap:developer
-                [ a           foaf:Person ;
-                  foaf:mbox   <mailto:sallen@apache.org> ;
-                  foaf:name   "Stephen Allen"
-                ] ;
-    doap:developer
-                [ a           foaf:Person ;
-                  foaf:mbox   <mailto:ijd@apache.org> ;
-                  foaf:name   "Ian Dickinson"
-                ] ;
-    doap:developer
-                [ a           foaf:Person ;
-                  foaf:mbox   <mailto:damian@apache.org> ;
-                  foaf:name   "Damian Steer"
-                ] ;
-    doap:developer
-                [ a           foaf:Person ;
-                  foaf:mbox   <mailto:andy@apache.org> ;
-                  foaf:name   "Andy Seaborne"
-                ] ;
-    doap:developer
-                [ a           foaf:Person ;
-                  foaf:mbox   <mailto:claude@apache.org> ;
-                  foaf:name   "Claude Warren"
-                ] ;
-    doap:developer
-                [ a           foaf:Person ;
-                  foaf:mbox   <mailto:der@apache.org> ;
-                  foaf:name   "Dave Reynolds"
-                ] ;
-    doap:download-page
-                <http://jena.apache.org/download/index.html> ;
-    doap:homepage
-                <http://jena.apache.org> ;
-    doap:license
-                <http://usefulinc.com/doap/licenses/asl20> ;
-    doap:mailing-list
-                <http://jena.apache.org/help_and_support/index.html> ;
-    doap:name   "Apache Jena"@en ;
-    doap:programming-language
-                "Java"@en ;
-    doap:release
-                [ a           doap:Version ;
-                  doap:created
-                              "2013-09-18"@en ;
-                  doap:name   "apache-jena-2.11.0"@en ;
-                  doap:revision
-                              "2.11.0"@en
-                ] ;
-    doap:repository
-                [ a           doap:SVNRepository ;
-                  doap:browse
-                              <http://svn.apache.org/viewvc/jena/> ;
-                  doap:location
-                              <http://svn.apache.org/repos/asf/jena/trunk/>
-                ] ;
-    doap:shortdesc
-                "A framework for developing Semantic Web and Linked Data applications in Java."@en .
-
-@prefix dc:    <http://purl.org/dc/elements/1.1/> .
-@prefix rdft:  <http://www.w3.org/ns/rdftest#> .
-@prefix earl:  <http://www.w3.org/ns/earl#> .
-@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
-@prefix turtletest: <http://www.w3.org/2013/TurtleTests/manifest.ttl#> .
-@prefix dct:   <http://purl.org/dc/terms/> .
-@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
-@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix doap:  <http://usefulinc.com/ns/doap#> .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-01.nq>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-06.nq>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-03.nq>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-03.nq>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-02.nq>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-05.nq>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-quint-01.nq>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-02.nq>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-01.nq>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-04.nq>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-04.nq>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-03.nq>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-06.nq>
-] .
-
-_:b0    a              foaf:Person ;
-        foaf:homepage  <http://people.apache.org/~andy> ;
-        foaf:name      "Andy Seaborne" .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-05.nq>
-] .
-
-<http://jena.apache.org/#riot>
-        a                doap:Project , earl:Software ;
-        dc:creator       _:b0 ;
-        dc:title         "Apache Jena RIOT" ;
-        dct:isPartOf     [ foaf:homepage  <http://jena.apache.org/> ] ;
-        doap:homepage    "http://jena.apache.org/" ;
-        doap:maintainer  _:b0 ;
-        doap:name        "Apache Jena RIOT" ;
-        doap:release     [ a             doap:Version ;
-                           doap:created  "2013-11-02+00:00"^^xsd:date ;
-                           doap:name     "RIOT"
-                         ] ;
-        foaf:homepage    <http://jena.apache.org/> .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-02.nq>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-01.nq>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-uri-01.nq>
-] .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nquads/reports/Apache-Jena-nquads-earl-2013-11-23.ttl	Sun Nov 24 15:01:26 2013 -0800
@@ -0,0 +1,1079 @@
+@prefix dc:    <http://purl.org/dc/elements/1.1/> .
+@prefix rdft:  <http://www.w3.org/ns/rdftest#> .
+@prefix earl:  <http://www.w3.org/ns/earl#> .
+@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
+@prefix turtletest: <http://www.w3.org/2013/TurtleTests/manifest.ttl#> .
+@prefix dct:   <http://purl.org/dc/terms/> .
+@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix doap:  <http://usefulinc.com/ns/doap#> .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_2_dquotes>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-struct-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_REVERSE_SOLIDUS2>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-05>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-06>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-01>
+] .
+
+_:b0    a              foaf:Person ;
+        foaf:homepage  <http://people.apache.org/~andy> ;
+        foaf:name      "Andy Seaborne" .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#lantag_with_subtag>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-05>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-09>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_numeric_escape4>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_CHARACTER_TABULATION>
+] .
+
+<http://jena.apache.org/#riot>
+        a                doap:Project , earl:Software ;
+        dc:creator       _:b0 ;
+        dc:title         "Apache Jena RIOT" ;
+        dct:isPartOf     [ foaf:homepage  <http://jena.apache.org/> ] ;
+        doap:homepage    "http://jena.apache.org/" ;
+        doap:maintainer  _:b0 ;
+        doap:name        "Apache Jena RIOT" ;
+        doap:release     [ a             doap:Version ;
+                           doap:created  "2013-11-23+00:00"^^xsd:date ;
+                           doap:name     "RIOT"
+                         ] ;
+        foaf:homepage    <http://jena.apache.org/> .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-struct-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_all_controls>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-07>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_2_squotes>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#minimal_whitespace>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-06>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-prefix-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-subm-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_squote>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-06>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-04>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_dquote>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-uri-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-datatypes-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_all_punctuation>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_numeric_escape8>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_BACKSPACE>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-lang-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#comment_following_triple>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_UTF8_boundaries>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-04>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-04>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-07>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_FORM_FEED>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-datatypes-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_ascii_boundaries>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-base-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_REVERSE_SOLIDUS>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-06>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-04>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-05>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_CARRIAGE_RETURN>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-quint-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#langtagged_string>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-04>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-05>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-08>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_LINE_FEED>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-01>
+] .
+@prefix dc:      <http://purl.org/dc/elements/1.1/> .
+@prefix rdft:    <http://www.w3.org/ns/rdftest#> .
+@prefix earl:    <http://www.w3.org/ns/earl#> .
+@prefix foaf:    <http://xmlns.com/foaf/0.1/> .
+@prefix dct:     <http://purl.org/dc/terms/> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix doap:    <http://usefulinc.com/ns/doap#> .
+
+<http://jena.apache.org/#riot>
+    a           doap:Project ;
+    <http://projects.apache.org/ns/asfext#implements>
+                [ a           <http://projects.apache.org/ns/asfext#Standard> ;
+                  <http://projects.apache.org/ns/asfext#body>
+                              "W3C" ;
+                  <http://projects.apache.org/ns/asfext#id>
+                              "" ;
+                  <http://projects.apache.org/ns/asfext#title>
+                              "SPARQL" ;
+                  <http://projects.apache.org/ns/asfext#url>
+                              <http://www.w3.org/TR/rdf-sparql-query/>
+                ] ;
+    <http://projects.apache.org/ns/asfext#implements>
+                [ a           <http://projects.apache.org/ns/asfext#Standard> ;
+                  <http://projects.apache.org/ns/asfext#body>
+                              "W3C" ;
+                  <http://projects.apache.org/ns/asfext#id>
+                              "" ;
+                  <http://projects.apache.org/ns/asfext#title>
+                              "Resource Description Framework" ;
+                  <http://projects.apache.org/ns/asfext#url>
+                              <http://www.w3.org/RDF/>
+                ] ;
+    <http://projects.apache.org/ns/asfext#pmc>
+                <http://jena.apache.org> ;
+    doap:bug-database
+                <https://issues.apache.org/jira/browse/JENA> ;
+    doap:category
+                <http://projects.apache.org/category/library> ;
+    doap:created
+                "2012-05-03" ;
+    doap:description
+                "Apache Jena provides a complete framework for building Semantic Web and Linked Data applications in Java, and provides: parsers for RDF/XML, Turtle and N-triples; a Java programming API; a complete implementation of the SPARQL query language; a rule-based inference engine for RDFS and OWL entailments; TDB (a non-SQL persistent triple store); SDB (a persistent triples store built on a relational store) and Fuseki, an RDF server using web protocols. Jena complies with all relevant recommendations for RDF and related technologies from the W3C." ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:rvesse@apache.org> ;
+                  foaf:name   "Rob Vesse"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:castagna@apache.org> ;
+                  foaf:name   "Paolo Castagna"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:chrisdollin@apache.org> ;
+                  foaf:name   "Chris Dollin"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:sallen@apache.org> ;
+                  foaf:name   "Stephen Allen"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:ijd@apache.org> ;
+                  foaf:name   "Ian Dickinson"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:damian@apache.org> ;
+                  foaf:name   "Damian Steer"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:andy@apache.org> ;
+                  foaf:name   "Andy Seaborne"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:claude@apache.org> ;
+                  foaf:name   "Claude Warren"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:der@apache.org> ;
+                  foaf:name   "Dave Reynolds"
+                ] ;
+    doap:download-page
+                <http://jena.apache.org/download/index.html> ;
+    doap:homepage
+                <http://jena.apache.org> ;
+    doap:license
+                <http://usefulinc.com/doap/licenses/asl20> ;
+    doap:mailing-list
+                <http://jena.apache.org/help_and_support/index.html> ;
+    doap:name   "Apache Jena"@en ;
+    doap:programming-language
+                "Java"@en ;
+    doap:release
+                [ a           doap:Version ;
+                  doap:created
+                              "2013-11-23"@en ;
+                  doap:name   "apache-jena-2.11.1"@en ;
+                  doap:revision
+                              "2.11.1"@en
+                ] ;
+    doap:repository
+                [ a           doap:SVNRepository ;
+                  doap:browse
+                              <http://svn.apache.org/viewvc/jena/> ;
+                  doap:location
+                              <http://svn.apache.org/repos/asf/jena/trunk/>
+                ] ;
+    doap:shortdesc
+                "A framework for developing Semantic Web and Linked Data applications in Java."@en .
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nquads/reports/RIOT-jena-details.ttl	Sun Nov 24 15:01:26 2013 -0800
@@ -0,0 +1,117 @@
+@prefix dc:      <http://purl.org/dc/elements/1.1/> .
+@prefix rdft:    <http://www.w3.org/ns/rdftest#> .
+@prefix earl:    <http://www.w3.org/ns/earl#> .
+@prefix foaf:    <http://xmlns.com/foaf/0.1/> .
+@prefix dct:     <http://purl.org/dc/terms/> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix doap:    <http://usefulinc.com/ns/doap#> .
+
+<http://jena.apache.org/#riot>
+    a           doap:Project ;
+    <http://projects.apache.org/ns/asfext#implements>
+                [ a           <http://projects.apache.org/ns/asfext#Standard> ;
+                  <http://projects.apache.org/ns/asfext#body>
+                              "W3C" ;
+                  <http://projects.apache.org/ns/asfext#id>
+                              "" ;
+                  <http://projects.apache.org/ns/asfext#title>
+                              "SPARQL" ;
+                  <http://projects.apache.org/ns/asfext#url>
+                              <http://www.w3.org/TR/rdf-sparql-query/>
+                ] ;
+    <http://projects.apache.org/ns/asfext#implements>
+                [ a           <http://projects.apache.org/ns/asfext#Standard> ;
+                  <http://projects.apache.org/ns/asfext#body>
+                              "W3C" ;
+                  <http://projects.apache.org/ns/asfext#id>
+                              "" ;
+                  <http://projects.apache.org/ns/asfext#title>
+                              "Resource Description Framework" ;
+                  <http://projects.apache.org/ns/asfext#url>
+                              <http://www.w3.org/RDF/>
+                ] ;
+    <http://projects.apache.org/ns/asfext#pmc>
+                <http://jena.apache.org> ;
+    doap:bug-database
+                <https://issues.apache.org/jira/browse/JENA> ;
+    doap:category
+                <http://projects.apache.org/category/library> ;
+    doap:created
+                "2012-05-03" ;
+    doap:description
+                "Apache Jena provides a complete framework for building Semantic Web and Linked Data applications in Java, and provides: parsers for RDF/XML, Turtle and N-triples; a Java programming API; a complete implementation of the SPARQL query language; a rule-based inference engine for RDFS and OWL entailments; TDB (a non-SQL persistent triple store); SDB (a persistent triples store built on a relational store) and Fuseki, an RDF server using web protocols. Jena complies with all relevant recommendations for RDF and related technologies from the W3C." ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:rvesse@apache.org> ;
+                  foaf:name   "Rob Vesse"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:castagna@apache.org> ;
+                  foaf:name   "Paolo Castagna"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:chrisdollin@apache.org> ;
+                  foaf:name   "Chris Dollin"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:sallen@apache.org> ;
+                  foaf:name   "Stephen Allen"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:ijd@apache.org> ;
+                  foaf:name   "Ian Dickinson"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:damian@apache.org> ;
+                  foaf:name   "Damian Steer"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:andy@apache.org> ;
+                  foaf:name   "Andy Seaborne"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:claude@apache.org> ;
+                  foaf:name   "Claude Warren"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:der@apache.org> ;
+                  foaf:name   "Dave Reynolds"
+                ] ;
+    doap:download-page
+                <http://jena.apache.org/download/index.html> ;
+    doap:homepage
+                <http://jena.apache.org> ;
+    doap:license
+                <http://usefulinc.com/doap/licenses/asl20> ;
+    doap:mailing-list
+                <http://jena.apache.org/help_and_support/index.html> ;
+    doap:name   "Apache Jena"@en ;
+    doap:programming-language
+                "Java"@en ;
+    doap:release
+                [ a           doap:Version ;
+                  doap:created
+                              "2013-11-23"@en ;
+                  doap:name   "apache-jena-2.11.1"@en ;
+                  doap:revision
+                              "2.11.1"@en
+                ] ;
+    doap:repository
+                [ a           doap:SVNRepository ;
+                  doap:browse
+                              <http://svn.apache.org/viewvc/jena/> ;
+                  doap:location
+                              <http://svn.apache.org/repos/asf/jena/trunk/>
+                ] ;
+    doap:shortdesc
+                "A framework for developing Semantic Web and Linked Data applications in Java."@en .
+
--- a/nquads/reports/earl.jsonld	Sat Nov 23 17:48:59 2013 +0000
+++ b/nquads/reports/earl.jsonld	Sun Nov 24 15:01:26 2013 -0800
@@ -122,7 +122,7 @@
       "@id": "https://github.com/gkellogg/earl-report/tree/0.2.7.2",
       "@type": "doap:Version",
       "name": "earl-report-0.2.7.2",
-      "created": "2013-10-23",
+      "created": "2013-11-24",
       "revision": "0.2.7.2"
     },
     "developer": {
@@ -133,10 +133,10 @@
     }
   },
   "assertions": [
-    "Apache-Jena-nquads-earl-2013-11-02.ttl",
+    "Apache-Jena-nquads-earl-2013-11-23.ttl",
+    "RIOT-jena-details.ttl",
     "earl.ttl",
-    "rdf.rb-earl-2013-07-25.ttl",
-    "rdf.rb-earl-2013-10-30.ttl"
+    "rdf.rb-earl-2013-11-24.ttl"
   ],
   "testSubjects": [
     {
@@ -145,7 +145,7 @@
         "earl:TestSubject",
         "doap:Project"
       ],
-      "name": "Apache Jena RIOT",
+      "name": "Apache Jena",
       "developer": [
         {
           "@type": "foaf:Person",
@@ -185,7 +185,7 @@
         }
       ],
       "doapDesc": "Apache Jena provides a complete framework for building Semantic Web and Linked Data applications in Java, and provides: parsers for RDF/XML, Turtle and N-triples; a Java programming API; a complete implementation of the SPARQL query language; a rule-based inference engine for RDFS and OWL entailments; TDB (a non-SQL persistent triple store); SDB (a persistent triples store built on a relational store) and Fuseki, an RDF server using web protocols. Jena complies with all relevant recommendations for RDF and related technologies from the W3C.",
-      "homepage": "http://jena.apache.org/",
+      "homepage": "http://jena.apache.org",
       "language": "Java"
     },
     {
@@ -228,7 +228,7 @@
       ],
       "entries": [
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-01.nq",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-01",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
@@ -239,7 +239,7 @@
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-01.nq",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-01",
               "subject": "http://jena.apache.org/#riot",
               "mode": "earl:automatic",
               "result": {
@@ -250,7 +250,7 @@
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-01.nq",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -263,7 +263,7 @@
           "description": "URI graph with URI triple"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-02.nq",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-02",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
@@ -274,7 +274,7 @@
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-02.nq",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-02",
               "subject": "http://jena.apache.org/#riot",
               "mode": "earl:automatic",
               "result": {
@@ -285,7 +285,7 @@
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-02.nq",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-02",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -298,7 +298,7 @@
           "description": "URI graph with BNode subject"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-03.nq",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-03",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
@@ -309,7 +309,7 @@
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-03.nq",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-03",
               "subject": "http://jena.apache.org/#riot",
               "mode": "earl:automatic",
               "result": {
@@ -320,7 +320,7 @@
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-03.nq",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-03",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -333,7 +333,7 @@
           "description": "URI graph with BNode object"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-04.nq",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-04",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
@@ -344,7 +344,7 @@
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-04.nq",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-04",
               "subject": "http://jena.apache.org/#riot",
               "mode": "earl:automatic",
               "result": {
@@ -355,7 +355,7 @@
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-04.nq",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-04",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -368,7 +368,7 @@
           "description": "URI graph with simple literal"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-05.nq",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-05",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
@@ -379,7 +379,7 @@
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-05.nq",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-05",
               "subject": "http://jena.apache.org/#riot",
               "mode": "earl:automatic",
               "result": {
@@ -390,7 +390,7 @@
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-05.nq",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-05",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -403,7 +403,7 @@
           "description": "URI graph with language tagged literal"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-06.nq",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-06",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
@@ -414,7 +414,7 @@
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-06.nq",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-06",
               "subject": "http://jena.apache.org/#riot",
               "mode": "earl:automatic",
               "result": {
@@ -425,7 +425,7 @@
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-06.nq",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-06",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -438,7 +438,7 @@
           "description": "URI graph with datatyped literal"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-01.nq",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-01",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
@@ -449,7 +449,7 @@
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-01.nq",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-01",
               "subject": "http://jena.apache.org/#riot",
               "mode": "earl:automatic",
               "result": {
@@ -460,7 +460,7 @@
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-01.nq",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -473,7 +473,7 @@
           "description": "BNode graph with URI triple"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-02.nq",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-02",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
@@ -484,7 +484,7 @@
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-02.nq",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-02",
               "subject": "http://jena.apache.org/#riot",
               "mode": "earl:automatic",
               "result": {
@@ -495,7 +495,7 @@
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-02.nq",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-02",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -508,7 +508,7 @@
           "description": "BNode graph with BNode subject"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-03.nq",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-03",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
@@ -519,7 +519,7 @@
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-03.nq",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-03",
               "subject": "http://jena.apache.org/#riot",
               "mode": "earl:automatic",
               "result": {
@@ -530,7 +530,7 @@
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-03.nq",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-03",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -543,7 +543,7 @@
           "description": "BNode graph with BNode object"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-04.nq",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-04",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
@@ -554,7 +554,7 @@
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-04.nq",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-04",
               "subject": "http://jena.apache.org/#riot",
               "mode": "earl:automatic",
               "result": {
@@ -565,7 +565,7 @@
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-04.nq",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-04",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -578,7 +578,7 @@
           "description": "BNode graph with simple literal"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-05.nq",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-05",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
@@ -589,7 +589,7 @@
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-05.nq",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-05",
               "subject": "http://jena.apache.org/#riot",
               "mode": "earl:automatic",
               "result": {
@@ -600,7 +600,7 @@
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-05.nq",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-05",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -613,7 +613,7 @@
           "description": "BNode graph with language tagged literal"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-06.nq",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-06",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
@@ -624,7 +624,7 @@
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-06.nq",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-06",
               "subject": "http://jena.apache.org/#riot",
               "mode": "earl:automatic",
               "result": {
@@ -635,7 +635,7 @@
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-06.nq",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-06",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -648,7 +648,7 @@
           "description": "BNode graph with datatyped literal"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-01.nq",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-01",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
@@ -659,7 +659,7 @@
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-01.nq",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-01",
               "subject": "http://jena.apache.org/#riot",
               "mode": "earl:automatic",
               "result": {
@@ -670,7 +670,7 @@
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-01.nq",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -683,7 +683,7 @@
           "description": "Graph name may not be a simple literal (negative test)"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-02.nq",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-02",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
@@ -694,7 +694,7 @@
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-02.nq",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-02",
               "subject": "http://jena.apache.org/#riot",
               "mode": "earl:automatic",
               "result": {
@@ -705,7 +705,7 @@
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-02.nq",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-02",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -718,7 +718,7 @@
           "description": "Graph name may not be a language tagged literal (negative test)"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-03.nq",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-03",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
@@ -729,7 +729,7 @@
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-03.nq",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-03",
               "subject": "http://jena.apache.org/#riot",
               "mode": "earl:automatic",
               "result": {
@@ -740,7 +740,7 @@
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-03.nq",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-03",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -753,7 +753,7 @@
           "description": "Graph name may not be a datatyped literal (negative test)"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-uri-01.nq",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-uri-01",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
@@ -764,7 +764,7 @@
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-uri-01.nq",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-uri-01",
               "subject": "http://jena.apache.org/#riot",
               "mode": "earl:automatic",
               "result": {
@@ -775,7 +775,7 @@
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-uri-01.nq",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-uri-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -788,7 +788,7 @@
           "description": "Graph name URI must be absolute (negative test)"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-quint-01.nq",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-quint-01",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
@@ -799,7 +799,7 @@
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-quint-01.nq",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-quint-01",
               "subject": "http://jena.apache.org/#riot",
               "mode": "earl:automatic",
               "result": {
@@ -810,7 +810,7 @@
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-quint-01.nq",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-quint-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -821,40 +821,31 @@
             }
           ],
           "description": "N-Quads does not have a fifth element (negative test)"
-        }
-      ],
-      "title": "N-Quads tests"
-    },
-    {
-      "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl",
-      "@type": [
-        "earl:Report",
-        "mf:Manifest"
-      ],
-      "entries": [
+        },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-01",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-01",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
           ],
           "title": "nt-syntax-file-01",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-file-01.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-file-01.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-01",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-01",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-01",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -867,28 +858,29 @@
           "description": "Empty file"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-02",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-02",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
           ],
           "title": "nt-syntax-file-02",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-file-02.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-file-02.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-02",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-02",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-02",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-02",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -901,28 +893,29 @@
           "description": "Only comment"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-03",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-03",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
           ],
           "title": "nt-syntax-file-03",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-file-03.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-file-03.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-03",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-03",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-03",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-03",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -935,28 +928,29 @@
           "description": "One comment, one empty line"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-01",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-01",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
           ],
           "title": "nt-syntax-uri-01",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-uri-01.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-uri-01.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-01",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-01",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-01",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -969,28 +963,29 @@
           "description": "Only IRIs"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-02",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-02",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
           ],
           "title": "nt-syntax-uri-02",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-uri-02.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-uri-02.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-02",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-02",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-02",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-02",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1003,28 +998,29 @@
           "description": "IRIs with Unicode escape"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-03",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-03",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
           ],
           "title": "nt-syntax-uri-03",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-uri-03.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-uri-03.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-03",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-03",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-03",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-03",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1037,28 +1033,29 @@
           "description": "IRIs with long Unicode escape"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-04",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-04",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
           ],
           "title": "nt-syntax-uri-04",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-uri-04.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-uri-04.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-04",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-04",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-04",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-04",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1071,28 +1068,29 @@
           "description": "Legal IRIs"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-01",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-01",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
           ],
           "title": "nt-syntax-string-01",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-string-01.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-string-01.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-01",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-01",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-01",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1105,28 +1103,29 @@
           "description": "string literal"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-02",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-02",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
           ],
           "title": "nt-syntax-string-02",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-string-02.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-string-02.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-02",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-02",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-02",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-02",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1139,28 +1138,29 @@
           "description": "langString literal"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-03",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-03",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
           ],
           "title": "nt-syntax-string-03",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-string-03.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-string-03.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-03",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-03",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-03",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-03",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1173,28 +1173,29 @@
           "description": "langString literal with region"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-01",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-01",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
           ],
           "title": "nt-syntax-str-esc-01",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-str-esc-01.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-str-esc-01.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-01",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-01",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-01",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1207,28 +1208,29 @@
           "description": "string literal with escaped newline"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-02",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-02",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
           ],
           "title": "nt-syntax-str-esc-02",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-str-esc-02.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-str-esc-02.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-02",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-02",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-02",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-02",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1241,28 +1243,29 @@
           "description": "string literal with Unicode escape"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-03",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-03",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
           ],
           "title": "nt-syntax-str-esc-03",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-str-esc-03.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-str-esc-03.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-03",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-03",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-03",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-03",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1275,28 +1278,29 @@
           "description": "string literal with long Unicode escape"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-01",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-01",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
           ],
           "title": "nt-syntax-bnode-01",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bnode-01.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bnode-01.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-01",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-01",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-01",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1309,28 +1313,29 @@
           "description": "bnode subject"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-02",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-02",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
           ],
           "title": "nt-syntax-bnode-02",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bnode-02.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bnode-02.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-02",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-02",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-02",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-02",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1343,28 +1348,64 @@
           "description": "bnode object"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-01",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-03",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
+          ],
+          "title": "nt-syntax-bnode-03",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bnode-03.nq",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-03",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-03",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "Blank node labels may start with a digit"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-datatypes-01",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
           ],
           "title": "nt-syntax-datatypes-01",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-datatypes-01.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-datatypes-01.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-01",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-datatypes-01",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-01",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-datatypes-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1377,28 +1418,29 @@
           "description": "xsd:byte literal"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-02",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-datatypes-02",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
           ],
           "title": "nt-syntax-datatypes-02",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-datatypes-02.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-datatypes-02.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-02",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-datatypes-02",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-02",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-datatypes-02",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1411,28 +1453,29 @@
           "description": "integer as xsd:string"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-01",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-01",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
           ],
           "title": "nt-syntax-bad-uri-01",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-01.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-01.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-01",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-01",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-01",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1445,28 +1488,29 @@
           "description": "Bad IRI : space (negative test)"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-02",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-02",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
           ],
           "title": "nt-syntax-bad-uri-02",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-02.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-02.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-02",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-02",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-02",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-02",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1479,28 +1523,29 @@
           "description": "Bad IRI : bad escape (negative test)"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-03",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-03",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
           ],
           "title": "nt-syntax-bad-uri-03",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-03.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-03.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-03",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-03",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-03",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-03",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1513,28 +1558,29 @@
           "description": "Bad IRI : bad long escape (negative test)"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-04",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-04",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
           ],
           "title": "nt-syntax-bad-uri-04",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-04.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-04.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-04",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-04",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-04",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-04",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1547,28 +1593,29 @@
           "description": "Bad IRI : character escapes not allowed (negative test)"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-05",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-05",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
           ],
           "title": "nt-syntax-bad-uri-05",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-05.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-05.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-05",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-05",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-05",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-05",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1581,28 +1628,29 @@
           "description": "Bad IRI : character escapes not allowed (2) (negative test)"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-06",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-06",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
           ],
           "title": "nt-syntax-bad-uri-06",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-06.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-06.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-06",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-06",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-06",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-06",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1615,28 +1663,29 @@
           "description": "Bad IRI : relative IRI not allowed in subject (negative test)"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-07",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-07",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
           ],
           "title": "nt-syntax-bad-uri-07",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-07.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-07.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-07",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-07",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-07",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-07",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1649,28 +1698,29 @@
           "description": "Bad IRI : relative IRI not allowed in predicate (negative test)"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-08",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-08",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
           ],
           "title": "nt-syntax-bad-uri-08",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-08.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-08.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-08",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-08",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-08",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-08",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1683,28 +1733,29 @@
           "description": "Bad IRI : relative IRI not allowed in object (negative test)"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-09",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-09",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
           ],
           "title": "nt-syntax-bad-uri-09",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-09.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-09.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-09",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-09",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-09",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-09",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1717,28 +1768,29 @@
           "description": "Bad IRI : relative IRI not allowed in datatype (negative test)"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-prefix-01",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-prefix-01",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
           ],
           "title": "nt-syntax-bad-prefix-01",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-prefix-01.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-prefix-01.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-prefix-01",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-prefix-01",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-prefix-01",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-prefix-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1751,28 +1803,29 @@
           "description": "@prefix not allowed in n-triples (negative test)"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-base-01",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-base-01",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
           ],
           "title": "nt-syntax-bad-base-01",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-base-01.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-base-01.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-base-01",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-base-01",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-base-01",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-base-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1785,28 +1838,29 @@
           "description": "@base not allowed in N-Triples (negative test)"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-01",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-struct-01",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
           ],
           "title": "nt-syntax-bad-struct-01",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-struct-01.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-struct-01.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-01",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-struct-01",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-01",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-struct-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1819,28 +1873,29 @@
           "description": "N-Triples does not have objectList (negative test)"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-02",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-struct-02",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
           ],
           "title": "nt-syntax-bad-struct-02",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-struct-02.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-struct-02.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-02",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-struct-02",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-02",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-struct-02",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1853,28 +1908,29 @@
           "description": "N-Triples does not have predicateObjectList (negative test)"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-lang-01",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-lang-01",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
           ],
           "title": "nt-syntax-bad-lang-01",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-lang-01.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-lang-01.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-lang-01",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-lang-01",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-lang-01",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-lang-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1887,28 +1943,29 @@
           "description": "langString with bad lang (negative test)"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-01",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-01",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
           ],
           "title": "nt-syntax-bad-esc-01",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-esc-01.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-esc-01.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-01",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-01",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-01",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1921,62 +1978,29 @@
           "description": "Bad string escape (negative test)"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-02",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-02",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
           ],
           "title": "nt-syntax-bad-esc-02",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-esc-02.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-esc-02.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-02",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-02",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
-            },
-            {
-              "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-02",
-              "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
                 "outcome": "earl:passed"
               },
-              "assertedBy": "http://greggkellogg.net/foaf#me"
-            }
-          ],
-          "description": "Bad string escape (negative test)"
-        },
-        {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-03",
-          "@type": [
-            "earl:TestCriterion",
-            "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
-          ],
-          "title": "nt-syntax-bad-esc-03",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-esc-03.nt",
-          "assertions": [
-            {
-              "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-03",
-              "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-03",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-02",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1989,28 +2013,64 @@
           "description": "Bad string escape (negative test)"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-01",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-03",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
+          ],
+          "title": "nt-syntax-bad-esc-03",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-esc-03.nq",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-03",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-03",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "Bad string escape (negative test)"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-01",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
           ],
           "title": "nt-syntax-bad-string-01",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-01.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-string-01.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-01",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-01",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-01",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -2023,28 +2083,29 @@
           "description": "mismatching string literal open/close (negative test)"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-02",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-02",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
           ],
           "title": "nt-syntax-bad-string-02",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-02.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-string-02.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-02",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-02",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-02",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-02",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -2057,28 +2118,29 @@
           "description": "mismatching string literal open/close (negative test)"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-03",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-03",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
           ],
           "title": "nt-syntax-bad-string-03",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-03.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-string-03.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-03",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-03",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-03",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-03",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -2091,28 +2153,29 @@
           "description": "single quotes (negative test)"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-04",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-04",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
           ],
           "title": "nt-syntax-bad-string-04",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-04.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-string-04.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-04",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-04",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-04",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-04",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -2125,28 +2188,29 @@
           "description": "long single string literal (negative test)"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-05",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-05",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
           ],
           "title": "nt-syntax-bad-string-05",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-05.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-string-05.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-05",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-05",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-05",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-05",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -2159,28 +2223,29 @@
           "description": "long double string literal (negative test)"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-06",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-06",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
           ],
           "title": "nt-syntax-bad-string-06",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-06.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-string-06.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-06",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-06",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-06",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-06",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -2193,28 +2258,29 @@
           "description": "string literal with no end (negative test)"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-07",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-07",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
           ],
           "title": "nt-syntax-bad-string-07",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-07.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-string-07.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-07",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-07",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-07",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-07",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -2227,28 +2293,29 @@
           "description": "string literal with no start (negative test)"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-01",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-01",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
           ],
           "title": "nt-syntax-bad-num-01",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-num-01.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-num-01.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-01",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-01",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-01",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -2261,28 +2328,29 @@
           "description": "no numbers in N-Triples (integer) (negative test)"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-02",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-02",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
           ],
           "title": "nt-syntax-bad-num-02",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-num-02.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-num-02.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-02",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-02",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-02",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-02",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -2295,28 +2363,29 @@
           "description": "no numbers in N-Triples (decimal) (negative test)"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-03",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-03",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
           ],
           "title": "nt-syntax-bad-num-03",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-num-03.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-num-03.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-03",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-03",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-03",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-03",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -2329,28 +2398,29 @@
           "description": "no numbers in N-Triples (float) (negative test)"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-subm-01",
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-subm-01",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
           ],
           "title": "nt-syntax-subm-01",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-subm-01.nt",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-subm-01.nq",
           "assertions": [
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-subm-01",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-subm-01",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
+              "mode": "earl:automatic",
               "result": {
                 "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-subm-01",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-subm-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -2361,9 +2431,779 @@
             }
           ],
           "description": "Submission test from Original RDF Test Cases"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#comment_following_triple",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
+          ],
+          "title": "comment_following_triple",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/comment_following_triple.nq",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#comment_following_triple",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#comment_following_triple",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "Tests comments after a triple"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
+          ],
+          "title": "literal",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal.nq",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "literal \"\"\"x\"\"\""
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_all_controls",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
+          ],
+          "title": "literal_all_controls",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_all_controls.nq",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_all_controls",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_all_controls",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "literal_all_controls '\\x00\\x01\\x02\\x03\\x04...'"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_all_punctuation",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
+          ],
+          "title": "literal_all_punctuation",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_all_punctuation.nq",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_all_punctuation",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_all_punctuation",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "literal_all_punctuation '!\"#$%&()...'"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_ascii_boundaries",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
+          ],
+          "title": "literal_ascii_boundaries",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_ascii_boundaries.nq",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_ascii_boundaries",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_ascii_boundaries",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "literal_ascii_boundaries '\\x00\\x26\\x28...'"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_2_dquotes",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
+          ],
+          "title": "literal_with_2_dquotes",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_2_dquotes.nq",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_2_dquotes",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_2_dquotes",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "literal with 2 squotes \"\"\"a\"\"b\"\"\""
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_2_squotes",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
+          ],
+          "title": "literal_with_2_squotes",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_2_squotes.nq",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_2_squotes",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_2_squotes",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "literal with 2 squotes \"x''y\""
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_BACKSPACE",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
+          ],
+          "title": "literal_with_BACKSPACE",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_BACKSPACE.nq",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_BACKSPACE",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_BACKSPACE",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "literal with BACKSPACE"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_CARRIAGE_RETURN",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
+          ],
+          "title": "literal_with_CARRIAGE_RETURN",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_CARRIAGE_RETURN.nq",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_CARRIAGE_RETURN",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_CARRIAGE_RETURN",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "literal with CARRIAGE RETURN"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_CHARACTER_TABULATION",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
+          ],
+          "title": "literal_with_CHARACTER_TABULATION",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_CHARACTER_TABULATION.nq",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_CHARACTER_TABULATION",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_CHARACTER_TABULATION",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "literal with CHARACTER TABULATION"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_dquote",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
+          ],
+          "title": "literal_with_dquote",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_dquote.nq",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_dquote",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_dquote",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "literal with dquote \"x\"y\""
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_FORM_FEED",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
+          ],
+          "title": "literal_with_FORM_FEED",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_FORM_FEED.nq",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_FORM_FEED",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_FORM_FEED",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "literal with FORM FEED"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_LINE_FEED",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
+          ],
+          "title": "literal_with_LINE_FEED",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_LINE_FEED.nq",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_LINE_FEED",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_LINE_FEED",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "literal with LINE FEED"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_numeric_escape4",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
+          ],
+          "title": "literal_with_numeric_escape4",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_numeric_escape4.nq",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_numeric_escape4",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_numeric_escape4",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "literal with numeric escape4 \\u"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_numeric_escape8",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
+          ],
+          "title": "literal_with_numeric_escape8",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_numeric_escape8.nq",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_numeric_escape8",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_numeric_escape8",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "literal with numeric escape8 \\U"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_REVERSE_SOLIDUS",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
+          ],
+          "title": "literal_with_REVERSE_SOLIDUS",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_REVERSE_SOLIDUS.nq",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_REVERSE_SOLIDUS",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_REVERSE_SOLIDUS",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "literal with REVERSE SOLIDUS"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_REVERSE_SOLIDUS2",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
+          ],
+          "title": "literal_with_REVERSE_SOLIDUS2",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_REVERSE_SOLIDUS2.nq",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_REVERSE_SOLIDUS2",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_REVERSE_SOLIDUS2",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "REVERSE SOLIDUS at end of literal"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_squote",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
+          ],
+          "title": "literal_with_squote",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_squote.nq",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_squote",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_squote",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "literal with squote \"x'y\""
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_UTF8_boundaries",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
+          ],
+          "title": "literal_with_UTF8_boundaries",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_UTF8_boundaries.nq",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_UTF8_boundaries",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_UTF8_boundaries",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "literal_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#langtagged_string",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
+          ],
+          "title": "langtagged_string",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/langtagged_string.nq",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#langtagged_string",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#langtagged_string",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "langtagged string \"x\"@en"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#lantag_with_subtag",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
+          ],
+          "title": "lantag_with_subtag",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/lantag_with_subtag.nq",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#lantag_with_subtag",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#lantag_with_subtag",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "lantag with subtag \"x\"@en-us"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#minimal_whitespace",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
+          ],
+          "title": "minimal_whitespace",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/minimal_whitespace.nq",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#minimal_whitespace",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#minimal_whitespace",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "tests absense of whitespace between subject, predicate, object and end-of-statement"
         }
       ],
-      "title": "N-Triples tests"
+      "title": "N-Quads tests"
     }
   ]
 }
\ No newline at end of file
--- a/nquads/reports/earl.ttl	Sat Nov 23 17:48:59 2013 +0000
+++ b/nquads/reports/earl.ttl	Sun Nov 24 15:01:26 2013 -0800
@@ -15,16 +15,15 @@
   dc:bibliographicCitation "[[N-QUADS]]";
   earl:generatedBy <http://rubygems.org/gems/earl-report>;
   earl:assertions
-    <Apache-Jena-nquads-earl-2013-11-02.ttl>,
+    <Apache-Jena-nquads-earl-2013-11-23.ttl>,
+    <RIOT-jena-details.ttl>,
     <earl.ttl>,
-    <rdf.rb-earl-2013-07-25.ttl>,
-    <rdf.rb-earl-2013-10-30.ttl>;
+    <rdf.rb-earl-2013-11-24.ttl>;
   earl:testSubjects (
     <http://jena.apache.org/#riot>
     <http://rubygems.org/gems/rdf>);
   mf:entries (
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl>) .
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl>) .
     
 
 <http://rubygems.org/gems/earl-report> a earl:Software, doap:Project;
@@ -44,79 +43,97 @@
   dc:title "N-Quads tests";
   mf:name "N-Quads tests";
   mf:entries (
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-01.nq>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-02.nq>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-03.nq>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-04.nq>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-05.nq>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-06.nq>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-01.nq>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-02.nq>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-03.nq>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-04.nq>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-05.nq>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-06.nq>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-01.nq>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-02.nq>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-03.nq>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-uri-01.nq>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-quint-01.nq>) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl> a earl:Report, mf:Manifest;
-  dc:title "N-Triples tests";
-  mf:name "N-Triples tests";
-  mf:entries (
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-01>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-02>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-03>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-01>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-02>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-03>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-04>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-01>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-02>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-03>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-01>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-02>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-03>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-01>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-02>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-01>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-02>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-01>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-02>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-03>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-04>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-05>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-06>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-07>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-08>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-09>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-prefix-01>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-base-01>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-01>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-02>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-lang-01>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-01>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-02>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-03>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-01>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-02>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-03>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-04>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-05>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-06>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-07>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-01>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-02>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-03>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-subm-01>) .
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-01>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-02>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-03>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-04>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-05>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-06>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-01>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-02>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-03>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-04>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-05>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-06>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-01>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-02>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-03>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-uri-01>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-quint-01>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-01>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-02>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-03>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-01>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-02>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-03>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-04>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-01>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-02>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-03>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-01>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-02>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-03>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-01>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-02>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-03>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-datatypes-01>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-datatypes-02>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-01>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-02>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-03>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-04>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-05>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-06>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-07>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-08>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-09>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-prefix-01>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-base-01>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-struct-01>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-struct-02>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-lang-01>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-01>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-02>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-03>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-01>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-02>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-03>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-04>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-05>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-06>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-07>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-01>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-02>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-03>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-subm-01>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#comment_following_triple>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_all_controls>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_all_punctuation>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_ascii_boundaries>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_2_dquotes>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_2_squotes>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_BACKSPACE>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_CARRIAGE_RETURN>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_CHARACTER_TABULATION>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_dquote>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_FORM_FEED>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_LINE_FEED>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_numeric_escape4>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_numeric_escape8>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_REVERSE_SOLIDUS>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_REVERSE_SOLIDUS2>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_squote>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_UTF8_boundaries>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#langtagged_string>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#lantag_with_subtag>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#minimal_whitespace>) .
 
 #
 # Subject Definitions
 #
 <http://jena.apache.org/#riot> a earl:TestSubject, doap:Project;
-  doap:name "Apache Jena RIOT";
+  doap:name "Apache Jena";
   doap:description """Apache Jena provides a complete framework for building Semantic Web and Linked Data applications in Java, and provides: parsers for RDF/XML, Turtle and N-triples; a Java programming API; a complete implementation of the SPARQL query language; a rule-based inference engine for RDFS and OWL entailments; TDB (a non-SQL persistent triple store); SDB (a persistent triples store built on a relational store) and Fuseki, an RDF server using web protocols. Jena complies with all relevant recommendations for RDF and related technologies from the W3C."""@en;
   doap:programming-language "Java";
  .
@@ -185,1136 +202,1618 @@
 #
 # Test Case Definitions
 #
-<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-01.nq> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nq-syntax-uri-01";
   dc:description """URI graph with URI triple"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-uri-01.nq>;
   earl:assertions (
     [ a earl:Assertion;
       earl:assertedBy <http://jena.apache.org/#riot>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-01.nq>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-01>;
       earl:subject <http://jena.apache.org/#riot>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-01.nq>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-01>;
       earl:subject <http://rubygems.org/gems/rdf>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-02.nq> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nq-syntax-uri-02";
   dc:description """URI graph with BNode subject"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-uri-02.nq>;
   earl:assertions (
     [ a earl:Assertion;
       earl:assertedBy <http://jena.apache.org/#riot>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-02.nq>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-02>;
       earl:subject <http://jena.apache.org/#riot>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-02.nq>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-02>;
       earl:subject <http://rubygems.org/gems/rdf>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-03.nq> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nq-syntax-uri-03";
   dc:description """URI graph with BNode object"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-uri-03.nq>;
   earl:assertions (
     [ a earl:Assertion;
       earl:assertedBy <http://jena.apache.org/#riot>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-03.nq>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-03>;
       earl:subject <http://jena.apache.org/#riot>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-03.nq>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-03>;
       earl:subject <http://rubygems.org/gems/rdf>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-04.nq> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nq-syntax-uri-04";
   dc:description """URI graph with simple literal"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-uri-04.nq>;
   earl:assertions (
     [ a earl:Assertion;
       earl:assertedBy <http://jena.apache.org/#riot>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-04.nq>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-04>;
       earl:subject <http://jena.apache.org/#riot>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-04.nq>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-04>;
       earl:subject <http://rubygems.org/gems/rdf>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-05.nq> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nq-syntax-uri-05";
   dc:description """URI graph with language tagged literal"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-uri-05.nq>;
   earl:assertions (
     [ a earl:Assertion;
       earl:assertedBy <http://jena.apache.org/#riot>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-05.nq>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-05>;
       earl:subject <http://jena.apache.org/#riot>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-05.nq>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-05>;
       earl:subject <http://rubygems.org/gems/rdf>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-06.nq> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nq-syntax-uri-06";
   dc:description """URI graph with datatyped literal"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-uri-06.nq>;
   earl:assertions (
     [ a earl:Assertion;
       earl:assertedBy <http://jena.apache.org/#riot>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-06.nq>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-06>;
       earl:subject <http://jena.apache.org/#riot>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-06.nq>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-06>;
       earl:subject <http://rubygems.org/gems/rdf>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-01.nq> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nq-syntax-bnode-01";
   dc:description """BNode graph with URI triple"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bnode-01.nq>;
   earl:assertions (
     [ a earl:Assertion;
       earl:assertedBy <http://jena.apache.org/#riot>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-01.nq>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-01>;
       earl:subject <http://jena.apache.org/#riot>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-01.nq>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-01>;
       earl:subject <http://rubygems.org/gems/rdf>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-02.nq> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nq-syntax-bnode-02";
   dc:description """BNode graph with BNode subject"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bnode-02.nq>;
   earl:assertions (
     [ a earl:Assertion;
       earl:assertedBy <http://jena.apache.org/#riot>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-02.nq>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-02>;
       earl:subject <http://jena.apache.org/#riot>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-02.nq>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-02>;
       earl:subject <http://rubygems.org/gems/rdf>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-03.nq> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nq-syntax-bnode-03";
   dc:description """BNode graph with BNode object"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bnode-03.nq>;
   earl:assertions (
     [ a earl:Assertion;
       earl:assertedBy <http://jena.apache.org/#riot>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-03.nq>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-03>;
       earl:subject <http://jena.apache.org/#riot>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-03.nq>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-03>;
       earl:subject <http://rubygems.org/gems/rdf>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-04.nq> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nq-syntax-bnode-04";
   dc:description """BNode graph with simple literal"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bnode-04.nq>;
   earl:assertions (
     [ a earl:Assertion;
       earl:assertedBy <http://jena.apache.org/#riot>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-04.nq>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-04>;
       earl:subject <http://jena.apache.org/#riot>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-04.nq>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-04>;
       earl:subject <http://rubygems.org/gems/rdf>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-05.nq> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nq-syntax-bnode-05";
   dc:description """BNode graph with language tagged literal"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bnode-05.nq>;
   earl:assertions (
     [ a earl:Assertion;
       earl:assertedBy <http://jena.apache.org/#riot>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-05.nq>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-05>;
       earl:subject <http://jena.apache.org/#riot>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-05.nq>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-05>;
       earl:subject <http://rubygems.org/gems/rdf>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-06.nq> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
   dc:title "nq-syntax-bnode-06";
   dc:description """BNode graph with datatyped literal"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bnode-06.nq>;
   earl:assertions (
     [ a earl:Assertion;
       earl:assertedBy <http://jena.apache.org/#riot>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-06.nq>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-06>;
       earl:subject <http://jena.apache.org/#riot>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-06.nq>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-06>;
       earl:subject <http://rubygems.org/gems/rdf>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-01.nq> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
   dc:title "nq-syntax-bad-literal-01";
   dc:description """Graph name may not be a simple literal (negative test)"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bad-literal-01.nq>;
   earl:assertions (
     [ a earl:Assertion;
       earl:assertedBy <http://jena.apache.org/#riot>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-01.nq>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-01>;
       earl:subject <http://jena.apache.org/#riot>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-01.nq>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-01>;
       earl:subject <http://rubygems.org/gems/rdf>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-02.nq> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
   dc:title "nq-syntax-bad-literal-02";
   dc:description """Graph name may not be a language tagged literal (negative test)"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bad-literal-02.nq>;
   earl:assertions (
     [ a earl:Assertion;
       earl:assertedBy <http://jena.apache.org/#riot>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-02.nq>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-02>;
       earl:subject <http://jena.apache.org/#riot>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-02.nq>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-02>;
       earl:subject <http://rubygems.org/gems/rdf>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-03.nq> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
   dc:title "nq-syntax-bad-literal-03";
   dc:description """Graph name may not be a datatyped literal (negative test)"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bad-literal-03.nq>;
   earl:assertions (
     [ a earl:Assertion;
       earl:assertedBy <http://jena.apache.org/#riot>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-03.nq>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-03>;
       earl:subject <http://jena.apache.org/#riot>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-03.nq>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-03>;
       earl:subject <http://rubygems.org/gems/rdf>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-uri-01.nq> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-uri-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
   dc:title "nq-syntax-bad-uri-01";
   dc:description """Graph name URI must be absolute (negative test)"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bad-uri-01.nq>;
   earl:assertions (
     [ a earl:Assertion;
       earl:assertedBy <http://jena.apache.org/#riot>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-uri-01.nq>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-uri-01>;
       earl:subject <http://jena.apache.org/#riot>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-uri-01.nq>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-uri-01>;
       earl:subject <http://rubygems.org/gems/rdf>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-quint-01.nq> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-quint-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
   dc:title "nq-syntax-bad-quint-01";
   dc:description """N-Quads does not have a fifth element (negative test)"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bad-quint-01.nq>;
   earl:assertions (
     [ a earl:Assertion;
       earl:assertedBy <http://jena.apache.org/#riot>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-quint-01.nq>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-quint-01>;
       earl:subject <http://jena.apache.org/#riot>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-quint-01.nq>;
-      earl:subject <http://rubygems.org/gems/rdf>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
-  dc:title "nt-syntax-file-01";
-  dc:description """Empty file"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-file-01.nt>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-01>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-01>;
-      earl:subject <http://rubygems.org/gems/rdf>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
-  dc:title "nt-syntax-file-02";
-  dc:description """Only comment"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-file-02.nt>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-02>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-02>;
-      earl:subject <http://rubygems.org/gems/rdf>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
-  dc:title "nt-syntax-file-03";
-  dc:description """One comment, one empty line"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-file-03.nt>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-03>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-03>;
-      earl:subject <http://rubygems.org/gems/rdf>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
-  dc:title "nt-syntax-uri-01";
-  dc:description """Only IRIs"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-uri-01.nt>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-01>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-01>;
-      earl:subject <http://rubygems.org/gems/rdf>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
-  dc:title "nt-syntax-uri-02";
-  dc:description """IRIs with Unicode escape"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-uri-02.nt>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-02>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-02>;
-      earl:subject <http://rubygems.org/gems/rdf>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
-  dc:title "nt-syntax-uri-03";
-  dc:description """IRIs with long Unicode escape"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-uri-03.nt>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-03>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-03>;
-      earl:subject <http://rubygems.org/gems/rdf>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
-  dc:title "nt-syntax-uri-04";
-  dc:description """Legal IRIs"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-uri-04.nt>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-04>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-04>;
-      earl:subject <http://rubygems.org/gems/rdf>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
-  dc:title "nt-syntax-string-01";
-  dc:description """string literal"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-string-01.nt>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-01>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-01>;
-      earl:subject <http://rubygems.org/gems/rdf>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
-  dc:title "nt-syntax-string-02";
-  dc:description """langString literal"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-string-02.nt>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-02>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-02>;
-      earl:subject <http://rubygems.org/gems/rdf>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
-  dc:title "nt-syntax-string-03";
-  dc:description """langString literal with region"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-string-03.nt>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-03>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-03>;
-      earl:subject <http://rubygems.org/gems/rdf>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
-  dc:title "nt-syntax-str-esc-01";
-  dc:description """string literal with escaped newline"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-str-esc-01.nt>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-01>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-01>;
-      earl:subject <http://rubygems.org/gems/rdf>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
-  dc:title "nt-syntax-str-esc-02";
-  dc:description """string literal with Unicode escape"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-str-esc-02.nt>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-02>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-02>;
-      earl:subject <http://rubygems.org/gems/rdf>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
-  dc:title "nt-syntax-str-esc-03";
-  dc:description """string literal with long Unicode escape"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-str-esc-03.nt>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-03>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-03>;
-      earl:subject <http://rubygems.org/gems/rdf>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
-  dc:title "nt-syntax-bnode-01";
-  dc:description """bnode subject"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bnode-01.nt>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-01>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-01>;
-      earl:subject <http://rubygems.org/gems/rdf>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
-  dc:title "nt-syntax-bnode-02";
-  dc:description """bnode object"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bnode-02.nt>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-02>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-02>;
-      earl:subject <http://rubygems.org/gems/rdf>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
-  dc:title "nt-syntax-datatypes-01";
-  dc:description """xsd:byte literal"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-datatypes-01.nt>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-01>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-01>;
-      earl:subject <http://rubygems.org/gems/rdf>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
-  dc:title "nt-syntax-datatypes-02";
-  dc:description """integer as xsd:string"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-datatypes-02.nt>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-02>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-02>;
-      earl:subject <http://rubygems.org/gems/rdf>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
-  dc:title "nt-syntax-bad-uri-01";
-  dc:description """Bad IRI : space (negative test)"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-01.nt>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-01>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-01>;
-      earl:subject <http://rubygems.org/gems/rdf>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
-  dc:title "nt-syntax-bad-uri-02";
-  dc:description """Bad IRI : bad escape (negative test)"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-02.nt>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-02>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-02>;
-      earl:subject <http://rubygems.org/gems/rdf>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
-  dc:title "nt-syntax-bad-uri-03";
-  dc:description """Bad IRI : bad long escape (negative test)"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-03.nt>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-03>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-03>;
-      earl:subject <http://rubygems.org/gems/rdf>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
-  dc:title "nt-syntax-bad-uri-04";
-  dc:description """Bad IRI : character escapes not allowed (negative test)"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-04.nt>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-04>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-04>;
-      earl:subject <http://rubygems.org/gems/rdf>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
-  dc:title "nt-syntax-bad-uri-05";
-  dc:description """Bad IRI : character escapes not allowed (2) (negative test)"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-05.nt>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-05>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-05>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-quint-01>;
       earl:subject <http://rubygems.org/gems/rdf>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
-  dc:title "nt-syntax-bad-uri-06";
-  dc:description """Bad IRI : relative IRI not allowed in subject (negative test)"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-06.nt>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-06>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-06>;
-      earl:subject <http://rubygems.org/gems/rdf>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-07> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
-  dc:title "nt-syntax-bad-uri-07";
-  dc:description """Bad IRI : relative IRI not allowed in predicate (negative test)"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-07.nt>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-07>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-07>;
-      earl:subject <http://rubygems.org/gems/rdf>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-08> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
-  dc:title "nt-syntax-bad-uri-08";
-  dc:description """Bad IRI : relative IRI not allowed in object (negative test)"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-08.nt>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-08>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-08>;
-      earl:subject <http://rubygems.org/gems/rdf>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-09> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
-  dc:title "nt-syntax-bad-uri-09";
-  dc:description """Bad IRI : relative IRI not allowed in datatype (negative test)"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-09.nt>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-09>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-09>;
-      earl:subject <http://rubygems.org/gems/rdf>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-prefix-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
-  dc:title "nt-syntax-bad-prefix-01";
-  dc:description """@prefix not allowed in n-triples (negative test)"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-prefix-01.nt>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-prefix-01>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-prefix-01>;
-      earl:subject <http://rubygems.org/gems/rdf>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-base-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
-  dc:title "nt-syntax-bad-base-01";
-  dc:description """@base not allowed in N-Triples (negative test)"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-base-01.nt>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+  dc:title "nt-syntax-file-01";
+  dc:description """Empty file"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-file-01.nq>;
   earl:assertions (
     [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-base-01>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-base-01>;
-      earl:subject <http://rubygems.org/gems/rdf>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
-  dc:title "nt-syntax-bad-struct-01";
-  dc:description """N-Triples does not have objectList (negative test)"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-struct-01.nt>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-01>;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-01>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-01>;
-      earl:subject <http://rubygems.org/gems/rdf>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
-  dc:title "nt-syntax-bad-struct-02";
-  dc:description """N-Triples does not have predicateObjectList (negative test)"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-struct-02.nt>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-02>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-02>;
-      earl:subject <http://rubygems.org/gems/rdf>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-lang-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
-  dc:title "nt-syntax-bad-lang-01";
-  dc:description """langString with bad lang (negative test)"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-lang-01.nt>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-lang-01>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-lang-01>;
-      earl:subject <http://rubygems.org/gems/rdf>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
-  dc:title "nt-syntax-bad-esc-01";
-  dc:description """Bad string escape (negative test)"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-esc-01.nt>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-01>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-01>;
-      earl:subject <http://rubygems.org/gems/rdf>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
-  dc:title "nt-syntax-bad-esc-02";
-  dc:description """Bad string escape (negative test)"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-esc-02.nt>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-02>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-02>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-01>;
       earl:subject <http://rubygems.org/gems/rdf>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
-  dc:title "nt-syntax-bad-esc-03";
-  dc:description """Bad string escape (negative test)"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-esc-03.nt>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+  dc:title "nt-syntax-file-02";
+  dc:description """Only comment"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-file-02.nq>;
   earl:assertions (
     [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-03>;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-02>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-03>;
-      earl:subject <http://rubygems.org/gems/rdf>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
-  dc:title "nt-syntax-bad-string-01";
-  dc:description """mismatching string literal open/close (negative test)"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-01.nt>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-01>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-01>;
-      earl:subject <http://rubygems.org/gems/rdf>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
-  dc:title "nt-syntax-bad-string-02";
-  dc:description """mismatching string literal open/close (negative test)"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-02.nt>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-02>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-02>;
-      earl:subject <http://rubygems.org/gems/rdf>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
-  dc:title "nt-syntax-bad-string-03";
-  dc:description """single quotes (negative test)"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-03.nt>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-03>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-03>;
-      earl:subject <http://rubygems.org/gems/rdf>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
-  dc:title "nt-syntax-bad-string-04";
-  dc:description """long single string literal (negative test)"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-04.nt>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-04>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-04>;
-      earl:subject <http://rubygems.org/gems/rdf>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
-  dc:title "nt-syntax-bad-string-05";
-  dc:description """long double string literal (negative test)"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-05.nt>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-05>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-05>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-02>;
       earl:subject <http://rubygems.org/gems/rdf>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
-  dc:title "nt-syntax-bad-string-06";
-  dc:description """string literal with no end (negative test)"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-06.nt>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-06>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-06>;
-      earl:subject <http://rubygems.org/gems/rdf>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-07> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
-  dc:title "nt-syntax-bad-string-07";
-  dc:description """string literal with no start (negative test)"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-07.nt>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+  dc:title "nt-syntax-file-03";
+  dc:description """One comment, one empty line"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-file-03.nq>;
   earl:assertions (
     [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-07>;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-03>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-07>;
-      earl:subject <http://rubygems.org/gems/rdf>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
-  dc:title "nt-syntax-bad-num-01";
-  dc:description """no numbers in N-Triples (integer) (negative test)"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-num-01.nt>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-01>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-01>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-03>;
       earl:subject <http://rubygems.org/gems/rdf>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
-  dc:title "nt-syntax-bad-num-02";
-  dc:description """no numbers in N-Triples (decimal) (negative test)"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-num-02.nt>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+  dc:title "nt-syntax-uri-01";
+  dc:description """Only IRIs"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-uri-01.nq>;
   earl:assertions (
     [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-02>;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-01>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-02>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-01>;
       earl:subject <http://rubygems.org/gems/rdf>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
-  dc:title "nt-syntax-bad-num-03";
-  dc:description """no numbers in N-Triples (float) (negative test)"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-num-03.nt>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+  dc:title "nt-syntax-uri-02";
+  dc:description """IRIs with Unicode escape"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-uri-02.nq>;
   earl:assertions (
     [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-03>;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-02>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-03>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-02>;
       earl:subject <http://rubygems.org/gems/rdf>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-subm-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
-  dc:title "nt-syntax-subm-01";
-  dc:description """Submission test from Original RDF Test Cases"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-subm-01.nt>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+  dc:title "nt-syntax-uri-03";
+  dc:description """IRIs with long Unicode escape"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-uri-03.nq>;
   earl:assertions (
     [ a earl:Assertion;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-subm-01>;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-03>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-subm-01>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-03>;
       earl:subject <http://rubygems.org/gems/rdf>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+  dc:title "nt-syntax-uri-04";
+  dc:description """Legal IRIs"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-uri-04.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-04>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-04>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+  dc:title "nt-syntax-string-01";
+  dc:description """string literal"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-string-01.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-01>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-01>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+  dc:title "nt-syntax-string-02";
+  dc:description """langString literal"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-string-02.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-02>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-02>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+  dc:title "nt-syntax-string-03";
+  dc:description """langString literal with region"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-string-03.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-03>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-03>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+  dc:title "nt-syntax-str-esc-01";
+  dc:description """string literal with escaped newline"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-str-esc-01.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-01>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-01>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+  dc:title "nt-syntax-str-esc-02";
+  dc:description """string literal with Unicode escape"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-str-esc-02.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-02>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-02>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+  dc:title "nt-syntax-str-esc-03";
+  dc:description """string literal with long Unicode escape"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-str-esc-03.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-03>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-03>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+  dc:title "nt-syntax-bnode-01";
+  dc:description """bnode subject"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bnode-01.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-01>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-01>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+  dc:title "nt-syntax-bnode-02";
+  dc:description """bnode object"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bnode-02.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-02>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-02>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+  dc:title "nt-syntax-bnode-03";
+  dc:description """Blank node labels may start with a digit"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bnode-03.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-03>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-03>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-datatypes-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+  dc:title "nt-syntax-datatypes-01";
+  dc:description """xsd:byte literal"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-datatypes-01.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-datatypes-01>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-datatypes-01>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-datatypes-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+  dc:title "nt-syntax-datatypes-02";
+  dc:description """integer as xsd:string"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-datatypes-02.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-datatypes-02>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-datatypes-02>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+  dc:title "nt-syntax-bad-uri-01";
+  dc:description """Bad IRI : space (negative test)"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-01.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-01>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-01>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+  dc:title "nt-syntax-bad-uri-02";
+  dc:description """Bad IRI : bad escape (negative test)"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-02.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-02>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-02>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+  dc:title "nt-syntax-bad-uri-03";
+  dc:description """Bad IRI : bad long escape (negative test)"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-03.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-03>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-03>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+  dc:title "nt-syntax-bad-uri-04";
+  dc:description """Bad IRI : character escapes not allowed (negative test)"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-04.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-04>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-04>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+  dc:title "nt-syntax-bad-uri-05";
+  dc:description """Bad IRI : character escapes not allowed (2) (negative test)"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-05.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-05>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-05>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+  dc:title "nt-syntax-bad-uri-06";
+  dc:description """Bad IRI : relative IRI not allowed in subject (negative test)"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-06.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-06>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-06>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-07> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+  dc:title "nt-syntax-bad-uri-07";
+  dc:description """Bad IRI : relative IRI not allowed in predicate (negative test)"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-07.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-07>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-07>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-08> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+  dc:title "nt-syntax-bad-uri-08";
+  dc:description """Bad IRI : relative IRI not allowed in object (negative test)"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-08.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-08>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-08>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-09> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+  dc:title "nt-syntax-bad-uri-09";
+  dc:description """Bad IRI : relative IRI not allowed in datatype (negative test)"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-09.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-09>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-09>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-prefix-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+  dc:title "nt-syntax-bad-prefix-01";
+  dc:description """@prefix not allowed in n-triples (negative test)"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-prefix-01.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-prefix-01>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-prefix-01>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-base-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+  dc:title "nt-syntax-bad-base-01";
+  dc:description """@base not allowed in N-Triples (negative test)"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-base-01.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-base-01>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-base-01>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-struct-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+  dc:title "nt-syntax-bad-struct-01";
+  dc:description """N-Triples does not have objectList (negative test)"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-struct-01.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-struct-01>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-struct-01>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-struct-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+  dc:title "nt-syntax-bad-struct-02";
+  dc:description """N-Triples does not have predicateObjectList (negative test)"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-struct-02.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-struct-02>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-struct-02>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-lang-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+  dc:title "nt-syntax-bad-lang-01";
+  dc:description """langString with bad lang (negative test)"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-lang-01.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-lang-01>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-lang-01>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+  dc:title "nt-syntax-bad-esc-01";
+  dc:description """Bad string escape (negative test)"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-esc-01.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-01>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-01>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+  dc:title "nt-syntax-bad-esc-02";
+  dc:description """Bad string escape (negative test)"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-esc-02.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-02>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-02>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+  dc:title "nt-syntax-bad-esc-03";
+  dc:description """Bad string escape (negative test)"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-esc-03.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-03>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-03>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+  dc:title "nt-syntax-bad-string-01";
+  dc:description """mismatching string literal open/close (negative test)"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-string-01.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-01>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-01>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+  dc:title "nt-syntax-bad-string-02";
+  dc:description """mismatching string literal open/close (negative test)"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-string-02.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-02>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-02>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+  dc:title "nt-syntax-bad-string-03";
+  dc:description """single quotes (negative test)"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-string-03.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-03>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-03>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+  dc:title "nt-syntax-bad-string-04";
+  dc:description """long single string literal (negative test)"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-string-04.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-04>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-04>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+  dc:title "nt-syntax-bad-string-05";
+  dc:description """long double string literal (negative test)"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-string-05.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-05>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-05>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+  dc:title "nt-syntax-bad-string-06";
+  dc:description """string literal with no end (negative test)"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-string-06.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-06>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-06>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-07> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+  dc:title "nt-syntax-bad-string-07";
+  dc:description """string literal with no start (negative test)"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-string-07.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-07>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-07>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+  dc:title "nt-syntax-bad-num-01";
+  dc:description """no numbers in N-Triples (integer) (negative test)"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-num-01.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-01>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-01>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+  dc:title "nt-syntax-bad-num-02";
+  dc:description """no numbers in N-Triples (decimal) (negative test)"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-num-02.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-02>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-02>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+  dc:title "nt-syntax-bad-num-03";
+  dc:description """no numbers in N-Triples (float) (negative test)"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-num-03.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-03>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-03>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-subm-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+  dc:title "nt-syntax-subm-01";
+  dc:description """Submission test from Original RDF Test Cases"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-subm-01.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-subm-01>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-subm-01>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#comment_following_triple> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+  dc:title "comment_following_triple";
+  dc:description """Tests comments after a triple"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/comment_following_triple.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#comment_following_triple>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#comment_following_triple>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+  dc:title "literal";
+  dc:description """literal """x""""""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_all_controls> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+  dc:title "literal_all_controls";
+  dc:description """literal_all_controls '\x00\x01\x02\x03\x04...'"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_all_controls.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_all_controls>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_all_controls>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_all_punctuation> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+  dc:title "literal_all_punctuation";
+  dc:description """literal_all_punctuation '!"#$%&()...'"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_all_punctuation.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_all_punctuation>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_all_punctuation>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_ascii_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+  dc:title "literal_ascii_boundaries";
+  dc:description """literal_ascii_boundaries '\x00\x26\x28...'"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_ascii_boundaries.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_ascii_boundaries>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_ascii_boundaries>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_2_dquotes> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+  dc:title "literal_with_2_dquotes";
+  dc:description """literal with 2 squotes """a""b""""""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_2_dquotes.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_2_dquotes>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_2_dquotes>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_2_squotes> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+  dc:title "literal_with_2_squotes";
+  dc:description """literal with 2 squotes "x''y""""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_2_squotes.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_2_squotes>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_2_squotes>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_BACKSPACE> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+  dc:title "literal_with_BACKSPACE";
+  dc:description """literal with BACKSPACE"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_BACKSPACE.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_BACKSPACE>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_BACKSPACE>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_CARRIAGE_RETURN> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+  dc:title "literal_with_CARRIAGE_RETURN";
+  dc:description """literal with CARRIAGE RETURN"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_CARRIAGE_RETURN.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_CARRIAGE_RETURN>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_CARRIAGE_RETURN>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_CHARACTER_TABULATION> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+  dc:title "literal_with_CHARACTER_TABULATION";
+  dc:description """literal with CHARACTER TABULATION"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_CHARACTER_TABULATION.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_CHARACTER_TABULATION>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_CHARACTER_TABULATION>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_dquote> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+  dc:title "literal_with_dquote";
+  dc:description """literal with dquote "x"y""""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_dquote.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_dquote>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_dquote>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_FORM_FEED> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+  dc:title "literal_with_FORM_FEED";
+  dc:description """literal with FORM FEED"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_FORM_FEED.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_FORM_FEED>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_FORM_FEED>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_LINE_FEED> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+  dc:title "literal_with_LINE_FEED";
+  dc:description """literal with LINE FEED"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_LINE_FEED.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_LINE_FEED>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_LINE_FEED>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_numeric_escape4> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+  dc:title "literal_with_numeric_escape4";
+  dc:description """literal with numeric escape4 \u"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_numeric_escape4.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_numeric_escape4>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_numeric_escape4>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_numeric_escape8> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+  dc:title "literal_with_numeric_escape8";
+  dc:description """literal with numeric escape8 \U"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_numeric_escape8.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_numeric_escape8>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_numeric_escape8>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_REVERSE_SOLIDUS> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+  dc:title "literal_with_REVERSE_SOLIDUS";
+  dc:description """literal with REVERSE SOLIDUS"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_REVERSE_SOLIDUS.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_REVERSE_SOLIDUS>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_REVERSE_SOLIDUS>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_REVERSE_SOLIDUS2> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+  dc:title "literal_with_REVERSE_SOLIDUS2";
+  dc:description """REVERSE SOLIDUS at end of literal"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_REVERSE_SOLIDUS2.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_REVERSE_SOLIDUS2>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_REVERSE_SOLIDUS2>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_squote> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+  dc:title "literal_with_squote";
+  dc:description """literal with squote "x'y""""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_squote.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_squote>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_squote>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_UTF8_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+  dc:title "literal_with_UTF8_boundaries";
+  dc:description """literal_with_UTF8_boundaries '\x80\x7ff\x800\xfff...'"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_UTF8_boundaries.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_UTF8_boundaries>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_UTF8_boundaries>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#langtagged_string> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+  dc:title "langtagged_string";
+  dc:description """langtagged string "x"@en"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/langtagged_string.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#langtagged_string>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#langtagged_string>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#lantag_with_subtag> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+  dc:title "lantag_with_subtag";
+  dc:description """lantag with subtag "x"@en-us"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/lantag_with_subtag.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#lantag_with_subtag>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#lantag_with_subtag>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#minimal_whitespace> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+  dc:title "minimal_whitespace";
+  dc:description """tests absense of whitespace between subject, predicate, object and end-of-statement"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/minimal_whitespace.nq>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#minimal_whitespace>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#minimal_whitespace>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
--- a/nquads/reports/index.html	Sat Nov 23 17:48:59 2013 +0000
+++ b/nquads/reports/index.html	Sun Nov 24 15:01:26 2013 -0800
@@ -4,10 +4,10 @@
     <meta content='text/html;charset=utf-8' http-equiv='Content-Type' />
     <link href='earl.ttl' rel='alternate' />
     <link href='earl.jsonld' rel='alternate' />
-    <link href='Apache-Jena-nquads-earl-2013-11-02.ttl' rel='related' />
+    <link href='Apache-Jena-nquads-earl-2013-11-23.ttl' rel='related' />
+    <link href='RIOT-jena-details.ttl' rel='related' />
     <link href='earl.ttl' rel='related' />
-    <link href='rdf.rb-earl-2013-07-25.ttl' rel='related' />
-    <link href='rdf.rb-earl-2013-10-30.ttl' rel='related' />
+    <link href='rdf.rb-earl-2013-11-24.ttl' rel='related' />
     <title>
       N-Quads
       Implementation Report
@@ -29,7 +29,7 @@
             shortName:            "turtle-earl",
             //subtitle:             "Turtle Implementation Conformance Report",
             // if you wish the publication date to be other than today, set this
-            publishDate:  "2013/11/02",
+            publishDate:  "2013/11/24",
         
             // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
             // and its maturity status
@@ -178,208 +178,19 @@
               Test
             </th>
             <th>
-              <a href='#subj_0'>Apache Jena RIOT</a>
+              <a href='#subj_0'>Apache Jena</a>
             </th>
             <th>
               <a href='#subj_1'>RDF.rb</a>
             </th>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-01.nq' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
-            <td>
-              <a href='#test_nq-syntax-uri-01.nq'>nq-syntax-uri-01</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-01.nq' property='earl:test' />
-              <link href='http://jena.apache.org/#riot' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-01.nq' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-02.nq' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
             <td>
-              <a href='#test_nq-syntax-uri-02.nq'>nq-syntax-uri-02</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-02.nq' property='earl:test' />
-              <link href='http://jena.apache.org/#riot' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-02.nq' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-03.nq' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
-            <td>
-              <a href='#test_nq-syntax-uri-03.nq'>nq-syntax-uri-03</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-03.nq' property='earl:test' />
-              <link href='http://jena.apache.org/#riot' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-03.nq' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-04.nq' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
-            <td>
-              <a href='#test_nq-syntax-uri-04.nq'>nq-syntax-uri-04</a>
+              <a href='#test_nq-syntax-uri-01'>nq-syntax-uri-01</a>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-04.nq' property='earl:test' />
-              <link href='http://jena.apache.org/#riot' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-04.nq' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-05.nq' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
-            <td>
-              <a href='#test_nq-syntax-uri-05.nq'>nq-syntax-uri-05</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-05.nq' property='earl:test' />
-              <link href='http://jena.apache.org/#riot' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-05.nq' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-06.nq' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
-            <td>
-              <a href='#test_nq-syntax-uri-06.nq'>nq-syntax-uri-06</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-06.nq' property='earl:test' />
-              <link href='http://jena.apache.org/#riot' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-06.nq' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-01.nq' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
-            <td>
-              <a href='#test_nq-syntax-bnode-01.nq'>nq-syntax-bnode-01</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-01.nq' property='earl:test' />
-              <link href='http://jena.apache.org/#riot' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-01.nq' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-02.nq' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
-            <td>
-              <a href='#test_nq-syntax-bnode-02.nq'>nq-syntax-bnode-02</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-02.nq' property='earl:test' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-01' property='earl:test' />
               <link href='http://jena.apache.org/#riot' property='earl:subject' />
               <link href='earl:automatic' property='earl:mode' />
               <span property='earl:result' typeof='earl:TestResult'>
@@ -390,34 +201,7 @@
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-02.nq' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-03.nq' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
-            <td>
-              <a href='#test_nq-syntax-bnode-03.nq'>nq-syntax-bnode-03</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-03.nq' property='earl:test' />
-              <link href='http://jena.apache.org/#riot' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-03.nq' property='earl:test' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-01' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
               <link href='earl:automatic' property='earl:mode' />
               <span property='earl:result' typeof='earl:TestResult'>
@@ -427,67 +211,13 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-04.nq' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
             <td>
-              <a href='#test_nq-syntax-bnode-04.nq'>nq-syntax-bnode-04</a>
+              <a href='#test_nq-syntax-uri-02'>nq-syntax-uri-02</a>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-04.nq' property='earl:test' />
-              <link href='http://jena.apache.org/#riot' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-04.nq' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-05.nq' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
-            <td>
-              <a href='#test_nq-syntax-bnode-05.nq'>nq-syntax-bnode-05</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-05.nq' property='earl:test' />
-              <link href='http://jena.apache.org/#riot' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-05.nq' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-06.nq' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
-            <td>
-              <a href='#test_nq-syntax-bnode-06.nq'>nq-syntax-bnode-06</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-06.nq' property='earl:test' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-02' property='earl:test' />
               <link href='http://jena.apache.org/#riot' property='earl:subject' />
               <link href='earl:automatic' property='earl:mode' />
               <span property='earl:result' typeof='earl:TestResult'>
@@ -498,7 +228,7 @@
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-06.nq' property='earl:test' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-02' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
               <link href='earl:automatic' property='earl:mode' />
               <span property='earl:result' typeof='earl:TestResult'>
@@ -508,40 +238,13 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-01.nq' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
             <td>
-              <a href='#test_nq-syntax-bad-literal-01.nq'>nq-syntax-bad-literal-01</a>
+              <a href='#test_nq-syntax-uri-03'>nq-syntax-uri-03</a>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-01.nq' property='earl:test' />
-              <link href='http://jena.apache.org/#riot' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-01.nq' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-02.nq' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
-            <td>
-              <a href='#test_nq-syntax-bad-literal-02.nq'>nq-syntax-bad-literal-02</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-02.nq' property='earl:test' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-03' property='earl:test' />
               <link href='http://jena.apache.org/#riot' property='earl:subject' />
               <link href='earl:automatic' property='earl:mode' />
               <span property='earl:result' typeof='earl:TestResult'>
@@ -552,7 +255,7 @@
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-02.nq' property='earl:test' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-03' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
               <link href='earl:automatic' property='earl:mode' />
               <span property='earl:result' typeof='earl:TestResult'>
@@ -562,13 +265,13 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-03.nq' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-04' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
             <td>
-              <a href='#test_nq-syntax-bad-literal-03.nq'>nq-syntax-bad-literal-03</a>
+              <a href='#test_nq-syntax-uri-04'>nq-syntax-uri-04</a>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-03.nq' property='earl:test' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-04' property='earl:test' />
               <link href='http://jena.apache.org/#riot' property='earl:subject' />
               <link href='earl:automatic' property='earl:mode' />
               <span property='earl:result' typeof='earl:TestResult'>
@@ -579,7 +282,7 @@
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-03.nq' property='earl:test' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-04' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
               <link href='earl:automatic' property='earl:mode' />
               <span property='earl:result' typeof='earl:TestResult'>
@@ -589,13 +292,13 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-uri-01.nq' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-05' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
             <td>
-              <a href='#test_nq-syntax-bad-uri-01.nq'>nq-syntax-bad-uri-01</a>
+              <a href='#test_nq-syntax-uri-05'>nq-syntax-uri-05</a>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-uri-01.nq' property='earl:test' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-05' property='earl:test' />
               <link href='http://jena.apache.org/#riot' property='earl:subject' />
               <link href='earl:automatic' property='earl:mode' />
               <span property='earl:result' typeof='earl:TestResult'>
@@ -606,7 +309,7 @@
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-uri-01.nq' property='earl:test' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-05' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
               <link href='earl:automatic' property='earl:mode' />
               <span property='earl:result' typeof='earl:TestResult'>
@@ -616,13 +319,13 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-quint-01.nq' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-06' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
             <td>
-              <a href='#test_nq-syntax-bad-quint-01.nq'>nq-syntax-bad-quint-01</a>
+              <a href='#test_nq-syntax-uri-06'>nq-syntax-uri-06</a>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-quint-01.nq' property='earl:test' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-06' property='earl:test' />
               <link href='http://jena.apache.org/#riot' property='earl:subject' />
               <link href='earl:automatic' property='earl:mode' />
               <span property='earl:result' typeof='earl:TestResult'>
@@ -633,7 +336,2140 @@
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-quint-01.nq' property='earl:test' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-06' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_nq-syntax-bnode-01'>nq-syntax-bnode-01</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-01' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_nq-syntax-bnode-02'>nq-syntax-bnode-02</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-02' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-02' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_nq-syntax-bnode-03'>nq-syntax-bnode-03</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-03' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-03' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-04' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_nq-syntax-bnode-04'>nq-syntax-bnode-04</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-04' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-04' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-05' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_nq-syntax-bnode-05'>nq-syntax-bnode-05</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-05' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-05' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-06' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_nq-syntax-bnode-06'>nq-syntax-bnode-06</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-06' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-06' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+            <td>
+              <a href='#test_nq-syntax-bad-literal-01'>nq-syntax-bad-literal-01</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-01' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+            <td>
+              <a href='#test_nq-syntax-bad-literal-02'>nq-syntax-bad-literal-02</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-02' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-02' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+            <td>
+              <a href='#test_nq-syntax-bad-literal-03'>nq-syntax-bad-literal-03</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-03' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-03' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-uri-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+            <td>
+              <a href='#test_nq-syntax-bad-uri-01'>nq-syntax-bad-uri-01</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-uri-01' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-uri-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-quint-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+            <td>
+              <a href='#test_nq-syntax-bad-quint-01'>nq-syntax-bad-quint-01</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-quint-01' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-quint-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_nt-syntax-file-01'>nt-syntax-file-01</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-01' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_nt-syntax-file-02'>nt-syntax-file-02</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-02' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-02' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_nt-syntax-file-03'>nt-syntax-file-03</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-03' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-03' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_nt-syntax-uri-01'>nt-syntax-uri-01</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-01' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_nt-syntax-uri-02'>nt-syntax-uri-02</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-02' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-02' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_nt-syntax-uri-03'>nt-syntax-uri-03</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-03' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-03' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-04' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_nt-syntax-uri-04'>nt-syntax-uri-04</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-04' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-04' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_nt-syntax-string-01'>nt-syntax-string-01</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-01' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_nt-syntax-string-02'>nt-syntax-string-02</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-02' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-02' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_nt-syntax-string-03'>nt-syntax-string-03</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-03' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-03' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_nt-syntax-str-esc-01'>nt-syntax-str-esc-01</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-01' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_nt-syntax-str-esc-02'>nt-syntax-str-esc-02</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-02' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-02' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_nt-syntax-str-esc-03'>nt-syntax-str-esc-03</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-03' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-03' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_nt-syntax-bnode-01'>nt-syntax-bnode-01</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-01' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_nt-syntax-bnode-02'>nt-syntax-bnode-02</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-02' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-02' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_nt-syntax-bnode-03'>nt-syntax-bnode-03</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-03' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-03' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-datatypes-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_nt-syntax-datatypes-01'>nt-syntax-datatypes-01</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-datatypes-01' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-datatypes-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-datatypes-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_nt-syntax-datatypes-02'>nt-syntax-datatypes-02</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-datatypes-02' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-datatypes-02' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+            <td>
+              <a href='#test_nt-syntax-bad-uri-01'>nt-syntax-bad-uri-01</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-01' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+            <td>
+              <a href='#test_nt-syntax-bad-uri-02'>nt-syntax-bad-uri-02</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-02' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-02' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+            <td>
+              <a href='#test_nt-syntax-bad-uri-03'>nt-syntax-bad-uri-03</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-03' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-03' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-04' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+            <td>
+              <a href='#test_nt-syntax-bad-uri-04'>nt-syntax-bad-uri-04</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-04' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-04' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-05' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+            <td>
+              <a href='#test_nt-syntax-bad-uri-05'>nt-syntax-bad-uri-05</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-05' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-05' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-06' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+            <td>
+              <a href='#test_nt-syntax-bad-uri-06'>nt-syntax-bad-uri-06</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-06' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-06' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-07' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+            <td>
+              <a href='#test_nt-syntax-bad-uri-07'>nt-syntax-bad-uri-07</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-07' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-07' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-08' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+            <td>
+              <a href='#test_nt-syntax-bad-uri-08'>nt-syntax-bad-uri-08</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-08' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-08' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-09' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+            <td>
+              <a href='#test_nt-syntax-bad-uri-09'>nt-syntax-bad-uri-09</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-09' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-09' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-prefix-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+            <td>
+              <a href='#test_nt-syntax-bad-prefix-01'>nt-syntax-bad-prefix-01</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-prefix-01' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-prefix-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-base-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+            <td>
+              <a href='#test_nt-syntax-bad-base-01'>nt-syntax-bad-base-01</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-base-01' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-base-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-struct-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+            <td>
+              <a href='#test_nt-syntax-bad-struct-01'>nt-syntax-bad-struct-01</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-struct-01' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-struct-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-struct-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+            <td>
+              <a href='#test_nt-syntax-bad-struct-02'>nt-syntax-bad-struct-02</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-struct-02' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-struct-02' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-lang-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+            <td>
+              <a href='#test_nt-syntax-bad-lang-01'>nt-syntax-bad-lang-01</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-lang-01' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-lang-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+            <td>
+              <a href='#test_nt-syntax-bad-esc-01'>nt-syntax-bad-esc-01</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-01' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+            <td>
+              <a href='#test_nt-syntax-bad-esc-02'>nt-syntax-bad-esc-02</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-02' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-02' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+            <td>
+              <a href='#test_nt-syntax-bad-esc-03'>nt-syntax-bad-esc-03</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-03' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-03' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+            <td>
+              <a href='#test_nt-syntax-bad-string-01'>nt-syntax-bad-string-01</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-01' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+            <td>
+              <a href='#test_nt-syntax-bad-string-02'>nt-syntax-bad-string-02</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-02' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-02' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+            <td>
+              <a href='#test_nt-syntax-bad-string-03'>nt-syntax-bad-string-03</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-03' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-03' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-04' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+            <td>
+              <a href='#test_nt-syntax-bad-string-04'>nt-syntax-bad-string-04</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-04' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-04' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-05' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+            <td>
+              <a href='#test_nt-syntax-bad-string-05'>nt-syntax-bad-string-05</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-05' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-05' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-06' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+            <td>
+              <a href='#test_nt-syntax-bad-string-06'>nt-syntax-bad-string-06</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-06' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-06' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-07' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+            <td>
+              <a href='#test_nt-syntax-bad-string-07'>nt-syntax-bad-string-07</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-07' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-07' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+            <td>
+              <a href='#test_nt-syntax-bad-num-01'>nt-syntax-bad-num-01</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-01' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+            <td>
+              <a href='#test_nt-syntax-bad-num-02'>nt-syntax-bad-num-02</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-02' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-02' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+            <td>
+              <a href='#test_nt-syntax-bad-num-03'>nt-syntax-bad-num-03</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-03' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-03' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-subm-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_nt-syntax-subm-01'>nt-syntax-subm-01</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-subm-01' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-subm-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#comment_following_triple' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_comment_following_triple'>comment_following_triple</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#comment_following_triple' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#comment_following_triple' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_literal'>literal</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_all_controls' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_literal_all_controls'>literal_all_controls</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_all_controls' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_all_controls' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_all_punctuation' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_literal_all_punctuation'>literal_all_punctuation</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_all_punctuation' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_all_punctuation' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_ascii_boundaries' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_literal_ascii_boundaries'>literal_ascii_boundaries</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_ascii_boundaries' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_ascii_boundaries' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_2_dquotes' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_literal_with_2_dquotes'>literal_with_2_dquotes</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_2_dquotes' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_2_dquotes' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_2_squotes' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_literal_with_2_squotes'>literal_with_2_squotes</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_2_squotes' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_2_squotes' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_BACKSPACE' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_literal_with_BACKSPACE'>literal_with_BACKSPACE</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_BACKSPACE' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_BACKSPACE' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_CARRIAGE_RETURN' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_literal_with_CARRIAGE_RETURN'>literal_with_CARRIAGE_RETURN</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_CARRIAGE_RETURN' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_CARRIAGE_RETURN' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_CHARACTER_TABULATION' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_literal_with_CHARACTER_TABULATION'>literal_with_CHARACTER_TABULATION</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_CHARACTER_TABULATION' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_CHARACTER_TABULATION' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_dquote' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_literal_with_dquote'>literal_with_dquote</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_dquote' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_dquote' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_FORM_FEED' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_literal_with_FORM_FEED'>literal_with_FORM_FEED</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_FORM_FEED' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_FORM_FEED' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_LINE_FEED' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_literal_with_LINE_FEED'>literal_with_LINE_FEED</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_LINE_FEED' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_LINE_FEED' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_numeric_escape4' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_literal_with_numeric_escape4'>literal_with_numeric_escape4</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_numeric_escape4' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_numeric_escape4' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_numeric_escape8' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_literal_with_numeric_escape8'>literal_with_numeric_escape8</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_numeric_escape8' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_numeric_escape8' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_REVERSE_SOLIDUS' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_literal_with_REVERSE_SOLIDUS'>literal_with_REVERSE_SOLIDUS</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_REVERSE_SOLIDUS' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_REVERSE_SOLIDUS' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_REVERSE_SOLIDUS2' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_literal_with_REVERSE_SOLIDUS2'>literal_with_REVERSE_SOLIDUS2</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_REVERSE_SOLIDUS2' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_REVERSE_SOLIDUS2' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_squote' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_literal_with_squote'>literal_with_squote</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_squote' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_squote' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_UTF8_boundaries' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_literal_with_UTF8_boundaries'>literal_with_UTF8_boundaries</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_UTF8_boundaries' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_UTF8_boundaries' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#langtagged_string' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_langtagged_string'>langtagged_string</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#langtagged_string' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#langtagged_string' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#lantag_with_subtag' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_lantag_with_subtag'>lantag_with_subtag</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#lantag_with_subtag' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#lantag_with_subtag' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#minimal_whitespace' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+            <td>
+              <a href='#test_minimal_whitespace'>minimal_whitespace</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#minimal_whitespace' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#minimal_whitespace' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
               <link href='earl:automatic' property='earl:mode' />
               <span property='earl:result' typeof='earl:TestResult'>
@@ -645,752 +2481,11 @@
           </tr>
           <tr class='summary'>
             <td>
-              Percentage passed out of 17 Tests
-            </td>
-            <td class='passed-all'>
-              100.0%
+              Percentage passed out of 85 Tests
             </td>
             <td class='passed-all'>
               100.0%
             </td>
-          </tr>
-        </table>
-      </section>
-      <section resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl' typeof='earl:Report mf:Manifest'>
-        <h2>N-Triples tests</h2>
-        <table class='report'>
-          <tr>
-            <th>
-              Test
-            </th>
-            <th>
-              <a href='#subj_1'>RDF.rb</a>
-            </th>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
-            <td>
-              <a href='#test_nt-syntax-file-01'>nt-syntax-file-01</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-01' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
-            <td>
-              <a href='#test_nt-syntax-file-02'>nt-syntax-file-02</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-02' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
-            <td>
-              <a href='#test_nt-syntax-file-03'>nt-syntax-file-03</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-03' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
-            <td>
-              <a href='#test_nt-syntax-uri-01'>nt-syntax-uri-01</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-01' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
-            <td>
-              <a href='#test_nt-syntax-uri-02'>nt-syntax-uri-02</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-02' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
-            <td>
-              <a href='#test_nt-syntax-uri-03'>nt-syntax-uri-03</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-03' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-04' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
-            <td>
-              <a href='#test_nt-syntax-uri-04'>nt-syntax-uri-04</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-04' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
-            <td>
-              <a href='#test_nt-syntax-string-01'>nt-syntax-string-01</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-01' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
-            <td>
-              <a href='#test_nt-syntax-string-02'>nt-syntax-string-02</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-02' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
-            <td>
-              <a href='#test_nt-syntax-string-03'>nt-syntax-string-03</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-03' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
-            <td>
-              <a href='#test_nt-syntax-str-esc-01'>nt-syntax-str-esc-01</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-01' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
-            <td>
-              <a href='#test_nt-syntax-str-esc-02'>nt-syntax-str-esc-02</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-02' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
-            <td>
-              <a href='#test_nt-syntax-str-esc-03'>nt-syntax-str-esc-03</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-03' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
-            <td>
-              <a href='#test_nt-syntax-bnode-01'>nt-syntax-bnode-01</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-01' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
-            <td>
-              <a href='#test_nt-syntax-bnode-02'>nt-syntax-bnode-02</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-02' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
-            <td>
-              <a href='#test_nt-syntax-datatypes-01'>nt-syntax-datatypes-01</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-01' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
-            <td>
-              <a href='#test_nt-syntax-datatypes-02'>nt-syntax-datatypes-02</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-02' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
-            <td>
-              <a href='#test_nt-syntax-bad-uri-01'>nt-syntax-bad-uri-01</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-01' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
-            <td>
-              <a href='#test_nt-syntax-bad-uri-02'>nt-syntax-bad-uri-02</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-02' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
-            <td>
-              <a href='#test_nt-syntax-bad-uri-03'>nt-syntax-bad-uri-03</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-03' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-04' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
-            <td>
-              <a href='#test_nt-syntax-bad-uri-04'>nt-syntax-bad-uri-04</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-04' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-05' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
-            <td>
-              <a href='#test_nt-syntax-bad-uri-05'>nt-syntax-bad-uri-05</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-05' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-06' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
-            <td>
-              <a href='#test_nt-syntax-bad-uri-06'>nt-syntax-bad-uri-06</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-06' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-07' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
-            <td>
-              <a href='#test_nt-syntax-bad-uri-07'>nt-syntax-bad-uri-07</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-07' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-08' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
-            <td>
-              <a href='#test_nt-syntax-bad-uri-08'>nt-syntax-bad-uri-08</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-08' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-09' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
-            <td>
-              <a href='#test_nt-syntax-bad-uri-09'>nt-syntax-bad-uri-09</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-09' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-prefix-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
-            <td>
-              <a href='#test_nt-syntax-bad-prefix-01'>nt-syntax-bad-prefix-01</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-prefix-01' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-base-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
-            <td>
-              <a href='#test_nt-syntax-bad-base-01'>nt-syntax-bad-base-01</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-base-01' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
-            <td>
-              <a href='#test_nt-syntax-bad-struct-01'>nt-syntax-bad-struct-01</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-01' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
-            <td>
-              <a href='#test_nt-syntax-bad-struct-02'>nt-syntax-bad-struct-02</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-02' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-lang-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
-            <td>
-              <a href='#test_nt-syntax-bad-lang-01'>nt-syntax-bad-lang-01</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-lang-01' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
-            <td>
-              <a href='#test_nt-syntax-bad-esc-01'>nt-syntax-bad-esc-01</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-01' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
-            <td>
-              <a href='#test_nt-syntax-bad-esc-02'>nt-syntax-bad-esc-02</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-02' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
-            <td>
-              <a href='#test_nt-syntax-bad-esc-03'>nt-syntax-bad-esc-03</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-03' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
-            <td>
-              <a href='#test_nt-syntax-bad-string-01'>nt-syntax-bad-string-01</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-01' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
-            <td>
-              <a href='#test_nt-syntax-bad-string-02'>nt-syntax-bad-string-02</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-02' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
-            <td>
-              <a href='#test_nt-syntax-bad-string-03'>nt-syntax-bad-string-03</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-03' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-04' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
-            <td>
-              <a href='#test_nt-syntax-bad-string-04'>nt-syntax-bad-string-04</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-04' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-05' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
-            <td>
-              <a href='#test_nt-syntax-bad-string-05'>nt-syntax-bad-string-05</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-05' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-06' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
-            <td>
-              <a href='#test_nt-syntax-bad-string-06'>nt-syntax-bad-string-06</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-06' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-07' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
-            <td>
-              <a href='#test_nt-syntax-bad-string-07'>nt-syntax-bad-string-07</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-07' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
-            <td>
-              <a href='#test_nt-syntax-bad-num-01'>nt-syntax-bad-num-01</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-01' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
-            <td>
-              <a href='#test_nt-syntax-bad-num-02'>nt-syntax-bad-num-02</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-02' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
-            <td>
-              <a href='#test_nt-syntax-bad-num-03'>nt-syntax-bad-num-03</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-03' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-subm-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
-            <td>
-              <a href='#test_nt-syntax-subm-01'>nt-syntax-subm-01</a>
-            </td>
-            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
-              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
-              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-subm-01' property='earl:test' />
-              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
-              <link href='earl:automatic' property='earl:mode' />
-              <span property='earl:result' typeof='earl:TestResult'>
-                <span property='earl:outcome' resource='earl:passed'>
-                  PASS
-                </span>
-              </span>
-            </td>
-          </tr>
-          <tr class='summary'>
-            <td>
-              Percentage passed out of 45 Tests
-            </td>
             <td class='passed-all'>
               100.0%
             </td>
@@ -1408,7 +2503,7 @@
       <dl>
         <dt id='subj_0'>
           <a href='http://jena.apache.org/#riot'>
-            <span about='http://jena.apache.org/#riot' property='doap:name'>Apache Jena RIOT</span>
+            <span about='http://jena.apache.org/#riot' property='doap:name'>Apache Jena</span>
           </a>
         </dt>
         <dd inlist='inlist' property='earl:testSubjects' resource='http://jena.apache.org/#riot' typeof='earl:TestSubject doap:Project'>
@@ -1419,8 +2514,8 @@
             <dd property='doap:programming-language'>Java</dd>
             <dt>Home Page</dt>
             <dd property='doap:homepage'>
-              <a href='http://jena.apache.org/'>
-                http://jena.apache.org/
+              <a href='http://jena.apache.org'>
+                http://jena.apache.org
               </a>
             </dd>
             <dt>Developer</dt>
@@ -1461,7 +2556,7 @@
                 <tbody>
                   <tr>
                     <td class='passed-all'>
-                      17/17 (100.0%)
+                      85/85 (100.0%)
                     </td>
                   </tr>
                 </tbody>
@@ -1534,12 +2629,7 @@
                 <tbody>
                   <tr>
                     <td class='passed-all'>
-                      17/17 (100.0%)
-                    </td>
-                  </tr>
-                  <tr>
-                    <td class='passed-all'>
-                      45/45 (100.0%)
+                      85/85 (100.0%)
                     </td>
                   </tr>
                 </tbody>
@@ -1558,16 +2648,16 @@
       </p>
       <ul>
         <li>
-          <a class='source' href='Apache-Jena-nquads-earl-2013-11-02.ttl'>Apache-Jena-nquads-earl-2013-11-02.ttl</a>
+          <a class='source' href='Apache-Jena-nquads-earl-2013-11-23.ttl'>Apache-Jena-nquads-earl-2013-11-23.ttl</a>
+        </li>
+        <li>
+          <a class='source' href='RIOT-jena-details.ttl'>RIOT-jena-details.ttl</a>
         </li>
         <li>
           <a class='source' href='earl.ttl'>earl.ttl</a>
         </li>
         <li>
-          <a class='source' href='rdf.rb-earl-2013-07-25.ttl'>rdf.rb-earl-2013-07-25.ttl</a>
-        </li>
-        <li>
-          <a class='source' href='rdf.rb-earl-2013-10-30.ttl'>rdf.rb-earl-2013-10-30.ttl</a>
+          <a class='source' href='rdf.rb-earl-2013-11-24.ttl'>rdf.rb-earl-2013-11-24.ttl</a>
         </li>
       </ul>
     </section>
@@ -1577,503 +2667,685 @@
       </h2>
       <dl>
         <div inlist='inlist' property='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl'>
-          <dt id='test_nq-syntax-uri-01.nq' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-01.nq'>
+          <dt id='test_nq-syntax-uri-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-01'>
             Test
             <span property='dc:title mf:name'>nq-syntax-uri-01</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-01.nq'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-01'>
             <p lang='en' property='dc:description'>URI graph with URI triple</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-uri-01.nq' title='nq-syntax-uri-01 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; &lt;http://example/g&gt; .</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-uri-01.nq' title='nq-syntax-uri-01 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-uri-01.nq not loaded</pre>
           </dd>
-          <dt id='test_nq-syntax-uri-02.nq' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-02.nq'>
+          <dt id='test_nq-syntax-uri-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-02'>
             Test
             <span property='dc:title mf:name'>nq-syntax-uri-02</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-02.nq'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-02'>
             <p lang='en' property='dc:description'>URI graph with BNode subject</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-uri-02.nq' title='nq-syntax-uri-02 Input'>_:s &lt;http://example/p&gt; &lt;http://example/o&gt; &lt;http://example/g&gt; .</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-uri-02.nq' title='nq-syntax-uri-02 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-uri-02.nq not loaded</pre>
           </dd>
-          <dt id='test_nq-syntax-uri-03.nq' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-03.nq'>
+          <dt id='test_nq-syntax-uri-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-03'>
             Test
             <span property='dc:title mf:name'>nq-syntax-uri-03</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-03.nq'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-03'>
             <p lang='en' property='dc:description'>URI graph with BNode object</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-uri-03.nq' title='nq-syntax-uri-03 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; _:o &lt;http://example/g&gt; .</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-uri-03.nq' title='nq-syntax-uri-03 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-uri-03.nq not loaded</pre>
           </dd>
-          <dt id='test_nq-syntax-uri-04.nq' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-04.nq'>
+          <dt id='test_nq-syntax-uri-04' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-04'>
             Test
             <span property='dc:title mf:name'>nq-syntax-uri-04</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-04.nq'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-04'>
             <p lang='en' property='dc:description'>URI graph with simple literal</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-uri-04.nq' title='nq-syntax-uri-04 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;o&quot; &lt;http://example/g&gt; .</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-uri-04.nq' title='nq-syntax-uri-04 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-uri-04.nq not loaded</pre>
           </dd>
-          <dt id='test_nq-syntax-uri-05.nq' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-05.nq'>
+          <dt id='test_nq-syntax-uri-05' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-05'>
             Test
             <span property='dc:title mf:name'>nq-syntax-uri-05</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-05.nq'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-05'>
             <p lang='en' property='dc:description'>URI graph with language tagged literal</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-uri-05.nq' title='nq-syntax-uri-05 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;o&quot;@en &lt;http://example/g&gt; .</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-uri-05.nq' title='nq-syntax-uri-05 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-uri-05.nq not loaded</pre>
           </dd>
-          <dt id='test_nq-syntax-uri-06.nq' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-06.nq'>
+          <dt id='test_nq-syntax-uri-06' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-06'>
             Test
             <span property='dc:title mf:name'>nq-syntax-uri-06</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-06.nq'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-06'>
             <p lang='en' property='dc:description'>URI graph with datatyped literal</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-uri-06.nq' title='nq-syntax-uri-06 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;o&quot;^^&lt;http://www.w3.org/2001/XMLSchema#string&gt; &lt;http://example/g&gt; .</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-uri-06.nq' title='nq-syntax-uri-06 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-uri-06.nq not loaded</pre>
           </dd>
-          <dt id='test_nq-syntax-bnode-01.nq' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-01.nq'>
+          <dt id='test_nq-syntax-bnode-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-01'>
             Test
             <span property='dc:title mf:name'>nq-syntax-bnode-01</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-01.nq'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-01'>
             <p lang='en' property='dc:description'>BNode graph with URI triple</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bnode-01.nq' title='nq-syntax-bnode-01 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; _:g .</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bnode-01.nq' title='nq-syntax-bnode-01 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bnode-01.nq not loaded</pre>
           </dd>
-          <dt id='test_nq-syntax-bnode-02.nq' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-02.nq'>
+          <dt id='test_nq-syntax-bnode-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-02'>
             Test
             <span property='dc:title mf:name'>nq-syntax-bnode-02</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-02.nq'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-02'>
             <p lang='en' property='dc:description'>BNode graph with BNode subject</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bnode-02.nq' title='nq-syntax-bnode-02 Input'>_:s &lt;http://example/p&gt; &lt;http://example/o&gt; _:g .</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bnode-02.nq' title='nq-syntax-bnode-02 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bnode-02.nq not loaded</pre>
           </dd>
-          <dt id='test_nq-syntax-bnode-03.nq' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-03.nq'>
+          <dt id='test_nq-syntax-bnode-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-03'>
             Test
             <span property='dc:title mf:name'>nq-syntax-bnode-03</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-03.nq'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-03'>
             <p lang='en' property='dc:description'>BNode graph with BNode object</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bnode-03.nq' title='nq-syntax-bnode-03 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; _:o _:g .</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bnode-03.nq' title='nq-syntax-bnode-03 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bnode-03.nq not loaded</pre>
           </dd>
-          <dt id='test_nq-syntax-bnode-04.nq' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-04.nq'>
+          <dt id='test_nq-syntax-bnode-04' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-04'>
             Test
             <span property='dc:title mf:name'>nq-syntax-bnode-04</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-04.nq'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-04'>
             <p lang='en' property='dc:description'>BNode graph with simple literal</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bnode-04.nq' title='nq-syntax-bnode-04 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;o&quot; _:g .</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bnode-04.nq' title='nq-syntax-bnode-04 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bnode-04.nq not loaded</pre>
           </dd>
-          <dt id='test_nq-syntax-bnode-05.nq' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-05.nq'>
+          <dt id='test_nq-syntax-bnode-05' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-05'>
             Test
             <span property='dc:title mf:name'>nq-syntax-bnode-05</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-05.nq'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-05'>
             <p lang='en' property='dc:description'>BNode graph with language tagged literal</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bnode-05.nq' title='nq-syntax-bnode-05 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;o&quot;@en _:g .</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bnode-05.nq' title='nq-syntax-bnode-05 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bnode-05.nq not loaded</pre>
           </dd>
-          <dt id='test_nq-syntax-bnode-06.nq' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-06.nq'>
+          <dt id='test_nq-syntax-bnode-06' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-06'>
             Test
             <span property='dc:title mf:name'>nq-syntax-bnode-06</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-06.nq'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-06'>
             <p lang='en' property='dc:description'>BNode graph with datatyped literal</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bnode-06.nq' title='nq-syntax-bnode-06 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;o&quot;^^&lt;http://www.w3.org/2001/XMLSchema#string&gt; _:g .</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bnode-06.nq' title='nq-syntax-bnode-06 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bnode-06.nq not loaded</pre>
           </dd>
-          <dt id='test_nq-syntax-bad-literal-01.nq' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-01.nq'>
+          <dt id='test_nq-syntax-bad-literal-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-01'>
             Test
             <span property='dc:title mf:name'>nq-syntax-bad-literal-01</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-01.nq'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-01'>
             <p lang='en' property='dc:description'>Graph name may not be a simple literal (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bad-literal-01.nq' title='nq-syntax-bad-literal-01 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; &quot;o&quot; .</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bad-literal-01.nq' title='nq-syntax-bad-literal-01 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bad-literal-01.nq not loaded</pre>
           </dd>
-          <dt id='test_nq-syntax-bad-literal-02.nq' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-02.nq'>
+          <dt id='test_nq-syntax-bad-literal-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-02'>
             Test
             <span property='dc:title mf:name'>nq-syntax-bad-literal-02</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-02.nq'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-02'>
             <p lang='en' property='dc:description'>Graph name may not be a language tagged literal (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bad-literal-02.nq' title='nq-syntax-bad-literal-02 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; &quot;o&quot;@en .</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bad-literal-02.nq' title='nq-syntax-bad-literal-02 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bad-literal-02.nq not loaded</pre>
           </dd>
-          <dt id='test_nq-syntax-bad-literal-03.nq' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-03.nq'>
+          <dt id='test_nq-syntax-bad-literal-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-03'>
             Test
             <span property='dc:title mf:name'>nq-syntax-bad-literal-03</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-03.nq'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-03'>
             <p lang='en' property='dc:description'>Graph name may not be a datatyped literal (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bad-literal-03.nq' title='nq-syntax-bad-literal-03 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; &quot;o&quot;^^&lt;http://www.w3.org/2001/XMLSchema#string&gt; .</pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bad-literal-03.nq' title='nq-syntax-bad-literal-03 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bad-literal-03.nq not loaded</pre>
           </dd>
-          <dt id='test_nq-syntax-bad-uri-01.nq' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-uri-01.nq'>
+          <dt id='test_nq-syntax-bad-uri-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-uri-01'>
             Test
             <span property='dc:title mf:name'>nq-syntax-bad-uri-01</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-uri-01.nq'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-uri-01'>
             <p lang='en' property='dc:description'>Graph name URI must be absolute (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bad-uri-01.nq' title='nq-syntax-bad-uri-01 Input'># No relative IRIs in N-Quads<br/>&lt;http://example/s&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; &lt;g&gt;.<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bad-uri-01.nq' title='nq-syntax-bad-uri-01 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bad-uri-01.nq not loaded</pre>
           </dd>
-          <dt id='test_nq-syntax-bad-quint-01.nq' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-quint-01.nq'>
+          <dt id='test_nq-syntax-bad-quint-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-quint-01'>
             Test
             <span property='dc:title mf:name'>nq-syntax-bad-quint-01</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-quint-01.nq'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-quint-01'>
             <p lang='en' property='dc:description'>N-Quads does not have a fifth element (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bad-quint-01.nq' title='nq-syntax-bad-quint-01 Input'># N-Quads rejects a quint<br/>&lt;http://example/s&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; &lt;http://example/g&gt; &lt;http://example/n&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bad-quint-01.nq' title='nq-syntax-bad-quint-01 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nq-syntax-bad-quint-01.nq not loaded</pre>
           </dd>
-        </div>
-        <div inlist='inlist' property='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl'>
-          <dt id='test_nt-syntax-file-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-01'>
+          <dt id='test_nt-syntax-file-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-01'>
             Test
             <span property='dc:title mf:name'>nt-syntax-file-01</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-01'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-01'>
             <p lang='en' property='dc:description'>Empty file</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-file-01.nt' title='nt-syntax-file-01 Input'></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-file-01.nq' title='nt-syntax-file-01 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-file-01.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-file-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-02'>
+          <dt id='test_nt-syntax-file-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-02'>
             Test
             <span property='dc:title mf:name'>nt-syntax-file-02</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-02'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-02'>
             <p lang='en' property='dc:description'>Only comment</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-file-02.nt' title='nt-syntax-file-02 Input'>#Empty file.<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-file-02.nq' title='nt-syntax-file-02 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-file-02.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-file-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-03'>
+          <dt id='test_nt-syntax-file-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-03'>
             Test
             <span property='dc:title mf:name'>nt-syntax-file-03</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-03'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-03'>
             <p lang='en' property='dc:description'>One comment, one empty line</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-file-03.nt' title='nt-syntax-file-03 Input'>#One comment, one empty line.<br/><br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-file-03.nq' title='nt-syntax-file-03 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-file-03.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-uri-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-01'>
+          <dt id='test_nt-syntax-uri-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-01'>
             Test
             <span property='dc:title mf:name'>nt-syntax-uri-01</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-01'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-01'>
             <p lang='en' property='dc:description'>Only IRIs</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-uri-01.nt' title='nt-syntax-uri-01 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-uri-01.nq' title='nt-syntax-uri-01 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-uri-01.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-uri-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-02'>
+          <dt id='test_nt-syntax-uri-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-02'>
             Test
             <span property='dc:title mf:name'>nt-syntax-uri-02</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-02'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-02'>
             <p lang='en' property='dc:description'>IRIs with Unicode escape</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-uri-02.nt' title='nt-syntax-uri-02 Input'># x53 is capital S<br/>&lt;http://example/\u0053&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-uri-02.nq' title='nt-syntax-uri-02 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-uri-02.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-uri-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-03'>
+          <dt id='test_nt-syntax-uri-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-03'>
             Test
             <span property='dc:title mf:name'>nt-syntax-uri-03</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-03'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-03'>
             <p lang='en' property='dc:description'>IRIs with long Unicode escape</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-uri-03.nt' title='nt-syntax-uri-03 Input'># x53 is capital S<br/>&lt;http://example/\U00000053&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-uri-03.nq' title='nt-syntax-uri-03 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-uri-03.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-uri-04' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-04'>
+          <dt id='test_nt-syntax-uri-04' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-04'>
             Test
             <span property='dc:title mf:name'>nt-syntax-uri-04</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-04'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-04'>
             <p lang='en' property='dc:description'>Legal IRIs</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-uri-04.nt' title='nt-syntax-uri-04 Input'># IRI with all chars in it.<br/>&lt;http://example/s&gt; &lt;http://example/p&gt; &lt;scheme:!$%25&amp;'()*+,-./0123456789:/@ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz~?#&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-uri-04.nq' title='nt-syntax-uri-04 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-uri-04.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-string-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-01'>
+          <dt id='test_nt-syntax-string-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-01'>
             Test
             <span property='dc:title mf:name'>nt-syntax-string-01</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-01'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-01'>
             <p lang='en' property='dc:description'>string literal</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-string-01.nt' title='nt-syntax-string-01 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;string&quot; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-string-01.nq' title='nt-syntax-string-01 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-string-01.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-string-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-02'>
+          <dt id='test_nt-syntax-string-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-02'>
             Test
             <span property='dc:title mf:name'>nt-syntax-string-02</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-02'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-02'>
             <p lang='en' property='dc:description'>langString literal</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-string-02.nt' title='nt-syntax-string-02 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;string&quot;@en .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-string-02.nq' title='nt-syntax-string-02 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-string-02.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-string-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-03'>
+          <dt id='test_nt-syntax-string-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-03'>
             Test
             <span property='dc:title mf:name'>nt-syntax-string-03</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-03'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-03'>
             <p lang='en' property='dc:description'>langString literal with region</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-string-03.nt' title='nt-syntax-string-03 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;string&quot;@en-uk .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-string-03.nq' title='nt-syntax-string-03 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-string-03.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-str-esc-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-01'>
+          <dt id='test_nt-syntax-str-esc-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-01'>
             Test
             <span property='dc:title mf:name'>nt-syntax-str-esc-01</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-01'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-01'>
             <p lang='en' property='dc:description'>string literal with escaped newline</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-str-esc-01.nt' title='nt-syntax-str-esc-01 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;a\n&quot; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-str-esc-01.nq' title='nt-syntax-str-esc-01 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-str-esc-01.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-str-esc-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-02'>
+          <dt id='test_nt-syntax-str-esc-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-02'>
             Test
             <span property='dc:title mf:name'>nt-syntax-str-esc-02</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-02'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-02'>
             <p lang='en' property='dc:description'>string literal with Unicode escape</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-str-esc-02.nt' title='nt-syntax-str-esc-02 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;a\u0020b&quot; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-str-esc-02.nq' title='nt-syntax-str-esc-02 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-str-esc-02.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-str-esc-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-03'>
+          <dt id='test_nt-syntax-str-esc-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-03'>
             Test
             <span property='dc:title mf:name'>nt-syntax-str-esc-03</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-03'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-03'>
             <p lang='en' property='dc:description'>string literal with long Unicode escape</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-str-esc-03.nt' title='nt-syntax-str-esc-03 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;a\U00000020b&quot; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-str-esc-03.nq' title='nt-syntax-str-esc-03 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-str-esc-03.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-bnode-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-01'>
+          <dt id='test_nt-syntax-bnode-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-01'>
             Test
             <span property='dc:title mf:name'>nt-syntax-bnode-01</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-01'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-01'>
             <p lang='en' property='dc:description'>bnode subject</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bnode-01.nt' title='nt-syntax-bnode-01 Input'>_:a  &lt;http://example/p&gt; &lt;http://example/o&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bnode-01.nq' title='nt-syntax-bnode-01 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bnode-01.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-bnode-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-02'>
+          <dt id='test_nt-syntax-bnode-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-02'>
             Test
             <span property='dc:title mf:name'>nt-syntax-bnode-02</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-02'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-02'>
             <p lang='en' property='dc:description'>bnode object</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bnode-02.nt' title='nt-syntax-bnode-02 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; _:a .<br/>_:a  &lt;http://example/p&gt; &lt;http://example/o&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bnode-02.nq' title='nt-syntax-bnode-02 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bnode-02.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-datatypes-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-01'>
+          <dt id='test_nt-syntax-bnode-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-03'>
+            Test
+            <span property='dc:title mf:name'>nt-syntax-bnode-03</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-03'>
+            <p lang='en' property='dc:description'>Blank node labels may start with a digit</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bnode-03.nq' title='nt-syntax-bnode-03 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bnode-03.nq not loaded</pre>
+          </dd>
+          <dt id='test_nt-syntax-datatypes-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-datatypes-01'>
             Test
             <span property='dc:title mf:name'>nt-syntax-datatypes-01</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-01'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-datatypes-01'>
             <p lang='en' property='dc:description'>xsd:byte literal</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-datatypes-01.nt' title='nt-syntax-datatypes-01 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;123&quot;^^&lt;http://www.w3.org/2001/XMLSchema#byte&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-datatypes-01.nq' title='nt-syntax-datatypes-01 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-datatypes-01.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-datatypes-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-02'>
+          <dt id='test_nt-syntax-datatypes-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-datatypes-02'>
             Test
             <span property='dc:title mf:name'>nt-syntax-datatypes-02</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-02'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-datatypes-02'>
             <p lang='en' property='dc:description'>integer as xsd:string</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-datatypes-02.nt' title='nt-syntax-datatypes-02 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;123&quot;^^&lt;http://www.w3.org/2001/XMLSchema#string&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-datatypes-02.nq' title='nt-syntax-datatypes-02 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-datatypes-02.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-bad-uri-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-01'>
+          <dt id='test_nt-syntax-bad-uri-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-01'>
             Test
             <span property='dc:title mf:name'>nt-syntax-bad-uri-01</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-01'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-01'>
             <p lang='en' property='dc:description'>Bad IRI : space (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-01.nt' title='nt-syntax-bad-uri-01 Input'># Bad IRI : space.<br/>&lt;http://example/ space&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-01.nq' title='nt-syntax-bad-uri-01 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-01.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-bad-uri-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-02'>
+          <dt id='test_nt-syntax-bad-uri-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-02'>
             Test
             <span property='dc:title mf:name'>nt-syntax-bad-uri-02</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-02'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-02'>
             <p lang='en' property='dc:description'>Bad IRI : bad escape (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-02.nt' title='nt-syntax-bad-uri-02 Input'># Bad IRI : bad escape<br/>&lt;http://example/\u00ZZ11&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-02.nq' title='nt-syntax-bad-uri-02 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-02.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-bad-uri-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-03'>
+          <dt id='test_nt-syntax-bad-uri-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-03'>
             Test
             <span property='dc:title mf:name'>nt-syntax-bad-uri-03</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-03'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-03'>
             <p lang='en' property='dc:description'>Bad IRI : bad long escape (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-03.nt' title='nt-syntax-bad-uri-03 Input'># Bad IRI : bad escape<br/>&lt;http://example/\U00ZZ1111&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-03.nq' title='nt-syntax-bad-uri-03 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-03.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-bad-uri-04' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-04'>
+          <dt id='test_nt-syntax-bad-uri-04' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-04'>
             Test
             <span property='dc:title mf:name'>nt-syntax-bad-uri-04</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-04'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-04'>
             <p lang='en' property='dc:description'>Bad IRI : character escapes not allowed (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-04.nt' title='nt-syntax-bad-uri-04 Input'># Bad IRI : character escapes not allowed.<br/>&lt;http://example/\n&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-04.nq' title='nt-syntax-bad-uri-04 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-04.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-bad-uri-05' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-05'>
+          <dt id='test_nt-syntax-bad-uri-05' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-05'>
             Test
             <span property='dc:title mf:name'>nt-syntax-bad-uri-05</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-05'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-05'>
             <p lang='en' property='dc:description'>Bad IRI : character escapes not allowed (2) (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-05.nt' title='nt-syntax-bad-uri-05 Input'># Bad IRI : character escapes not allowed.<br/>&lt;http://example/\/&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-05.nq' title='nt-syntax-bad-uri-05 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-05.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-bad-uri-06' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-06'>
+          <dt id='test_nt-syntax-bad-uri-06' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-06'>
             Test
             <span property='dc:title mf:name'>nt-syntax-bad-uri-06</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-06'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-06'>
             <p lang='en' property='dc:description'>Bad IRI : relative IRI not allowed in subject (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-06.nt' title='nt-syntax-bad-uri-06 Input'># No relative IRIs in N-Triples<br/>&lt;s&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-06.nq' title='nt-syntax-bad-uri-06 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-06.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-bad-uri-07' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-07'>
+          <dt id='test_nt-syntax-bad-uri-07' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-07'>
             Test
             <span property='dc:title mf:name'>nt-syntax-bad-uri-07</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-07'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-07'>
             <p lang='en' property='dc:description'>Bad IRI : relative IRI not allowed in predicate (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-07.nt' title='nt-syntax-bad-uri-07 Input'># No relative IRIs in N-Triples<br/>&lt;http://example/s&gt; &lt;p&gt; &lt;http://example/o&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-07.nq' title='nt-syntax-bad-uri-07 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-07.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-bad-uri-08' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-08'>
+          <dt id='test_nt-syntax-bad-uri-08' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-08'>
             Test
             <span property='dc:title mf:name'>nt-syntax-bad-uri-08</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-08'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-08'>
             <p lang='en' property='dc:description'>Bad IRI : relative IRI not allowed in object (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-08.nt' title='nt-syntax-bad-uri-08 Input'># No relative IRIs in N-Triples<br/>&lt;http://example/s&gt; &lt;http://example/p&gt; &lt;o&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-08.nq' title='nt-syntax-bad-uri-08 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-08.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-bad-uri-09' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-09'>
+          <dt id='test_nt-syntax-bad-uri-09' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-09'>
             Test
             <span property='dc:title mf:name'>nt-syntax-bad-uri-09</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-09'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-09'>
             <p lang='en' property='dc:description'>Bad IRI : relative IRI not allowed in datatype (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-09.nt' title='nt-syntax-bad-uri-09 Input'># No relative IRIs in N-Triples<br/>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;foo&quot;^^&lt;dt&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-09.nq' title='nt-syntax-bad-uri-09 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-uri-09.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-bad-prefix-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-prefix-01'>
+          <dt id='test_nt-syntax-bad-prefix-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-prefix-01'>
             Test
             <span property='dc:title mf:name'>nt-syntax-bad-prefix-01</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-prefix-01'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-prefix-01'>
             <p lang='en' property='dc:description'>@prefix not allowed in n-triples (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-prefix-01.nt' title='nt-syntax-bad-prefix-01 Input'>@prefix : &lt;http://example/&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-prefix-01.nq' title='nt-syntax-bad-prefix-01 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-prefix-01.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-bad-base-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-base-01'>
+          <dt id='test_nt-syntax-bad-base-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-base-01'>
             Test
             <span property='dc:title mf:name'>nt-syntax-bad-base-01</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-base-01'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-base-01'>
             <p lang='en' property='dc:description'>@base not allowed in N-Triples (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-base-01.nt' title='nt-syntax-bad-base-01 Input'>@base &lt;http://example/&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-base-01.nq' title='nt-syntax-bad-base-01 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-base-01.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-bad-struct-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-01'>
+          <dt id='test_nt-syntax-bad-struct-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-struct-01'>
             Test
             <span property='dc:title mf:name'>nt-syntax-bad-struct-01</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-01'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-struct-01'>
             <p lang='en' property='dc:description'>N-Triples does not have objectList (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-struct-01.nt' title='nt-syntax-bad-struct-01 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &lt;http://example/o&gt;, &lt;http://example/o2&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-struct-01.nq' title='nt-syntax-bad-struct-01 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-struct-01.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-bad-struct-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-02'>
+          <dt id='test_nt-syntax-bad-struct-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-struct-02'>
             Test
             <span property='dc:title mf:name'>nt-syntax-bad-struct-02</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-02'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-struct-02'>
             <p lang='en' property='dc:description'>N-Triples does not have predicateObjectList (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-struct-02.nt' title='nt-syntax-bad-struct-02 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &lt;http://example/o&gt;; &lt;http://example/p2&gt;, &lt;http://example/o2&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-struct-02.nq' title='nt-syntax-bad-struct-02 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-struct-02.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-bad-lang-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-lang-01'>
+          <dt id='test_nt-syntax-bad-lang-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-lang-01'>
             Test
             <span property='dc:title mf:name'>nt-syntax-bad-lang-01</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-lang-01'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-lang-01'>
             <p lang='en' property='dc:description'>langString with bad lang (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-lang-01.nt' title='nt-syntax-bad-lang-01 Input'># Bad lang tag<br/>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;string&quot;@1 .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-lang-01.nq' title='nt-syntax-bad-lang-01 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-lang-01.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-bad-esc-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-01'>
+          <dt id='test_nt-syntax-bad-esc-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-01'>
             Test
             <span property='dc:title mf:name'>nt-syntax-bad-esc-01</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-01'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-01'>
             <p lang='en' property='dc:description'>Bad string escape (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-esc-01.nt' title='nt-syntax-bad-esc-01 Input'># Bad string escape<br/>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;a\zb&quot; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-esc-01.nq' title='nt-syntax-bad-esc-01 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-esc-01.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-bad-esc-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-02'>
+          <dt id='test_nt-syntax-bad-esc-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-02'>
             Test
             <span property='dc:title mf:name'>nt-syntax-bad-esc-02</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-02'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-02'>
             <p lang='en' property='dc:description'>Bad string escape (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-esc-02.nt' title='nt-syntax-bad-esc-02 Input'># Bad string escape<br/>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;\uWXYZ&quot; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-esc-02.nq' title='nt-syntax-bad-esc-02 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-esc-02.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-bad-esc-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-03'>
+          <dt id='test_nt-syntax-bad-esc-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-03'>
             Test
             <span property='dc:title mf:name'>nt-syntax-bad-esc-03</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-03'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-03'>
             <p lang='en' property='dc:description'>Bad string escape (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-esc-03.nt' title='nt-syntax-bad-esc-03 Input'># Bad string escape<br/>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;\U0000WXYZ&quot; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-esc-03.nq' title='nt-syntax-bad-esc-03 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-esc-03.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-bad-string-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-01'>
+          <dt id='test_nt-syntax-bad-string-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-01'>
             Test
             <span property='dc:title mf:name'>nt-syntax-bad-string-01</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-01'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-01'>
             <p lang='en' property='dc:description'>mismatching string literal open/close (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-01.nt' title='nt-syntax-bad-string-01 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;abc' .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-string-01.nq' title='nt-syntax-bad-string-01 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-string-01.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-bad-string-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-02'>
+          <dt id='test_nt-syntax-bad-string-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-02'>
             Test
             <span property='dc:title mf:name'>nt-syntax-bad-string-02</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-02'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-02'>
             <p lang='en' property='dc:description'>mismatching string literal open/close (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-02.nt' title='nt-syntax-bad-string-02 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; 1.0 .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-string-02.nq' title='nt-syntax-bad-string-02 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-string-02.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-bad-string-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-03'>
+          <dt id='test_nt-syntax-bad-string-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-03'>
             Test
             <span property='dc:title mf:name'>nt-syntax-bad-string-03</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-03'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-03'>
             <p lang='en' property='dc:description'>single quotes (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-03.nt' title='nt-syntax-bad-string-03 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; 1.0e1 .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-string-03.nq' title='nt-syntax-bad-string-03 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-string-03.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-bad-string-04' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-04'>
+          <dt id='test_nt-syntax-bad-string-04' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-04'>
             Test
             <span property='dc:title mf:name'>nt-syntax-bad-string-04</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-04'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-04'>
             <p lang='en' property='dc:description'>long single string literal (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-04.nt' title='nt-syntax-bad-string-04 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; '''abc''' .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-string-04.nq' title='nt-syntax-bad-string-04 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-string-04.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-bad-string-05' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-05'>
+          <dt id='test_nt-syntax-bad-string-05' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-05'>
             Test
             <span property='dc:title mf:name'>nt-syntax-bad-string-05</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-05'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-05'>
             <p lang='en' property='dc:description'>long double string literal (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-05.nt' title='nt-syntax-bad-string-05 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;&quot;&quot;abc&quot;&quot;&quot; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-string-05.nq' title='nt-syntax-bad-string-05 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-string-05.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-bad-string-06' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-06'>
+          <dt id='test_nt-syntax-bad-string-06' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-06'>
             Test
             <span property='dc:title mf:name'>nt-syntax-bad-string-06</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-06'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-06'>
             <p lang='en' property='dc:description'>string literal with no end (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-06.nt' title='nt-syntax-bad-string-06 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;abc .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-string-06.nq' title='nt-syntax-bad-string-06 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-string-06.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-bad-string-07' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-07'>
+          <dt id='test_nt-syntax-bad-string-07' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-07'>
             Test
             <span property='dc:title mf:name'>nt-syntax-bad-string-07</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-07'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-07'>
             <p lang='en' property='dc:description'>string literal with no start (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-07.nt' title='nt-syntax-bad-string-07 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; abc&quot; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-string-07.nq' title='nt-syntax-bad-string-07 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-string-07.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-bad-num-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-01'>
+          <dt id='test_nt-syntax-bad-num-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-01'>
             Test
             <span property='dc:title mf:name'>nt-syntax-bad-num-01</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-01'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-01'>
             <p lang='en' property='dc:description'>no numbers in N-Triples (integer) (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-num-01.nt' title='nt-syntax-bad-num-01 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; 1 .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-num-01.nq' title='nt-syntax-bad-num-01 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-num-01.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-bad-num-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-02'>
+          <dt id='test_nt-syntax-bad-num-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-02'>
             Test
             <span property='dc:title mf:name'>nt-syntax-bad-num-02</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-02'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-02'>
             <p lang='en' property='dc:description'>no numbers in N-Triples (decimal) (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-num-02.nt' title='nt-syntax-bad-num-02 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; 1.0 .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-num-02.nq' title='nt-syntax-bad-num-02 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-num-02.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-bad-num-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-03'>
+          <dt id='test_nt-syntax-bad-num-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-03'>
             Test
             <span property='dc:title mf:name'>nt-syntax-bad-num-03</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-03'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-03'>
             <p lang='en' property='dc:description'>no numbers in N-Triples (float) (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-num-03.nt' title='nt-syntax-bad-num-03 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; 1.0e0 .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-num-03.nq' title='nt-syntax-bad-num-03 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-bad-num-03.nq not loaded</pre>
           </dd>
-          <dt id='test_nt-syntax-subm-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-subm-01'>
+          <dt id='test_nt-syntax-subm-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-subm-01'>
             Test
             <span property='dc:title mf:name'>nt-syntax-subm-01</span>
           </dt>
-          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-subm-01'>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-subm-01'>
             <p lang='en' property='dc:description'>Submission test from Original RDF Test Cases</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-subm-01.nt' title='nt-syntax-subm-01 Input'>#<br/># Copyright World Wide Web Consortium, (Massachusetts Institute of<br/># Technology, Institut National de Recherche en Informatique et en<br/># Automatique, Keio University).<br/>#<br/># All Rights Reserved.<br/>#<br/># Please see the full Copyright clause at<br/># &lt;http://www.w3.org/Consortium/Legal/copyright-software.html&gt;<br/>#<br/># Test file with a variety of legal N-Triples<br/>#<br/># Dave Beckett - http://purl.org/net/dajobe/<br/># <br/># $Id: test.nt,v 1.7 2003/10/06 15:52:19 dbeckett2 Exp $<br/># <br/>#####################################################################<br/><br/># comment lines<br/>  	  	   # comment line after whitespace<br/># empty blank line, then one with spaces and tabs<br/><br/>         	<br/>&lt;http://example.org/resource1&gt; &lt;http://example.org/property&gt; &lt;http://example.org/resource2&gt; .<br/>_:anon &lt;http://example.org/property&gt; &lt;http://example.org/resource2&gt; .<br/>&lt;http://example.org/resource2&gt; &lt;http://example.org/property&gt; _:anon .<br/># spaces and tabs throughout:<br/> 	 &lt;http://example.org/resource3&gt; 	 &lt;http://example.org/property&gt;	 &lt;http://example.org/resource2&gt; 	.	 <br/><br/># line ending with CR NL (ASCII 13, ASCII 10)<br/>&lt;http://example.org/resource4&gt; &lt;http://example.org/property&gt; &lt;http://example.org/resource2&gt; .<br/><br/># 2 statement lines separated by single CR (ASCII 10)<br/>&lt;http://example.org/resource5&gt; &lt;http://example.org/property&gt; &lt;http://example.org/resource2&gt; .<br/>&lt;http://example.org/resource6&gt; &lt;http://example.org/property&gt; &lt;http://example.org/resource2&gt; .<br/><br/><br/># All literal escapes<br/>&lt;http://example.org/resource7&gt; &lt;http://example.org/property&gt; &quot;simple literal&quot; .<br/>&lt;http://example.org/resource8&gt; &lt;http://example.org/property&gt; &quot;backslash:\\&quot; .<br/>&lt;http://example.org/resource9&gt; &lt;http://example.org/property&gt; &quot;dquote:\&quot;&quot; .<br/>&lt;http://example.org/resource10&gt; &lt;http://example.org/property&gt; &quot;newline:\n&quot; .<br/>&lt;http://example.org/resource11&gt; &lt;http://example.org/property&gt; &quot;return\r&quot; .<br/>&lt;http://example.org/resource12&gt; &lt;http://example.org/property&gt; &quot;tab:\t&quot; .<br/><br/># Space is optional before final .<br/>&lt;http://example.org/resource13&gt; &lt;http://example.org/property&gt; &lt;http://example.org/resource2&gt;.<br/>&lt;http://example.org/resource14&gt; &lt;http://example.org/property&gt; &quot;x&quot;.<br/>&lt;http://example.org/resource15&gt; &lt;http://example.org/property&gt; _:anon.<br/><br/># \u and \U escapes<br/># latin small letter e with acute symbol \u00E9 - 3 UTF-8 bytes #xC3 #A9<br/>&lt;http://example.org/resource16&gt; &lt;http://example.org/property&gt; &quot;\u00E9&quot; .<br/># Euro symbol \u20ac  - 3 UTF-8 bytes #xE2 #x82 #xAC<br/>&lt;http://example.org/resource17&gt; &lt;http://example.org/property&gt; &quot;\u20AC&quot; .<br/># resource18 test removed<br/># resource19 test removed<br/># resource20 test removed<br/><br/># XML Literals as Datatyped Literals<br/>&lt;http://example.org/resource21&gt; &lt;http://example.org/property&gt; &quot;&quot;^^&lt;http://www.w3.org/2000/01/rdf-schema#XMLLiteral&gt; .<br/>&lt;http://example.org/resource22&gt; &lt;http://example.org/property&gt; &quot; &quot;^^&lt;http://www.w3.org/2000/01/rdf-schema#XMLLiteral&gt; .<br/>&lt;http://example.org/resource23&gt; &lt;http://example.org/property&gt; &quot;x&quot;^^&lt;http://www.w3.org/2000/01/rdf-schema#XMLLiteral&gt; .<br/>&lt;http://example.org/resource23&gt; &lt;http://example.org/property&gt; &quot;\&quot;&quot;^^&lt;http://www.w3.org/2000/01/rdf-schema#XMLLiteral&gt; .<br/>&lt;http://example.org/resource24&gt; &lt;http://example.org/property&gt; &quot;&lt;a&gt;&lt;/a&gt;&quot;^^&lt;http://www.w3.org/2000/01/rdf-schema#XMLLiteral&gt; .<br/>&lt;http://example.org/resource25&gt; &lt;http://example.org/property&gt; &quot;a &lt;b&gt;&lt;/b&gt;&quot;^^&lt;http://www.w3.org/2000/01/rdf-schema#XMLLiteral&gt; .<br/>&lt;http://example.org/resource26&gt; &lt;http://example.org/property&gt; &quot;a &lt;b&gt;&lt;/b&gt; c&quot;^^&lt;http://www.w3.org/2000/01/rdf-schema#XMLLiteral&gt; .<br/>&lt;http://example.org/resource26&gt; &lt;http://example.org/property&gt; &quot;a\n&lt;b&gt;&lt;/b&gt;\nc&quot;^^&lt;http://www.w3.org/2000/01/rdf-schema#XMLLiteral&gt; .<br/>&lt;http://example.org/resource27&gt; &lt;http://example.org/property&gt; &quot;chat&quot;^^&lt;http://www.w3.org/2000/01/rdf-schema#XMLLiteral&gt; .<br/># resource28 test removed 2003-08-03<br/># resource29 test removed 2003-08-03<br/><br/># Plain literals with languages<br/>&lt;http://example.org/resource30&gt; &lt;http://example.org/property&gt; &quot;chat&quot;@fr .<br/>&lt;http://example.org/resource31&gt; &lt;http://example.org/property&gt; &quot;chat&quot;@en .<br/><br/># Typed Literals<br/>&lt;http://example.org/resource32&gt; &lt;http://example.org/property&gt; &quot;abc&quot;^^&lt;http://example.org/datatype1&gt; .<br/># resource33 test removed 2003-08-03<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-subm-01.nq' title='nt-syntax-subm-01 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/nt-syntax-subm-01.nq not loaded</pre>
+          </dd>
+          <dt id='test_comment_following_triple' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#comment_following_triple'>
+            Test
+            <span property='dc:title mf:name'>comment_following_triple</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#comment_following_triple'>
+            <p lang='en' property='dc:description'>Tests comments after a triple</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/comment_following_triple.nq' title='comment_following_triple Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/comment_following_triple.nq not loaded</pre>
+          </dd>
+          <dt id='test_literal' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal'>
+            Test
+            <span property='dc:title mf:name'>literal</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal'>
+            <p lang='en' property='dc:description'>literal &quot;&quot;&quot;x&quot;&quot;&quot;</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal.nq' title='literal Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal.nq not loaded</pre>
+          </dd>
+          <dt id='test_literal_all_controls' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_all_controls'>
+            Test
+            <span property='dc:title mf:name'>literal_all_controls</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_all_controls'>
+            <p lang='en' property='dc:description'>literal_all_controls &#39;\x00\x01\x02\x03\x04...&#39;</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_all_controls.nq' title='literal_all_controls Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_all_controls.nq not loaded</pre>
+          </dd>
+          <dt id='test_literal_all_punctuation' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_all_punctuation'>
+            Test
+            <span property='dc:title mf:name'>literal_all_punctuation</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_all_punctuation'>
+            <p lang='en' property='dc:description'>literal_all_punctuation &#39;!&quot;#$%&amp;()...&#39;</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_all_punctuation.nq' title='literal_all_punctuation Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_all_punctuation.nq not loaded</pre>
+          </dd>
+          <dt id='test_literal_ascii_boundaries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_ascii_boundaries'>
+            Test
+            <span property='dc:title mf:name'>literal_ascii_boundaries</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_ascii_boundaries'>
+            <p lang='en' property='dc:description'>literal_ascii_boundaries &#39;\x00\x26\x28...&#39;</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_ascii_boundaries.nq' title='literal_ascii_boundaries Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_ascii_boundaries.nq not loaded</pre>
+          </dd>
+          <dt id='test_literal_with_2_dquotes' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_2_dquotes'>
+            Test
+            <span property='dc:title mf:name'>literal_with_2_dquotes</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_2_dquotes'>
+            <p lang='en' property='dc:description'>literal with 2 squotes &quot;&quot;&quot;a&quot;&quot;b&quot;&quot;&quot;</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_2_dquotes.nq' title='literal_with_2_dquotes Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_2_dquotes.nq not loaded</pre>
+          </dd>
+          <dt id='test_literal_with_2_squotes' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_2_squotes'>
+            Test
+            <span property='dc:title mf:name'>literal_with_2_squotes</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_2_squotes'>
+            <p lang='en' property='dc:description'>literal with 2 squotes &quot;x&#39;&#39;y&quot;</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_2_squotes.nq' title='literal_with_2_squotes Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_2_squotes.nq not loaded</pre>
+          </dd>
+          <dt id='test_literal_with_BACKSPACE' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_BACKSPACE'>
+            Test
+            <span property='dc:title mf:name'>literal_with_BACKSPACE</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_BACKSPACE'>
+            <p lang='en' property='dc:description'>literal with BACKSPACE</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_BACKSPACE.nq' title='literal_with_BACKSPACE Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_BACKSPACE.nq not loaded</pre>
+          </dd>
+          <dt id='test_literal_with_CARRIAGE_RETURN' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_CARRIAGE_RETURN'>
+            Test
+            <span property='dc:title mf:name'>literal_with_CARRIAGE_RETURN</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_CARRIAGE_RETURN'>
+            <p lang='en' property='dc:description'>literal with CARRIAGE RETURN</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_CARRIAGE_RETURN.nq' title='literal_with_CARRIAGE_RETURN Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_CARRIAGE_RETURN.nq not loaded</pre>
+          </dd>
+          <dt id='test_literal_with_CHARACTER_TABULATION' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_CHARACTER_TABULATION'>
+            Test
+            <span property='dc:title mf:name'>literal_with_CHARACTER_TABULATION</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_CHARACTER_TABULATION'>
+            <p lang='en' property='dc:description'>literal with CHARACTER TABULATION</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_CHARACTER_TABULATION.nq' title='literal_with_CHARACTER_TABULATION Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_CHARACTER_TABULATION.nq not loaded</pre>
+          </dd>
+          <dt id='test_literal_with_dquote' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_dquote'>
+            Test
+            <span property='dc:title mf:name'>literal_with_dquote</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_dquote'>
+            <p lang='en' property='dc:description'>literal with dquote &quot;x&quot;y&quot;</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_dquote.nq' title='literal_with_dquote Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_dquote.nq not loaded</pre>
+          </dd>
+          <dt id='test_literal_with_FORM_FEED' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_FORM_FEED'>
+            Test
+            <span property='dc:title mf:name'>literal_with_FORM_FEED</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_FORM_FEED'>
+            <p lang='en' property='dc:description'>literal with FORM FEED</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_FORM_FEED.nq' title='literal_with_FORM_FEED Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_FORM_FEED.nq not loaded</pre>
+          </dd>
+          <dt id='test_literal_with_LINE_FEED' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_LINE_FEED'>
+            Test
+            <span property='dc:title mf:name'>literal_with_LINE_FEED</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_LINE_FEED'>
+            <p lang='en' property='dc:description'>literal with LINE FEED</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_LINE_FEED.nq' title='literal_with_LINE_FEED Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_LINE_FEED.nq not loaded</pre>
+          </dd>
+          <dt id='test_literal_with_numeric_escape4' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_numeric_escape4'>
+            Test
+            <span property='dc:title mf:name'>literal_with_numeric_escape4</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_numeric_escape4'>
+            <p lang='en' property='dc:description'>literal with numeric escape4 \u</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_numeric_escape4.nq' title='literal_with_numeric_escape4 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_numeric_escape4.nq not loaded</pre>
+          </dd>
+          <dt id='test_literal_with_numeric_escape8' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_numeric_escape8'>
+            Test
+            <span property='dc:title mf:name'>literal_with_numeric_escape8</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_numeric_escape8'>
+            <p lang='en' property='dc:description'>literal with numeric escape8 \U</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_numeric_escape8.nq' title='literal_with_numeric_escape8 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_numeric_escape8.nq not loaded</pre>
+          </dd>
+          <dt id='test_literal_with_REVERSE_SOLIDUS' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_REVERSE_SOLIDUS'>
+            Test
+            <span property='dc:title mf:name'>literal_with_REVERSE_SOLIDUS</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_REVERSE_SOLIDUS'>
+            <p lang='en' property='dc:description'>literal with REVERSE SOLIDUS</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_REVERSE_SOLIDUS.nq' title='literal_with_REVERSE_SOLIDUS Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_REVERSE_SOLIDUS.nq not loaded</pre>
+          </dd>
+          <dt id='test_literal_with_REVERSE_SOLIDUS2' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_REVERSE_SOLIDUS2'>
+            Test
+            <span property='dc:title mf:name'>literal_with_REVERSE_SOLIDUS2</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_REVERSE_SOLIDUS2'>
+            <p lang='en' property='dc:description'>REVERSE SOLIDUS at end of literal</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_REVERSE_SOLIDUS2.nq' title='literal_with_REVERSE_SOLIDUS2 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_REVERSE_SOLIDUS2.nq not loaded</pre>
+          </dd>
+          <dt id='test_literal_with_squote' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_squote'>
+            Test
+            <span property='dc:title mf:name'>literal_with_squote</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_squote'>
+            <p lang='en' property='dc:description'>literal with squote &quot;x&#39;y&quot;</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_squote.nq' title='literal_with_squote Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_squote.nq not loaded</pre>
+          </dd>
+          <dt id='test_literal_with_UTF8_boundaries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_UTF8_boundaries'>
+            Test
+            <span property='dc:title mf:name'>literal_with_UTF8_boundaries</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_UTF8_boundaries'>
+            <p lang='en' property='dc:description'>literal_with_UTF8_boundaries &#39;\x80\x7ff\x800\xfff...&#39;</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_UTF8_boundaries.nq' title='literal_with_UTF8_boundaries Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/literal_with_UTF8_boundaries.nq not loaded</pre>
+          </dd>
+          <dt id='test_langtagged_string' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#langtagged_string'>
+            Test
+            <span property='dc:title mf:name'>langtagged_string</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#langtagged_string'>
+            <p lang='en' property='dc:description'>langtagged string &quot;x&quot;@en</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/langtagged_string.nq' title='langtagged_string Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/langtagged_string.nq not loaded</pre>
+          </dd>
+          <dt id='test_lantag_with_subtag' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#lantag_with_subtag'>
+            Test
+            <span property='dc:title mf:name'>lantag_with_subtag</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#lantag_with_subtag'>
+            <p lang='en' property='dc:description'>lantag with subtag &quot;x&quot;@en-us</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/lantag_with_subtag.nq' title='lantag_with_subtag Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/lantag_with_subtag.nq not loaded</pre>
+          </dd>
+          <dt id='test_minimal_whitespace' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#minimal_whitespace'>
+            Test
+            <span property='dc:title mf:name'>minimal_whitespace</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#minimal_whitespace'>
+            <p lang='en' property='dc:description'>tests absense of whitespace between subject, predicate, object and end-of-statement</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/minimal_whitespace.nq' title='minimal_whitespace Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/minimal_whitespace.nq not loaded</pre>
           </dd>
         </div>
       </dl>
@@ -2091,7 +3363,7 @@
         <span property='doap:release' resource='https://github.com/gkellogg/earl-report/tree/0.2.7.2' typeof='doap:Version'>
           <span property='doap:revision'>0.2.7.2</span>
           <meta content='earl-report-0.2.7.2' property='doap:name' />
-          <meta content='2013-10-23' datatype='xsd:date' property='doap:created' />
+          <meta content='2013-11-24' datatype='xsd:date' property='doap:created' />
         </span>
         an
         <a href='http://unlicense.org' property='doap:license'>Unlicensed</a>
--- a/nquads/reports/rdf.rb-earl-2013-10-30.ttl	Sat Nov 23 17:48:59 2013 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,710 +0,0 @@
-@base         <http://rubygems.org/gems/rdf> .
-@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix dc:   <http://purl.org/dc/terms/> .
-@prefix foaf: <http://xmlns.com/foaf/0.1/> .
-@prefix doap: <http://usefulinc.com/ns/doap#> .
-@prefix earl: <http://www.w3.org/ns/earl#> .
-@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-
-<> a doap:Project ;
-  doap:name          "RDF.rb" ;
-  doap:homepage      <http://rubygems.org/gems/rdf> ;
-  doap:license       <http://creativecommons.org/licenses/publicdomain/> ;
-  doap:shortdesc     "A Ruby library for working with Resource Description Framework (RDF) data."@en ;
-  doap:description   "RDF.rb is a pure-Ruby library for working with Resource Description Framework (RDF) data."@en ;
-  doap:created       "2007-10-23" ;
-  doap:platform      "Ruby" ;
-  doap:category      <http://dbpedia.org/resource/Resource_Description_Framework>,
-                     <http://dbpedia.org/resource/Ruby_(programming_language)> ;
-  doap:implements    <http://www.w3.org/TR/rdf11-concepts/>,
-                     <http://www.w3.org/TR/n-quads/>,
-                     <http://www.w3.org/TR/n-triples/> ;
-  doap:download-page <http://rubyforge.org/projects/rdf/> ;
-  doap:bug-database  <http://github.com/ruby-rdf/rdf/issues> ;
-  doap:blog          <http://ar.to/>, <http://blog.datagraph.org/> ;
-  doap:vendor        <http://datagraph.org/> ;
-  doap:developer     <http://ar.to/#self>, <http://bhuga.net/#ben>, <http://greggkellogg.net/foaf#me> ;
-  doap:maintainer    <http://ar.to/#self>, <http://bhuga.net/#ben>, <http://greggkellogg.net/foaf#me> ;
-  doap:documenter    <http://ar.to/#self>, <http://bhuga.net/#ben>, <http://greggkellogg.net/foaf#me> ;
-  doap:helper        [a foaf:Person ;
-                      foaf:name "Călin Ardelean" ;
-                      foaf:mbox_sha1sum "274bd18402fc773ffc0606996aa1fb90b603aa29"] ;
-  doap:helper        [a foaf:Person ;
-                      foaf:name "Danny Gagne" ;
-                      foaf:mbox_sha1sum "6de43e9cf7de53427fea9765706703e4d957c17b"] ;
-  doap:helper        [a foaf:Person ;
-                      foaf:name "Joey Geiger" ;
-                      foaf:mbox_sha1sum "f412d743150d7b27b8468d56e69ca147917ea6fc"] ;
-  doap:helper        [a foaf:Person ;
-                      foaf:name "Fumihiro Kato" ;
-                      foaf:mbox_sha1sum "d31fdd6af7a279a89bf09fdc9f7c44d9d08bb930"] ;
-  doap:helper        [a foaf:Person ;
-                      foaf:name "Naoki Kawamukai" ;
-                      foaf:mbox_sha1sum "5bdcd8e2af4f5952aaeeffbdd371c41525ec761d"] ;
-  doap:helper        [a foaf:Person ;
-                      foaf:name "Hellekin O. Wolf" ;
-                      foaf:mbox_sha1sum "c69f3255ff0639543cc5edfd8116eac8df16fab8"] ;
-  doap:helper        [a foaf:Person ;
-                      foaf:name "John Fieber" ;
-                      foaf:mbox_sha1sum "f7653fc1ac0e82ebb32f092389bd5fc728eaae12"] ;
-  doap:helper        [a foaf:Person ;
-                      foaf:name "Keita Urashima" ;
-                      foaf:mbox_sha1sum "2b4247b6fd5bb4a1383378f325784318680d5ff9"] ;
-  doap:helper        [a foaf:Person ;
-                      foaf:name "Pius Uzamere" ;
-                      foaf:mbox_sha1sum "bedbbf2451e5beb38d59687c0460032aff92cd3c"] ;
-  foaf:maker         <http://ar.to/#self> ;
-  dc:creator         <http://ar.to/#self> .
-
-<http://ar.to/#self> a foaf:Person ;
-  foaf:name          "Arto Bendiken" ;
-  foaf:mbox          <mailto:arto@bendiken.net> ;
-  foaf:mbox_sha1sum  "a033f652c84a4d73b8c26d318c2395699dd2bdfb",
-                     "d0737cceb55eb7d740578d2db1bc0727e3ed49ce" ;
-  foaf:homepage      <http://ar.to/> ;
-  foaf:made          <> ;
-  rdfs:isDefinedBy   <http://datagraph.org/bendiken/foaf> .
-
-<http://bhuga.net/#ben> a foaf:Person ;
-  foaf:name          "Ben Lavender" ;
-  foaf:mbox          <mailto:blavender@gmail.com> ;
-  foaf:mbox_sha1sum  "dbf45f4ffbd27b67aa84f02a6a31c144727d10af" ;
-  foaf:homepage      <http://bhuga.net/> ;
-  rdfs:isDefinedBy   <http://datagraph.org/bhuga/foaf> .
-
-<http://greggkellogg.net/foaf#me> a foaf:Person ;
-  foaf:name          "Gregg Kellogg" ;
-  foaf:mbox          <mailto:gregg@greggkellogg.net> ;
-  foaf:mbox_sha1sum  "35bc44e6d0070e5ad50ccbe0d24403c96af2b9bd" ;
-  foaf:homepage      <http://greggkellogg.net/>;
-  rdfs:isDefinedBy   <http://greggkellogg.net/foaf> .
-
-<> foaf:primaryTopic <http://rubygems.org/gems/rdf> ;
-  dc:issued "2013-10-30T20:28:43-07:00"^^xsd:dateTime ;
-  foaf:maker <http://greggkellogg.net/foaf#me> .
-
-<http://greggkellogg.net/foaf#me> a foaf:Person, earl:Assertor;
-  foaf:name "Gregg Kellogg";
-  foaf:title "Implementor";
-  foaf:homepage <http://greggkellogg.net/> .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-05>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-06>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-07>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-08>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-09>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-prefix-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-base-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-lang-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-05>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-06>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-07>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-subm-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-01.nq>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-02.nq>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-03.nq>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-04.nq>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-05.nq>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-06.nq>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-01.nq>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-02.nq>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-03.nq>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-04.nq>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-05.nq>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-06.nq>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-01.nq>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-02.nq>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-03.nq>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-uri-01.nq>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-quint-01.nq>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-10-30T20:28:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nquads/reports/rdf.rb-earl-2013-11-24.ttl	Sun Nov 24 15:01:26 2013 -0800
@@ -0,0 +1,940 @@
+@base         <http://rubygems.org/gems/rdf> .
+@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix dc:   <http://purl.org/dc/terms/> .
+@prefix foaf: <http://xmlns.com/foaf/0.1/> .
+@prefix doap: <http://usefulinc.com/ns/doap#> .
+@prefix earl: <http://www.w3.org/ns/earl#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+
+<> a doap:Project ;
+  doap:name          "RDF.rb" ;
+  doap:homepage      <http://rubygems.org/gems/rdf> ;
+  doap:license       <http://creativecommons.org/licenses/publicdomain/> ;
+  doap:shortdesc     "A Ruby library for working with Resource Description Framework (RDF) data."@en ;
+  doap:description   "RDF.rb is a pure-Ruby library for working with Resource Description Framework (RDF) data."@en ;
+  doap:created       "2007-10-23" ;
+  doap:platform      "Ruby" ;
+  doap:category      <http://dbpedia.org/resource/Resource_Description_Framework>,
+                     <http://dbpedia.org/resource/Ruby_(programming_language)> ;
+  doap:implements    <http://www.w3.org/TR/rdf11-concepts/>,
+                     <http://www.w3.org/TR/n-quads/>,
+                     <http://www.w3.org/TR/n-triples/> ;
+  doap:download-page <http://rubyforge.org/projects/rdf/> ;
+  doap:bug-database  <http://github.com/ruby-rdf/rdf/issues> ;
+  doap:blog          <http://ar.to/>, <http://blog.datagraph.org/> ;
+  doap:vendor        <http://datagraph.org/> ;
+  doap:developer     <http://ar.to/#self>, <http://bhuga.net/#ben>, <http://greggkellogg.net/foaf#me> ;
+  doap:maintainer    <http://ar.to/#self>, <http://bhuga.net/#ben>, <http://greggkellogg.net/foaf#me> ;
+  doap:documenter    <http://ar.to/#self>, <http://bhuga.net/#ben>, <http://greggkellogg.net/foaf#me> ;
+  doap:helper        [a foaf:Person ;
+                      foaf:name "Călin Ardelean" ;
+                      foaf:mbox_sha1sum "274bd18402fc773ffc0606996aa1fb90b603aa29"] ;
+  doap:helper        [a foaf:Person ;
+                      foaf:name "Danny Gagne" ;
+                      foaf:mbox_sha1sum "6de43e9cf7de53427fea9765706703e4d957c17b"] ;
+  doap:helper        [a foaf:Person ;
+                      foaf:name "Joey Geiger" ;
+                      foaf:mbox_sha1sum "f412d743150d7b27b8468d56e69ca147917ea6fc"] ;
+  doap:helper        [a foaf:Person ;
+                      foaf:name "Fumihiro Kato" ;
+                      foaf:mbox_sha1sum "d31fdd6af7a279a89bf09fdc9f7c44d9d08bb930"] ;
+  doap:helper        [a foaf:Person ;
+                      foaf:name "Naoki Kawamukai" ;
+                      foaf:mbox_sha1sum "5bdcd8e2af4f5952aaeeffbdd371c41525ec761d"] ;
+  doap:helper        [a foaf:Person ;
+                      foaf:name "Hellekin O. Wolf" ;
+                      foaf:mbox_sha1sum "c69f3255ff0639543cc5edfd8116eac8df16fab8"] ;
+  doap:helper        [a foaf:Person ;
+                      foaf:name "John Fieber" ;
+                      foaf:mbox_sha1sum "f7653fc1ac0e82ebb32f092389bd5fc728eaae12"] ;
+  doap:helper        [a foaf:Person ;
+                      foaf:name "Keita Urashima" ;
+                      foaf:mbox_sha1sum "2b4247b6fd5bb4a1383378f325784318680d5ff9"] ;
+  doap:helper        [a foaf:Person ;
+                      foaf:name "Pius Uzamere" ;
+                      foaf:mbox_sha1sum "bedbbf2451e5beb38d59687c0460032aff92cd3c"] ;
+  foaf:maker         <http://ar.to/#self> ;
+  dc:creator         <http://ar.to/#self> .
+
+<http://ar.to/#self> a foaf:Person ;
+  foaf:name          "Arto Bendiken" ;
+  foaf:mbox          <mailto:arto@bendiken.net> ;
+  foaf:mbox_sha1sum  "a033f652c84a4d73b8c26d318c2395699dd2bdfb",
+                     "d0737cceb55eb7d740578d2db1bc0727e3ed49ce" ;
+  foaf:homepage      <http://ar.to/> ;
+  foaf:made          <> ;
+  rdfs:isDefinedBy   <http://datagraph.org/bendiken/foaf> .
+
+<http://bhuga.net/#ben> a foaf:Person ;
+  foaf:name          "Ben Lavender" ;
+  foaf:mbox          <mailto:blavender@gmail.com> ;
+  foaf:mbox_sha1sum  "dbf45f4ffbd27b67aa84f02a6a31c144727d10af" ;
+  foaf:homepage      <http://bhuga.net/> ;
+  rdfs:isDefinedBy   <http://datagraph.org/bhuga/foaf> .
+
+<http://greggkellogg.net/foaf#me> a foaf:Person ;
+  foaf:name          "Gregg Kellogg" ;
+  foaf:mbox          <mailto:gregg@greggkellogg.net> ;
+  foaf:mbox_sha1sum  "35bc44e6d0070e5ad50ccbe0d24403c96af2b9bd" ;
+  foaf:homepage      <http://greggkellogg.net/>;
+  rdfs:isDefinedBy   <http://greggkellogg.net/foaf> .
+
+<> foaf:primaryTopic <http://rubygems.org/gems/rdf> ;
+  dc:issued "2013-11-24T14:49:04-08:00"^^xsd:dateTime ;
+  foaf:maker <http://greggkellogg.net/foaf#me> .
+
+<http://greggkellogg.net/foaf#me> a foaf:Person, earl:Assertor;
+  foaf:name "Gregg Kellogg";
+  foaf:title "Implementor";
+  foaf:homepage <http://greggkellogg.net/> .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-uri-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-quint-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-file-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-uri-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-string-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-str-esc-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bnode-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-datatypes-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-datatypes-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-08>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-uri-09>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-prefix-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-base-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-struct-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-struct-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-lang-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-esc-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-string-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-bad-num-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nt-syntax-subm-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#comment_following_triple>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_all_controls>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_all_punctuation>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_ascii_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_2_dquotes>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_2_squotes>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_BACKSPACE>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_CARRIAGE_RETURN>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_CHARACTER_TABULATION>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_dquote>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_FORM_FEED>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_LINE_FEED>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_numeric_escape4>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_numeric_escape8>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_REVERSE_SOLIDUS>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_REVERSE_SOLIDUS2>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_squote>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#literal_with_UTF8_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#langtagged_string>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#lantag_with_subtag>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#minimal_whitespace>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T14:49:04-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
--- a/rdf-turtle/reports-nt/Apache-Jena-ntriples-earl-2013-11-02.ttl	Sat Nov 23 17:48:59 2013 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,639 +0,0 @@
-@prefix dc:      <http://purl.org/dc/elements/1.1/> .
-@prefix rdft:    <http://www.w3.org/ns/rdftest#> .
-@prefix earl:    <http://www.w3.org/ns/earl#> .
-@prefix foaf:    <http://xmlns.com/foaf/0.1/> .
-@prefix dct:     <http://purl.org/dc/terms/> .
-@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
-@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix doap:    <http://usefulinc.com/ns/doap#> .
-
-<http://jena.apache.org/#riot>
-    a           doap:Project ;
-    <http://projects.apache.org/ns/asfext#implements>
-                [ a           <http://projects.apache.org/ns/asfext#Standard> ;
-                  <http://projects.apache.org/ns/asfext#body>
-                              "W3C" ;
-                  <http://projects.apache.org/ns/asfext#id>
-                              "" ;
-                  <http://projects.apache.org/ns/asfext#title>
-                              "SPARQL" ;
-                  <http://projects.apache.org/ns/asfext#url>
-                              <http://www.w3.org/TR/rdf-sparql-query/>
-                ] ;
-    <http://projects.apache.org/ns/asfext#implements>
-                [ a           <http://projects.apache.org/ns/asfext#Standard> ;
-                  <http://projects.apache.org/ns/asfext#body>
-                              "W3C" ;
-                  <http://projects.apache.org/ns/asfext#id>
-                              "" ;
-                  <http://projects.apache.org/ns/asfext#title>
-                              "Resource Description Framework" ;
-                  <http://projects.apache.org/ns/asfext#url>
-                              <http://www.w3.org/RDF/>
-                ] ;
-    <http://projects.apache.org/ns/asfext#pmc>
-                <http://jena.apache.org> ;
-    doap:bug-database
-                <https://issues.apache.org/jira/browse/JENA> ;
-    doap:category
-                <http://projects.apache.org/category/library> ;
-    doap:created
-                "2012-05-03" ;
-    doap:description
-                "Apache Jena provides a complete framework for building Semantic Web and Linked Data applications in Java, and provides: parsers for RDF/XML, Turtle and N-triples; a Java programming API; a complete implementation of the SPARQL query language; a rule-based inference engine for RDFS and OWL entailments; TDB (a non-SQL persistent triple store); SDB (a persistent triples store built on a relational store) and Fuseki, an RDF server using web protocols. Jena complies with all relevant recommendations for RDF and related technologies from the W3C." ;
-    doap:developer
-                [ a           foaf:Person ;
-                  foaf:mbox   <mailto:rvesse@apache.org> ;
-                  foaf:name   "Rob Vesse"
-                ] ;
-    doap:developer
-                [ a           foaf:Person ;
-                  foaf:mbox   <mailto:castagna@apache.org> ;
-                  foaf:name   "Paolo Castagna"
-                ] ;
-    doap:developer
-                [ a           foaf:Person ;
-                  foaf:mbox   <mailto:chrisdollin@apache.org> ;
-                  foaf:name   "Chris Dollin"
-                ] ;
-    doap:developer
-                [ a           foaf:Person ;
-                  foaf:mbox   <mailto:sallen@apache.org> ;
-                  foaf:name   "Stephen Allen"
-                ] ;
-    doap:developer
-                [ a           foaf:Person ;
-                  foaf:mbox   <mailto:ijd@apache.org> ;
-                  foaf:name   "Ian Dickinson"
-                ] ;
-    doap:developer
-                [ a           foaf:Person ;
-                  foaf:mbox   <mailto:damian@apache.org> ;
-                  foaf:name   "Damian Steer"
-                ] ;
-    doap:developer
-                [ a           foaf:Person ;
-                  foaf:mbox   <mailto:andy@apache.org> ;
-                  foaf:name   "Andy Seaborne"
-                ] ;
-    doap:developer
-                [ a           foaf:Person ;
-                  foaf:mbox   <mailto:claude@apache.org> ;
-                  foaf:name   "Claude Warren"
-                ] ;
-    doap:developer
-                [ a           foaf:Person ;
-                  foaf:mbox   <mailto:der@apache.org> ;
-                  foaf:name   "Dave Reynolds"
-                ] ;
-    doap:download-page
-                <http://jena.apache.org/download/index.html> ;
-    doap:homepage
-                <http://jena.apache.org> ;
-    doap:license
-                <http://usefulinc.com/doap/licenses/asl20> ;
-    doap:mailing-list
-                <http://jena.apache.org/help_and_support/index.html> ;
-    doap:name   "Apache Jena"@en ;
-    doap:programming-language
-                "Java"@en ;
-    doap:release
-                [ a           doap:Version ;
-                  doap:created
-                              "2013-09-18"@en ;
-                  doap:name   "apache-jena-2.11.0"@en ;
-                  doap:revision
-                              "2.11.0"@en
-                ] ;
-    doap:repository
-                [ a           doap:SVNRepository ;
-                  doap:browse
-                              <http://svn.apache.org/viewvc/jena/> ;
-                  doap:location
-                              <http://svn.apache.org/repos/asf/jena/trunk/>
-                ] ;
-    doap:shortdesc
-                "A framework for developing Semantic Web and Linked Data applications in Java."@en .
-
-@prefix dc:    <http://purl.org/dc/elements/1.1/> .
-@prefix rdft:  <http://www.w3.org/ns/rdftest#> .
-@prefix earl:  <http://www.w3.org/ns/earl#> .
-@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
-@prefix turtletest: <http://www.w3.org/2013/TurtleTests/manifest.ttl#> .
-@prefix dct:   <http://purl.org/dc/terms/> .
-@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
-@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix doap:  <http://usefulinc.com/ns/doap#> .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-02>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-09>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-02>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-05>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-02>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-02>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-05>
-] .
-
-_:b0    a              foaf:Person ;
-        foaf:homepage  <http://people.apache.org/~andy> ;
-        foaf:name      "Andy Seaborne" .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-08>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-02>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-03>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-02>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-02>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-02>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-02>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-03>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-prefix-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-03>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-03>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-06>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-03>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-03>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-06>
-] .
-
-<http://jena.apache.org/#riot>
-        a                doap:Project , earl:Software ;
-        dc:creator       _:b0 ;
-        dc:title         "Apache Jena RIOT" ;
-        dct:isPartOf     [ foaf:homepage  <http://jena.apache.org/> ] ;
-        doap:homepage    "http://jena.apache.org/" ;
-        doap:maintainer  _:b0 ;
-        doap:name        "Apache Jena RIOT" ;
-        doap:release     [ a             doap:Version ;
-                           doap:created  "2013-11-02+00:00"^^xsd:date ;
-                           doap:name     "RIOT"
-                         ] ;
-        foaf:homepage    <http://jena.apache.org/> .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-03>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-04>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-03>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-lang-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-base-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-04>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-02>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-07>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-04>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-subm-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-07>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-02>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-01>
-] .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-turtle/reports-nt/Apache-Jena-ntriples-earl-2013-11-23.ttl	Sun Nov 24 15:01:26 2013 -0800
@@ -0,0 +1,892 @@
+@prefix dc:    <http://purl.org/dc/elements/1.1/> .
+@prefix rdft:  <http://www.w3.org/ns/rdftest#> .
+@prefix earl:  <http://www.w3.org/ns/earl#> .
+@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
+@prefix turtletest: <http://www.w3.org/2013/TurtleTests/manifest.ttl#> .
+@prefix dct:   <http://purl.org/dc/terms/> .
+@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix doap:  <http://usefulinc.com/ns/doap#> .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_numeric_escape4>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-04>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_dquote>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#lantag_with_subtag>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-06>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_squote>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-prefix-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_ascii_boundaries>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_BACKSPACE>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-07>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_FORM_FEED>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_numeric_escape8>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-lang-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_CARRIAGE_RETURN>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-07>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-04>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#minimal_whitespace>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-04>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-08>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_UTF8_boundaries>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-base-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_2_dquotes>
+] .
+
+<http://jena.apache.org/#riot>
+        a                doap:Project , earl:Software ;
+        dc:creator       _:b0 ;
+        dc:title         "Apache Jena RIOT" ;
+        dct:isPartOf     [ foaf:homepage  <http://jena.apache.org/> ] ;
+        doap:homepage    "http://jena.apache.org/" ;
+        doap:maintainer  _:b0 ;
+        doap:name        "Apache Jena RIOT" ;
+        doap:release     [ a             doap:Version ;
+                           doap:created  "2013-11-23+00:00"^^xsd:date ;
+                           doap:name     "RIOT"
+                         ] ;
+        foaf:homepage    <http://jena.apache.org/> .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-05>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_all_controls>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_LINE_FEED>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_REVERSE_SOLIDUS>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_CHARACTER_TABULATION>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#langtagged_string>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-subm-01>
+] .
+
+_:b0    a              foaf:Person ;
+        foaf:homepage  <http://people.apache.org/~andy> ;
+        foaf:name      "Andy Seaborne" .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-05>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_REVERSE_SOLIDUS2>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-09>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_all_punctuation>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_2_squotes>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-06>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#comment_following_triple>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-02>
+] .
+@prefix dc:      <http://purl.org/dc/elements/1.1/> .
+@prefix rdft:    <http://www.w3.org/ns/rdftest#> .
+@prefix earl:    <http://www.w3.org/ns/earl#> .
+@prefix foaf:    <http://xmlns.com/foaf/0.1/> .
+@prefix dct:     <http://purl.org/dc/terms/> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix doap:    <http://usefulinc.com/ns/doap#> .
+
+<http://jena.apache.org/#riot>
+    a           doap:Project ;
+    <http://projects.apache.org/ns/asfext#implements>
+                [ a           <http://projects.apache.org/ns/asfext#Standard> ;
+                  <http://projects.apache.org/ns/asfext#body>
+                              "W3C" ;
+                  <http://projects.apache.org/ns/asfext#id>
+                              "" ;
+                  <http://projects.apache.org/ns/asfext#title>
+                              "SPARQL" ;
+                  <http://projects.apache.org/ns/asfext#url>
+                              <http://www.w3.org/TR/rdf-sparql-query/>
+                ] ;
+    <http://projects.apache.org/ns/asfext#implements>
+                [ a           <http://projects.apache.org/ns/asfext#Standard> ;
+                  <http://projects.apache.org/ns/asfext#body>
+                              "W3C" ;
+                  <http://projects.apache.org/ns/asfext#id>
+                              "" ;
+                  <http://projects.apache.org/ns/asfext#title>
+                              "Resource Description Framework" ;
+                  <http://projects.apache.org/ns/asfext#url>
+                              <http://www.w3.org/RDF/>
+                ] ;
+    <http://projects.apache.org/ns/asfext#pmc>
+                <http://jena.apache.org> ;
+    doap:bug-database
+                <https://issues.apache.org/jira/browse/JENA> ;
+    doap:category
+                <http://projects.apache.org/category/library> ;
+    doap:created
+                "2012-05-03" ;
+    doap:description
+                "Apache Jena provides a complete framework for building Semantic Web and Linked Data applications in Java, and provides: parsers for RDF/XML, Turtle and N-triples; a Java programming API; a complete implementation of the SPARQL query language; a rule-based inference engine for RDFS and OWL entailments; TDB (a non-SQL persistent triple store); SDB (a persistent triples store built on a relational store) and Fuseki, an RDF server using web protocols. Jena complies with all relevant recommendations for RDF and related technologies from the W3C." ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:rvesse@apache.org> ;
+                  foaf:name   "Rob Vesse"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:castagna@apache.org> ;
+                  foaf:name   "Paolo Castagna"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:chrisdollin@apache.org> ;
+                  foaf:name   "Chris Dollin"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:sallen@apache.org> ;
+                  foaf:name   "Stephen Allen"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:ijd@apache.org> ;
+                  foaf:name   "Ian Dickinson"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:damian@apache.org> ;
+                  foaf:name   "Damian Steer"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:andy@apache.org> ;
+                  foaf:name   "Andy Seaborne"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:claude@apache.org> ;
+                  foaf:name   "Claude Warren"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:der@apache.org> ;
+                  foaf:name   "Dave Reynolds"
+                ] ;
+    doap:download-page
+                <http://jena.apache.org/download/index.html> ;
+    doap:homepage
+                <http://jena.apache.org> ;
+    doap:license
+                <http://usefulinc.com/doap/licenses/asl20> ;
+    doap:mailing-list
+                <http://jena.apache.org/help_and_support/index.html> ;
+    doap:name   "Apache Jena"@en ;
+    doap:programming-language
+                "Java"@en ;
+    doap:release
+                [ a           doap:Version ;
+                  doap:created
+                              "2013-11-23"@en ;
+                  doap:name   "apache-jena-2.11.1"@en ;
+                  doap:revision
+                              "2.11.1"@en
+                ] ;
+    doap:repository
+                [ a           doap:SVNRepository ;
+                  doap:browse
+                              <http://svn.apache.org/viewvc/jena/> ;
+                  doap:location
+                              <http://svn.apache.org/repos/asf/jena/trunk/>
+                ] ;
+    doap:shortdesc
+                "A framework for developing Semantic Web and Linked Data applications in Java."@en .
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-turtle/reports-nt/RIOT-jena-details.ttl	Sun Nov 24 15:01:26 2013 -0800
@@ -0,0 +1,117 @@
+@prefix dc:      <http://purl.org/dc/elements/1.1/> .
+@prefix rdft:    <http://www.w3.org/ns/rdftest#> .
+@prefix earl:    <http://www.w3.org/ns/earl#> .
+@prefix foaf:    <http://xmlns.com/foaf/0.1/> .
+@prefix dct:     <http://purl.org/dc/terms/> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix doap:    <http://usefulinc.com/ns/doap#> .
+
+<http://jena.apache.org/#riot>
+    a           doap:Project ;
+    <http://projects.apache.org/ns/asfext#implements>
+                [ a           <http://projects.apache.org/ns/asfext#Standard> ;
+                  <http://projects.apache.org/ns/asfext#body>
+                              "W3C" ;
+                  <http://projects.apache.org/ns/asfext#id>
+                              "" ;
+                  <http://projects.apache.org/ns/asfext#title>
+                              "SPARQL" ;
+                  <http://projects.apache.org/ns/asfext#url>
+                              <http://www.w3.org/TR/rdf-sparql-query/>
+                ] ;
+    <http://projects.apache.org/ns/asfext#implements>
+                [ a           <http://projects.apache.org/ns/asfext#Standard> ;
+                  <http://projects.apache.org/ns/asfext#body>
+                              "W3C" ;
+                  <http://projects.apache.org/ns/asfext#id>
+                              "" ;
+                  <http://projects.apache.org/ns/asfext#title>
+                              "Resource Description Framework" ;
+                  <http://projects.apache.org/ns/asfext#url>
+                              <http://www.w3.org/RDF/>
+                ] ;
+    <http://projects.apache.org/ns/asfext#pmc>
+                <http://jena.apache.org> ;
+    doap:bug-database
+                <https://issues.apache.org/jira/browse/JENA> ;
+    doap:category
+                <http://projects.apache.org/category/library> ;
+    doap:created
+                "2012-05-03" ;
+    doap:description
+                "Apache Jena provides a complete framework for building Semantic Web and Linked Data applications in Java, and provides: parsers for RDF/XML, Turtle and N-triples; a Java programming API; a complete implementation of the SPARQL query language; a rule-based inference engine for RDFS and OWL entailments; TDB (a non-SQL persistent triple store); SDB (a persistent triples store built on a relational store) and Fuseki, an RDF server using web protocols. Jena complies with all relevant recommendations for RDF and related technologies from the W3C." ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:rvesse@apache.org> ;
+                  foaf:name   "Rob Vesse"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:castagna@apache.org> ;
+                  foaf:name   "Paolo Castagna"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:chrisdollin@apache.org> ;
+                  foaf:name   "Chris Dollin"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:sallen@apache.org> ;
+                  foaf:name   "Stephen Allen"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:ijd@apache.org> ;
+                  foaf:name   "Ian Dickinson"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:damian@apache.org> ;
+                  foaf:name   "Damian Steer"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:andy@apache.org> ;
+                  foaf:name   "Andy Seaborne"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:claude@apache.org> ;
+                  foaf:name   "Claude Warren"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:der@apache.org> ;
+                  foaf:name   "Dave Reynolds"
+                ] ;
+    doap:download-page
+                <http://jena.apache.org/download/index.html> ;
+    doap:homepage
+                <http://jena.apache.org> ;
+    doap:license
+                <http://usefulinc.com/doap/licenses/asl20> ;
+    doap:mailing-list
+                <http://jena.apache.org/help_and_support/index.html> ;
+    doap:name   "Apache Jena"@en ;
+    doap:programming-language
+                "Java"@en ;
+    doap:release
+                [ a           doap:Version ;
+                  doap:created
+                              "2013-11-23"@en ;
+                  doap:name   "apache-jena-2.11.1"@en ;
+                  doap:revision
+                              "2.11.1"@en
+                ] ;
+    doap:repository
+                [ a           doap:SVNRepository ;
+                  doap:browse
+                              <http://svn.apache.org/viewvc/jena/> ;
+                  doap:location
+                              <http://svn.apache.org/repos/asf/jena/trunk/>
+                ] ;
+    doap:shortdesc
+                "A framework for developing Semantic Web and Linked Data applications in Java."@en .
+
--- a/rdf-turtle/reports-nt/earl.jsonld	Sat Nov 23 17:48:59 2013 +0000
+++ b/rdf-turtle/reports-nt/earl.jsonld	Sun Nov 24 15:01:26 2013 -0800
@@ -122,7 +122,7 @@
       "@id": "https://github.com/gkellogg/earl-report/tree/0.2.7.2",
       "@type": "doap:Version",
       "name": "earl-report-0.2.7.2",
-      "created": "2013-10-23",
+      "created": "2013-11-24",
       "revision": "0.2.7.2"
     },
     "developer": {
@@ -133,9 +133,10 @@
     }
   },
   "assertions": [
-    "Apache-Jena-ntriples-earl-2013-11-02.ttl",
+    "Apache-Jena-ntriples-earl-2013-11-23.ttl",
+    "RIOT-jena-details.ttl",
     "earl.ttl",
-    "rdf.rb-earl.ttl"
+    "rdf.rb-earl-2013-11-24.ttl"
   ],
   "testSubjects": [
     {
@@ -144,7 +145,7 @@
         "earl:TestSubject",
         "doap:Project"
       ],
-      "name": "Apache Jena RIOT",
+      "name": "Apache Jena",
       "developer": [
         {
           "@type": "foaf:Person",
@@ -184,7 +185,7 @@
         }
       ],
       "doapDesc": "Apache Jena provides a complete framework for building Semantic Web and Linked Data applications in Java, and provides: parsers for RDF/XML, Turtle and N-triples; a Java programming API; a complete implementation of the SPARQL query language; a rule-based inference engine for RDFS and OWL entailments; TDB (a non-SQL persistent triple store); SDB (a persistent triples store built on a relational store) and Fuseki, an RDF server using web protocols. Jena complies with all relevant recommendations for RDF and related technologies from the W3C.",
-      "homepage": "http://jena.apache.org/",
+      "homepage": "http://jena.apache.org",
       "language": "Java"
     },
     {
@@ -215,8 +216,7 @@
         }
       ],
       "doapDesc": "RDF.rb is a pure-Ruby library for working with Resource Description Framework (RDF) data.",
-      "homepage": "http://ruby-rdf.github.com/rdf",
-      "language": "Ruby"
+      "homepage": "http://rubygems.org/gems/rdf"
     }
   ],
   "entries": [
@@ -232,7 +232,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
           ],
           "title": "nt-syntax-file-01",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-file-01.nt",
@@ -267,7 +267,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
           ],
           "title": "nt-syntax-file-02",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-file-02.nt",
@@ -302,7 +302,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
           ],
           "title": "nt-syntax-file-03",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-file-03.nt",
@@ -337,7 +337,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
           ],
           "title": "nt-syntax-uri-01",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-uri-01.nt",
@@ -372,7 +372,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
           ],
           "title": "nt-syntax-uri-02",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-uri-02.nt",
@@ -407,7 +407,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
           ],
           "title": "nt-syntax-uri-03",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-uri-03.nt",
@@ -442,7 +442,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
           ],
           "title": "nt-syntax-uri-04",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-uri-04.nt",
@@ -477,7 +477,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
           ],
           "title": "nt-syntax-string-01",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-string-01.nt",
@@ -512,7 +512,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
           ],
           "title": "nt-syntax-string-02",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-string-02.nt",
@@ -547,7 +547,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
           ],
           "title": "nt-syntax-string-03",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-string-03.nt",
@@ -582,7 +582,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
           ],
           "title": "nt-syntax-str-esc-01",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-str-esc-01.nt",
@@ -617,7 +617,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
           ],
           "title": "nt-syntax-str-esc-02",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-str-esc-02.nt",
@@ -652,7 +652,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
           ],
           "title": "nt-syntax-str-esc-03",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-str-esc-03.nt",
@@ -687,7 +687,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
           ],
           "title": "nt-syntax-bnode-01",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bnode-01.nt",
@@ -722,7 +722,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
           ],
           "title": "nt-syntax-bnode-02",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bnode-02.nt",
@@ -753,11 +753,46 @@
           "description": "bnode object"
         },
         {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-03",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
+          ],
+          "title": "nt-syntax-bnode-03",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bnode-03.nt",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-03",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-03",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "Blank node labels may start with a digit"
+        },
+        {
           "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-01",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
           ],
           "title": "nt-syntax-datatypes-01",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-datatypes-01.nt",
@@ -792,7 +827,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
           ],
           "title": "nt-syntax-datatypes-02",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-datatypes-02.nt",
@@ -827,7 +862,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
           ],
           "title": "nt-syntax-bad-uri-01",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-01.nt",
@@ -862,7 +897,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
           ],
           "title": "nt-syntax-bad-uri-02",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-02.nt",
@@ -897,7 +932,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
           ],
           "title": "nt-syntax-bad-uri-03",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-03.nt",
@@ -932,7 +967,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
           ],
           "title": "nt-syntax-bad-uri-04",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-04.nt",
@@ -967,7 +1002,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
           ],
           "title": "nt-syntax-bad-uri-05",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-05.nt",
@@ -1002,7 +1037,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
           ],
           "title": "nt-syntax-bad-uri-06",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-06.nt",
@@ -1037,7 +1072,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
           ],
           "title": "nt-syntax-bad-uri-07",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-07.nt",
@@ -1072,7 +1107,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
           ],
           "title": "nt-syntax-bad-uri-08",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-08.nt",
@@ -1107,7 +1142,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
           ],
           "title": "nt-syntax-bad-uri-09",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-09.nt",
@@ -1142,7 +1177,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
           ],
           "title": "nt-syntax-bad-prefix-01",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-prefix-01.nt",
@@ -1177,7 +1212,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
           ],
           "title": "nt-syntax-bad-base-01",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-base-01.nt",
@@ -1212,7 +1247,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
           ],
           "title": "nt-syntax-bad-struct-01",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-struct-01.nt",
@@ -1247,7 +1282,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
           ],
           "title": "nt-syntax-bad-struct-02",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-struct-02.nt",
@@ -1282,7 +1317,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
           ],
           "title": "nt-syntax-bad-lang-01",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-lang-01.nt",
@@ -1317,7 +1352,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
           ],
           "title": "nt-syntax-bad-esc-01",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-esc-01.nt",
@@ -1352,7 +1387,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
           ],
           "title": "nt-syntax-bad-esc-02",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-esc-02.nt",
@@ -1387,7 +1422,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
           ],
           "title": "nt-syntax-bad-esc-03",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-esc-03.nt",
@@ -1422,7 +1457,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
           ],
           "title": "nt-syntax-bad-string-01",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-01.nt",
@@ -1457,7 +1492,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
           ],
           "title": "nt-syntax-bad-string-02",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-02.nt",
@@ -1492,7 +1527,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
           ],
           "title": "nt-syntax-bad-string-03",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-03.nt",
@@ -1527,7 +1562,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
           ],
           "title": "nt-syntax-bad-string-04",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-04.nt",
@@ -1562,7 +1597,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
           ],
           "title": "nt-syntax-bad-string-05",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-05.nt",
@@ -1597,7 +1632,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
           ],
           "title": "nt-syntax-bad-string-06",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-06.nt",
@@ -1632,7 +1667,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
           ],
           "title": "nt-syntax-bad-string-07",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-07.nt",
@@ -1667,7 +1702,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
           ],
           "title": "nt-syntax-bad-num-01",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-num-01.nt",
@@ -1702,7 +1737,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
           ],
           "title": "nt-syntax-bad-num-02",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-num-02.nt",
@@ -1737,7 +1772,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
           ],
           "title": "nt-syntax-bad-num-03",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-num-03.nt",
@@ -1772,7 +1807,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax"
+            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
           ],
           "title": "nt-syntax-subm-01",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-subm-01.nt",
@@ -1801,6 +1836,776 @@
             }
           ],
           "description": "Submission test from Original RDF Test Cases"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#comment_following_triple",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
+          ],
+          "title": "comment_following_triple",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/comment_following_triple.nt",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#comment_following_triple",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#comment_following_triple",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "Tests comments after a triple"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
+          ],
+          "title": "literal",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal.nt",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "literal \"\"\"x\"\"\""
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_all_controls",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
+          ],
+          "title": "literal_all_controls",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_all_controls.nt",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_all_controls",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_all_controls",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "literal_all_controls '\\x00\\x01\\x02\\x03\\x04...'"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_all_punctuation",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
+          ],
+          "title": "literal_all_punctuation",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_all_punctuation.nt",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_all_punctuation",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_all_punctuation",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "literal_all_punctuation '!\"#$%&()...'"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_ascii_boundaries",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
+          ],
+          "title": "literal_ascii_boundaries",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_ascii_boundaries.nt",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_ascii_boundaries",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_ascii_boundaries",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "literal_ascii_boundaries '\\x00\\x26\\x28...'"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_2_dquotes",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
+          ],
+          "title": "literal_with_2_dquotes",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_2_dquotes.nt",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_2_dquotes",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_2_dquotes",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "literal with 2 squotes \"\"\"a\"\"b\"\"\""
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_2_squotes",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
+          ],
+          "title": "literal_with_2_squotes",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_2_squotes.nt",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_2_squotes",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_2_squotes",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "literal with 2 squotes \"x''y\""
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_BACKSPACE",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
+          ],
+          "title": "literal_with_BACKSPACE",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_BACKSPACE.nt",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_BACKSPACE",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_BACKSPACE",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "literal with BACKSPACE"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_CARRIAGE_RETURN",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
+          ],
+          "title": "literal_with_CARRIAGE_RETURN",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_CARRIAGE_RETURN.nt",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_CARRIAGE_RETURN",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_CARRIAGE_RETURN",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "literal with CARRIAGE RETURN"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_CHARACTER_TABULATION",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
+          ],
+          "title": "literal_with_CHARACTER_TABULATION",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_CHARACTER_TABULATION.nt",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_CHARACTER_TABULATION",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_CHARACTER_TABULATION",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "literal with CHARACTER TABULATION"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_dquote",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
+          ],
+          "title": "literal_with_dquote",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_dquote.nt",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_dquote",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_dquote",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "literal with dquote \"x\"y\""
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_FORM_FEED",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
+          ],
+          "title": "literal_with_FORM_FEED",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_FORM_FEED.nt",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_FORM_FEED",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_FORM_FEED",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "literal with FORM FEED"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_LINE_FEED",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
+          ],
+          "title": "literal_with_LINE_FEED",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_LINE_FEED.nt",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_LINE_FEED",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_LINE_FEED",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "literal with LINE FEED"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_numeric_escape4",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
+          ],
+          "title": "literal_with_numeric_escape4",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_numeric_escape4.nt",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_numeric_escape4",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_numeric_escape4",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "literal with numeric escape4 \\u"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_numeric_escape8",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
+          ],
+          "title": "literal_with_numeric_escape8",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_numeric_escape8.nt",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_numeric_escape8",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_numeric_escape8",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "literal with numeric escape8 \\U"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_REVERSE_SOLIDUS",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
+          ],
+          "title": "literal_with_REVERSE_SOLIDUS",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_REVERSE_SOLIDUS.nt",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_REVERSE_SOLIDUS",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_REVERSE_SOLIDUS",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "literal with REVERSE SOLIDUS"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_REVERSE_SOLIDUS2",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
+          ],
+          "title": "literal_with_REVERSE_SOLIDUS2",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_REVERSE_SOLIDUS2.nt",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_REVERSE_SOLIDUS2",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_REVERSE_SOLIDUS2",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "REVERSE SOLIDUS at end of literal"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_squote",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
+          ],
+          "title": "literal_with_squote",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_squote.nt",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_squote",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_squote",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "literal with squote \"x'y\""
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_UTF8_boundaries",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
+          ],
+          "title": "literal_with_UTF8_boundaries",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_UTF8_boundaries.nt",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_UTF8_boundaries",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_UTF8_boundaries",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "literal_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#langtagged_string",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
+          ],
+          "title": "langtagged_string",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/langtagged_string.nt",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#langtagged_string",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#langtagged_string",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "langtagged string \"x\"@en"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#lantag_with_subtag",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
+          ],
+          "title": "lantag_with_subtag",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/lantag_with_subtag.nt",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#lantag_with_subtag",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#lantag_with_subtag",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "lantag with subtag \"x\"@en-us"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#minimal_whitespace",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
+          ],
+          "title": "minimal_whitespace",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/minimal_whitespace.nt",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#minimal_whitespace",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#minimal_whitespace",
+              "subject": "http://rubygems.org/gems/rdf",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "tests absense of whitespace between subject, predicate, object and end-of-statement"
         }
       ],
       "title": "N-Triples tests"
--- a/rdf-turtle/reports-nt/earl.ttl	Sat Nov 23 17:48:59 2013 +0000
+++ b/rdf-turtle/reports-nt/earl.ttl	Sun Nov 24 15:01:26 2013 -0800
@@ -15,9 +15,10 @@
   dc:bibliographicCitation "[[N-TRIPLES]]";
   earl:generatedBy <http://rubygems.org/gems/earl-report>;
   earl:assertions
-    <Apache-Jena-ntriples-earl-2013-11-02.ttl>,
+    <Apache-Jena-ntriples-earl-2013-11-23.ttl>,
+    <RIOT-jena-details.ttl>,
     <earl.ttl>,
-    <rdf.rb-earl.ttl>;
+    <rdf.rb-earl-2013-11-24.ttl>;
   earl:testSubjects (
     <http://jena.apache.org/#riot>
     <http://rubygems.org/gems/rdf>);
@@ -57,6 +58,7 @@
     <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-03>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-01>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-02>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-03>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-01>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-02>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-01>
@@ -86,13 +88,35 @@
     <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-01>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-02>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-03>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-subm-01>) .
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-subm-01>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#comment_following_triple>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_all_controls>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_all_punctuation>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_ascii_boundaries>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_2_dquotes>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_2_squotes>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_BACKSPACE>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_CARRIAGE_RETURN>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_CHARACTER_TABULATION>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_dquote>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_FORM_FEED>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_LINE_FEED>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_numeric_escape4>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_numeric_escape8>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_REVERSE_SOLIDUS>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_REVERSE_SOLIDUS2>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_squote>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_UTF8_boundaries>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#langtagged_string>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#lantag_with_subtag>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#minimal_whitespace>) .
 
 #
 # Subject Definitions
 #
 <http://jena.apache.org/#riot> a earl:TestSubject, doap:Project;
-  doap:name "Apache Jena RIOT";
+  doap:name "Apache Jena";
   doap:description """Apache Jena provides a complete framework for building Semantic Web and Linked Data applications in Java, and provides: parsers for RDF/XML, Turtle and N-triples; a Java programming API; a complete implementation of the SPARQL query language; a rule-based inference engine for RDFS and OWL entailments; TDB (a non-SQL persistent triple store); SDB (a persistent triples store built on a relational store) and Fuseki, an RDF server using web protocols. Jena complies with all relevant recommendations for RDF and related technologies from the W3C."""@en;
   doap:programming-language "Java";
  .
@@ -137,7 +161,6 @@
 <http://rubygems.org/gems/rdf> a earl:TestSubject, doap:Project;
   doap:name "RDF.rb";
   doap:description """RDF.rb is a pure-Ruby library for working with Resource Description Framework (RDF) data."""@en;
-  doap:programming-language "Ruby";
  .
 
 <http://rubygems.org/gems/rdf> doap:developer <http://ar.to/#self> .
@@ -162,7 +185,7 @@
 #
 # Test Case Definitions
 #
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "nt-syntax-file-01";
   dc:description """Empty file"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-file-01.nt>;
@@ -181,7 +204,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "nt-syntax-file-02";
   dc:description """Only comment"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-file-02.nt>;
@@ -200,7 +223,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "nt-syntax-file-03";
   dc:description """One comment, one empty line"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-file-03.nt>;
@@ -219,7 +242,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "nt-syntax-uri-01";
   dc:description """Only IRIs"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-uri-01.nt>;
@@ -238,7 +261,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "nt-syntax-uri-02";
   dc:description """IRIs with Unicode escape"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-uri-02.nt>;
@@ -257,7 +280,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "nt-syntax-uri-03";
   dc:description """IRIs with long Unicode escape"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-uri-03.nt>;
@@ -276,7 +299,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "nt-syntax-uri-04";
   dc:description """Legal IRIs"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-uri-04.nt>;
@@ -295,7 +318,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "nt-syntax-string-01";
   dc:description """string literal"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-string-01.nt>;
@@ -314,7 +337,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "nt-syntax-string-02";
   dc:description """langString literal"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-string-02.nt>;
@@ -333,7 +356,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "nt-syntax-string-03";
   dc:description """langString literal with region"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-string-03.nt>;
@@ -352,7 +375,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "nt-syntax-str-esc-01";
   dc:description """string literal with escaped newline"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-str-esc-01.nt>;
@@ -371,7 +394,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "nt-syntax-str-esc-02";
   dc:description """string literal with Unicode escape"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-str-esc-02.nt>;
@@ -390,7 +413,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "nt-syntax-str-esc-03";
   dc:description """string literal with long Unicode escape"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-str-esc-03.nt>;
@@ -409,7 +432,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "nt-syntax-bnode-01";
   dc:description """bnode subject"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bnode-01.nt>;
@@ -428,7 +451,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "nt-syntax-bnode-02";
   dc:description """bnode object"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bnode-02.nt>;
@@ -447,7 +470,26 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
+  dc:title "nt-syntax-bnode-03";
+  dc:description """Blank node labels may start with a digit"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bnode-03.nt>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-03>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-03>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "nt-syntax-datatypes-01";
   dc:description """xsd:byte literal"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-datatypes-01.nt>;
@@ -466,7 +508,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "nt-syntax-datatypes-02";
   dc:description """integer as xsd:string"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-datatypes-02.nt>;
@@ -485,7 +527,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-uri-01";
   dc:description """Bad IRI : space (negative test)"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-01.nt>;
@@ -504,7 +546,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-uri-02";
   dc:description """Bad IRI : bad escape (negative test)"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-02.nt>;
@@ -523,7 +565,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-uri-03";
   dc:description """Bad IRI : bad long escape (negative test)"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-03.nt>;
@@ -542,7 +584,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-uri-04";
   dc:description """Bad IRI : character escapes not allowed (negative test)"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-04.nt>;
@@ -561,7 +603,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-uri-05";
   dc:description """Bad IRI : character escapes not allowed (2) (negative test)"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-05.nt>;
@@ -580,7 +622,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-uri-06";
   dc:description """Bad IRI : relative IRI not allowed in subject (negative test)"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-06.nt>;
@@ -599,7 +641,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-07> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-07> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-uri-07";
   dc:description """Bad IRI : relative IRI not allowed in predicate (negative test)"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-07.nt>;
@@ -618,7 +660,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-08> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-08> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-uri-08";
   dc:description """Bad IRI : relative IRI not allowed in object (negative test)"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-08.nt>;
@@ -637,7 +679,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-09> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-09> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-uri-09";
   dc:description """Bad IRI : relative IRI not allowed in datatype (negative test)"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-09.nt>;
@@ -656,7 +698,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-prefix-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-prefix-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-prefix-01";
   dc:description """@prefix not allowed in n-triples (negative test)"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-prefix-01.nt>;
@@ -675,7 +717,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-base-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-base-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-base-01";
   dc:description """@base not allowed in N-Triples (negative test)"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-base-01.nt>;
@@ -694,7 +736,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-struct-01";
   dc:description """N-Triples does not have objectList (negative test)"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-struct-01.nt>;
@@ -713,7 +755,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-struct-02";
   dc:description """N-Triples does not have predicateObjectList (negative test)"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-struct-02.nt>;
@@ -732,7 +774,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-lang-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-lang-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-lang-01";
   dc:description """langString with bad lang (negative test)"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-lang-01.nt>;
@@ -751,7 +793,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-esc-01";
   dc:description """Bad string escape (negative test)"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-esc-01.nt>;
@@ -770,7 +812,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-esc-02";
   dc:description """Bad string escape (negative test)"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-esc-02.nt>;
@@ -789,7 +831,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-esc-03";
   dc:description """Bad string escape (negative test)"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-esc-03.nt>;
@@ -808,7 +850,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-string-01";
   dc:description """mismatching string literal open/close (negative test)"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-01.nt>;
@@ -827,7 +869,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-string-02";
   dc:description """mismatching string literal open/close (negative test)"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-02.nt>;
@@ -846,7 +888,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-string-03";
   dc:description """single quotes (negative test)"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-03.nt>;
@@ -865,7 +907,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-string-04";
   dc:description """long single string literal (negative test)"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-04.nt>;
@@ -884,7 +926,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-string-05";
   dc:description """long double string literal (negative test)"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-05.nt>;
@@ -903,7 +945,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-string-06";
   dc:description """string literal with no end (negative test)"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-06.nt>;
@@ -922,7 +964,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-07> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-07> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-string-07";
   dc:description """string literal with no start (negative test)"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-07.nt>;
@@ -941,7 +983,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-num-01";
   dc:description """no numbers in N-Triples (integer) (negative test)"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-num-01.nt>;
@@ -960,7 +1002,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-num-02";
   dc:description """no numbers in N-Triples (decimal) (negative test)"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-num-02.nt>;
@@ -979,7 +1021,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax>;
   dc:title "nt-syntax-bad-num-03";
   dc:description """no numbers in N-Triples (float) (negative test)"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-num-03.nt>;
@@ -998,7 +1040,7 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-subm-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax>;
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-subm-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
   dc:title "nt-syntax-subm-01";
   dc:description """Submission test from Original RDF Test Cases"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-subm-01.nt>;
@@ -1017,3 +1059,421 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#comment_following_triple> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
+  dc:title "comment_following_triple";
+  dc:description """Tests comments after a triple"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/comment_following_triple.nt>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#comment_following_triple>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#comment_following_triple>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
+  dc:title "literal";
+  dc:description """literal """x""""""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal.nt>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_all_controls> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
+  dc:title "literal_all_controls";
+  dc:description """literal_all_controls '\x00\x01\x02\x03\x04...'"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_all_controls.nt>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_all_controls>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_all_controls>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_all_punctuation> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
+  dc:title "literal_all_punctuation";
+  dc:description """literal_all_punctuation '!"#$%&()...'"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_all_punctuation.nt>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_all_punctuation>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_all_punctuation>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_ascii_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
+  dc:title "literal_ascii_boundaries";
+  dc:description """literal_ascii_boundaries '\x00\x26\x28...'"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_ascii_boundaries.nt>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_ascii_boundaries>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_ascii_boundaries>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_2_dquotes> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
+  dc:title "literal_with_2_dquotes";
+  dc:description """literal with 2 squotes """a""b""""""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_2_dquotes.nt>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_2_dquotes>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_2_dquotes>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_2_squotes> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
+  dc:title "literal_with_2_squotes";
+  dc:description """literal with 2 squotes "x''y""""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_2_squotes.nt>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_2_squotes>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_2_squotes>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_BACKSPACE> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
+  dc:title "literal_with_BACKSPACE";
+  dc:description """literal with BACKSPACE"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_BACKSPACE.nt>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_BACKSPACE>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_BACKSPACE>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_CARRIAGE_RETURN> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
+  dc:title "literal_with_CARRIAGE_RETURN";
+  dc:description """literal with CARRIAGE RETURN"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_CARRIAGE_RETURN.nt>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_CARRIAGE_RETURN>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_CARRIAGE_RETURN>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_CHARACTER_TABULATION> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
+  dc:title "literal_with_CHARACTER_TABULATION";
+  dc:description """literal with CHARACTER TABULATION"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_CHARACTER_TABULATION.nt>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_CHARACTER_TABULATION>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_CHARACTER_TABULATION>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_dquote> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
+  dc:title "literal_with_dquote";
+  dc:description """literal with dquote "x"y""""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_dquote.nt>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_dquote>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_dquote>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_FORM_FEED> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
+  dc:title "literal_with_FORM_FEED";
+  dc:description """literal with FORM FEED"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_FORM_FEED.nt>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_FORM_FEED>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_FORM_FEED>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_LINE_FEED> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
+  dc:title "literal_with_LINE_FEED";
+  dc:description """literal with LINE FEED"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_LINE_FEED.nt>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_LINE_FEED>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_LINE_FEED>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_numeric_escape4> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
+  dc:title "literal_with_numeric_escape4";
+  dc:description """literal with numeric escape4 \u"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_numeric_escape4.nt>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_numeric_escape4>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_numeric_escape4>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_numeric_escape8> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
+  dc:title "literal_with_numeric_escape8";
+  dc:description """literal with numeric escape8 \U"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_numeric_escape8.nt>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_numeric_escape8>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_numeric_escape8>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_REVERSE_SOLIDUS> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
+  dc:title "literal_with_REVERSE_SOLIDUS";
+  dc:description """literal with REVERSE SOLIDUS"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_REVERSE_SOLIDUS.nt>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_REVERSE_SOLIDUS>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_REVERSE_SOLIDUS>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_REVERSE_SOLIDUS2> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
+  dc:title "literal_with_REVERSE_SOLIDUS2";
+  dc:description """REVERSE SOLIDUS at end of literal"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_REVERSE_SOLIDUS2.nt>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_REVERSE_SOLIDUS2>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_REVERSE_SOLIDUS2>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_squote> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
+  dc:title "literal_with_squote";
+  dc:description """literal with squote "x'y""""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_squote.nt>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_squote>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_squote>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_UTF8_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
+  dc:title "literal_with_UTF8_boundaries";
+  dc:description """literal_with_UTF8_boundaries '\x80\x7ff\x800\xfff...'"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_UTF8_boundaries.nt>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_UTF8_boundaries>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_UTF8_boundaries>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#langtagged_string> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
+  dc:title "langtagged_string";
+  dc:description """langtagged string "x"@en"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/langtagged_string.nt>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#langtagged_string>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#langtagged_string>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#lantag_with_subtag> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
+  dc:title "lantag_with_subtag";
+  dc:description """lantag with subtag "x"@en-us"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/lantag_with_subtag.nt>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#lantag_with_subtag>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#lantag_with_subtag>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#minimal_whitespace> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax>;
+  dc:title "minimal_whitespace";
+  dc:description """tests absense of whitespace between subject, predicate, object and end-of-statement"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/minimal_whitespace.nt>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#minimal_whitespace>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#minimal_whitespace>;
+      earl:subject <http://rubygems.org/gems/rdf>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
--- a/rdf-turtle/reports-nt/index.html	Sat Nov 23 17:48:59 2013 +0000
+++ b/rdf-turtle/reports-nt/index.html	Sun Nov 24 15:01:26 2013 -0800
@@ -23,7 +23,7 @@
             shortName:            "turtle-earl",
             //subtitle:             "Turtle Implementation Conformance Report",
             // if you wish the publication date to be other than today, set this
-            publishDate:  "2013/11/02",
+            publishDate:  "2013/11/24",
         
             // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
             // and its maturity status
@@ -168,13 +168,13 @@
               Test
             </th>
             <th>
-              <a href='#subj_0'>Apache Jena RIOT</a>
+              <a href='#subj_0'>Apache Jena</a>
             </th>
             <th>
               <a href='#subj_1'>RDF.rb</a>
             </th>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax'>
             <td>
               <a href='#test_nt-syntax-file-01'>nt-syntax-file-01</a>
             </td>
@@ -201,7 +201,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax'>
             <td>
               <a href='#test_nt-syntax-file-02'>nt-syntax-file-02</a>
             </td>
@@ -228,7 +228,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax'>
             <td>
               <a href='#test_nt-syntax-file-03'>nt-syntax-file-03</a>
             </td>
@@ -255,7 +255,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax'>
             <td>
               <a href='#test_nt-syntax-uri-01'>nt-syntax-uri-01</a>
             </td>
@@ -282,7 +282,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax'>
             <td>
               <a href='#test_nt-syntax-uri-02'>nt-syntax-uri-02</a>
             </td>
@@ -309,7 +309,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax'>
             <td>
               <a href='#test_nt-syntax-uri-03'>nt-syntax-uri-03</a>
             </td>
@@ -336,7 +336,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-04' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-04' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax'>
             <td>
               <a href='#test_nt-syntax-uri-04'>nt-syntax-uri-04</a>
             </td>
@@ -363,7 +363,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax'>
             <td>
               <a href='#test_nt-syntax-string-01'>nt-syntax-string-01</a>
             </td>
@@ -390,7 +390,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax'>
             <td>
               <a href='#test_nt-syntax-string-02'>nt-syntax-string-02</a>
             </td>
@@ -417,7 +417,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax'>
             <td>
               <a href='#test_nt-syntax-string-03'>nt-syntax-string-03</a>
             </td>
@@ -444,7 +444,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax'>
             <td>
               <a href='#test_nt-syntax-str-esc-01'>nt-syntax-str-esc-01</a>
             </td>
@@ -471,7 +471,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax'>
             <td>
               <a href='#test_nt-syntax-str-esc-02'>nt-syntax-str-esc-02</a>
             </td>
@@ -498,7 +498,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax'>
             <td>
               <a href='#test_nt-syntax-str-esc-03'>nt-syntax-str-esc-03</a>
             </td>
@@ -525,7 +525,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax'>
             <td>
               <a href='#test_nt-syntax-bnode-01'>nt-syntax-bnode-01</a>
             </td>
@@ -552,7 +552,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax'>
             <td>
               <a href='#test_nt-syntax-bnode-02'>nt-syntax-bnode-02</a>
             </td>
@@ -579,7 +579,34 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax'>
+            <td>
+              <a href='#test_nt-syntax-bnode-03'>nt-syntax-bnode-03</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-03' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-03' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax'>
             <td>
               <a href='#test_nt-syntax-datatypes-01'>nt-syntax-datatypes-01</a>
             </td>
@@ -606,7 +633,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax'>
             <td>
               <a href='#test_nt-syntax-datatypes-02'>nt-syntax-datatypes-02</a>
             </td>
@@ -633,7 +660,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax'>
             <td>
               <a href='#test_nt-syntax-bad-uri-01'>nt-syntax-bad-uri-01</a>
             </td>
@@ -660,7 +687,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax'>
             <td>
               <a href='#test_nt-syntax-bad-uri-02'>nt-syntax-bad-uri-02</a>
             </td>
@@ -687,7 +714,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax'>
             <td>
               <a href='#test_nt-syntax-bad-uri-03'>nt-syntax-bad-uri-03</a>
             </td>
@@ -714,7 +741,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-04' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-04' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax'>
             <td>
               <a href='#test_nt-syntax-bad-uri-04'>nt-syntax-bad-uri-04</a>
             </td>
@@ -741,7 +768,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-05' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-05' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax'>
             <td>
               <a href='#test_nt-syntax-bad-uri-05'>nt-syntax-bad-uri-05</a>
             </td>
@@ -768,7 +795,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-06' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-06' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax'>
             <td>
               <a href='#test_nt-syntax-bad-uri-06'>nt-syntax-bad-uri-06</a>
             </td>
@@ -795,7 +822,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-07' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-07' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax'>
             <td>
               <a href='#test_nt-syntax-bad-uri-07'>nt-syntax-bad-uri-07</a>
             </td>
@@ -822,7 +849,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-08' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-08' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax'>
             <td>
               <a href='#test_nt-syntax-bad-uri-08'>nt-syntax-bad-uri-08</a>
             </td>
@@ -849,7 +876,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-09' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-09' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax'>
             <td>
               <a href='#test_nt-syntax-bad-uri-09'>nt-syntax-bad-uri-09</a>
             </td>
@@ -876,7 +903,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-prefix-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-prefix-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax'>
             <td>
               <a href='#test_nt-syntax-bad-prefix-01'>nt-syntax-bad-prefix-01</a>
             </td>
@@ -903,7 +930,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-base-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-base-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax'>
             <td>
               <a href='#test_nt-syntax-bad-base-01'>nt-syntax-bad-base-01</a>
             </td>
@@ -930,7 +957,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax'>
             <td>
               <a href='#test_nt-syntax-bad-struct-01'>nt-syntax-bad-struct-01</a>
             </td>
@@ -957,7 +984,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax'>
             <td>
               <a href='#test_nt-syntax-bad-struct-02'>nt-syntax-bad-struct-02</a>
             </td>
@@ -984,7 +1011,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-lang-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-lang-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax'>
             <td>
               <a href='#test_nt-syntax-bad-lang-01'>nt-syntax-bad-lang-01</a>
             </td>
@@ -1011,7 +1038,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax'>
             <td>
               <a href='#test_nt-syntax-bad-esc-01'>nt-syntax-bad-esc-01</a>
             </td>
@@ -1038,7 +1065,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax'>
             <td>
               <a href='#test_nt-syntax-bad-esc-02'>nt-syntax-bad-esc-02</a>
             </td>
@@ -1065,7 +1092,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax'>
             <td>
               <a href='#test_nt-syntax-bad-esc-03'>nt-syntax-bad-esc-03</a>
             </td>
@@ -1092,7 +1119,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax'>
             <td>
               <a href='#test_nt-syntax-bad-string-01'>nt-syntax-bad-string-01</a>
             </td>
@@ -1119,7 +1146,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax'>
             <td>
               <a href='#test_nt-syntax-bad-string-02'>nt-syntax-bad-string-02</a>
             </td>
@@ -1146,7 +1173,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax'>
             <td>
               <a href='#test_nt-syntax-bad-string-03'>nt-syntax-bad-string-03</a>
             </td>
@@ -1173,7 +1200,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-04' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-04' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax'>
             <td>
               <a href='#test_nt-syntax-bad-string-04'>nt-syntax-bad-string-04</a>
             </td>
@@ -1200,7 +1227,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-05' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-05' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax'>
             <td>
               <a href='#test_nt-syntax-bad-string-05'>nt-syntax-bad-string-05</a>
             </td>
@@ -1227,7 +1254,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-06' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-06' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax'>
             <td>
               <a href='#test_nt-syntax-bad-string-06'>nt-syntax-bad-string-06</a>
             </td>
@@ -1254,7 +1281,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-07' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-07' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax'>
             <td>
               <a href='#test_nt-syntax-bad-string-07'>nt-syntax-bad-string-07</a>
             </td>
@@ -1281,7 +1308,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax'>
             <td>
               <a href='#test_nt-syntax-bad-num-01'>nt-syntax-bad-num-01</a>
             </td>
@@ -1308,7 +1335,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax'>
             <td>
               <a href='#test_nt-syntax-bad-num-02'>nt-syntax-bad-num-02</a>
             </td>
@@ -1335,7 +1362,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsNegativeSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax'>
             <td>
               <a href='#test_nt-syntax-bad-num-03'>nt-syntax-bad-num-03</a>
             </td>
@@ -1362,7 +1389,7 @@
               </span>
             </td>
           </tr>
-          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-subm-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNQuadsPositiveSyntax'>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-subm-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax'>
             <td>
               <a href='#test_nt-syntax-subm-01'>nt-syntax-subm-01</a>
             </td>
@@ -1389,9 +1416,603 @@
               </span>
             </td>
           </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#comment_following_triple' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax'>
+            <td>
+              <a href='#test_comment_following_triple'>comment_following_triple</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#comment_following_triple' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#comment_following_triple' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax'>
+            <td>
+              <a href='#test_literal'>literal</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_all_controls' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax'>
+            <td>
+              <a href='#test_literal_all_controls'>literal_all_controls</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_all_controls' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_all_controls' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_all_punctuation' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax'>
+            <td>
+              <a href='#test_literal_all_punctuation'>literal_all_punctuation</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_all_punctuation' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_all_punctuation' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_ascii_boundaries' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax'>
+            <td>
+              <a href='#test_literal_ascii_boundaries'>literal_ascii_boundaries</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_ascii_boundaries' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_ascii_boundaries' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_2_dquotes' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax'>
+            <td>
+              <a href='#test_literal_with_2_dquotes'>literal_with_2_dquotes</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_2_dquotes' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_2_dquotes' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_2_squotes' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax'>
+            <td>
+              <a href='#test_literal_with_2_squotes'>literal_with_2_squotes</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_2_squotes' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_2_squotes' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_BACKSPACE' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax'>
+            <td>
+              <a href='#test_literal_with_BACKSPACE'>literal_with_BACKSPACE</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_BACKSPACE' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_BACKSPACE' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_CARRIAGE_RETURN' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax'>
+            <td>
+              <a href='#test_literal_with_CARRIAGE_RETURN'>literal_with_CARRIAGE_RETURN</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_CARRIAGE_RETURN' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_CARRIAGE_RETURN' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_CHARACTER_TABULATION' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax'>
+            <td>
+              <a href='#test_literal_with_CHARACTER_TABULATION'>literal_with_CHARACTER_TABULATION</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_CHARACTER_TABULATION' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_CHARACTER_TABULATION' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_dquote' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax'>
+            <td>
+              <a href='#test_literal_with_dquote'>literal_with_dquote</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_dquote' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_dquote' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_FORM_FEED' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax'>
+            <td>
+              <a href='#test_literal_with_FORM_FEED'>literal_with_FORM_FEED</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_FORM_FEED' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_FORM_FEED' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_LINE_FEED' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax'>
+            <td>
+              <a href='#test_literal_with_LINE_FEED'>literal_with_LINE_FEED</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_LINE_FEED' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_LINE_FEED' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_numeric_escape4' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax'>
+            <td>
+              <a href='#test_literal_with_numeric_escape4'>literal_with_numeric_escape4</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_numeric_escape4' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_numeric_escape4' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_numeric_escape8' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax'>
+            <td>
+              <a href='#test_literal_with_numeric_escape8'>literal_with_numeric_escape8</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_numeric_escape8' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_numeric_escape8' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_REVERSE_SOLIDUS' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax'>
+            <td>
+              <a href='#test_literal_with_REVERSE_SOLIDUS'>literal_with_REVERSE_SOLIDUS</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_REVERSE_SOLIDUS' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_REVERSE_SOLIDUS' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_REVERSE_SOLIDUS2' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax'>
+            <td>
+              <a href='#test_literal_with_REVERSE_SOLIDUS2'>literal_with_REVERSE_SOLIDUS2</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_REVERSE_SOLIDUS2' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_REVERSE_SOLIDUS2' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_squote' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax'>
+            <td>
+              <a href='#test_literal_with_squote'>literal_with_squote</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_squote' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_squote' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_UTF8_boundaries' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax'>
+            <td>
+              <a href='#test_literal_with_UTF8_boundaries'>literal_with_UTF8_boundaries</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_UTF8_boundaries' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_UTF8_boundaries' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#langtagged_string' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax'>
+            <td>
+              <a href='#test_langtagged_string'>langtagged_string</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#langtagged_string' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#langtagged_string' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#lantag_with_subtag' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax'>
+            <td>
+              <a href='#test_lantag_with_subtag'>lantag_with_subtag</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#lantag_with_subtag' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#lantag_with_subtag' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#minimal_whitespace' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax'>
+            <td>
+              <a href='#test_minimal_whitespace'>minimal_whitespace</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#minimal_whitespace' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' />
+              <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#minimal_whitespace' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
           <tr class='summary'>
             <td>
-              Percentage passed out of 45 Tests
+              Percentage passed out of 68 Tests
             </td>
             <td class='passed-all'>
               100.0%
@@ -1413,7 +2034,7 @@
       <dl>
         <dt id='subj_0'>
           <a href='http://jena.apache.org/#riot'>
-            <span about='http://jena.apache.org/#riot' property='doap:name'>Apache Jena RIOT</span>
+            <span about='http://jena.apache.org/#riot' property='doap:name'>Apache Jena</span>
           </a>
         </dt>
         <dd inlist='inlist' property='earl:testSubjects' resource='http://jena.apache.org/#riot' typeof='earl:TestSubject doap:Project'>
@@ -1424,8 +2045,8 @@
             <dd property='doap:programming-language'>Java</dd>
             <dt>Home Page</dt>
             <dd property='doap:homepage'>
-              <a href='http://jena.apache.org/'>
-                http://jena.apache.org/
+              <a href='http://jena.apache.org'>
+                http://jena.apache.org
               </a>
             </dd>
             <dt>Developer</dt>
@@ -1466,7 +2087,7 @@
                 <tbody>
                   <tr>
                     <td class='passed-all'>
-                      45/45 (100.0%)
+                      68/68 (100.0%)
                     </td>
                   </tr>
                 </tbody>
@@ -1483,12 +2104,10 @@
           <dl>
             <dt>Description</dt>
             <dd lang='en' property='doap:description'>RDF.rb is a pure-Ruby library for working with Resource Description Framework (RDF) data.</dd>
-            <dt>Programming Language</dt>
-            <dd property='doap:programming-language'>Ruby</dd>
             <dt>Home Page</dt>
             <dd property='doap:homepage'>
-              <a href='http://ruby-rdf.github.com/rdf'>
-                http://ruby-rdf.github.com/rdf
+              <a href='http://rubygems.org/gems/rdf'>
+                http://rubygems.org/gems/rdf
               </a>
             </dd>
             <dt>Developer</dt>
@@ -1541,7 +2160,7 @@
                 <tbody>
                   <tr>
                     <td class='passed-all'>
-                      45/45 (100.0%)
+                      68/68 (100.0%)
                     </td>
                   </tr>
                 </tbody>
@@ -1560,13 +2179,16 @@
       </p>
       <ul>
         <li>
-          <a class='source' href='Apache-Jena-ntriples-earl-2013-11-02.ttl'>Apache-Jena-ntriples-earl-2013-11-02.ttl</a>
+          <a class='source' href='Apache-Jena-ntriples-earl-2013-11-23.ttl'>Apache-Jena-ntriples-earl-2013-11-23.ttl</a>
+        </li>
+        <li>
+          <a class='source' href='RIOT-jena-details.ttl'>RIOT-jena-details.ttl</a>
         </li>
         <li>
           <a class='source' href='earl.ttl'>earl.ttl</a>
         </li>
         <li>
-          <a class='source' href='rdf.rb-earl.ttl'>rdf.rb-earl.ttl</a>
+          <a class='source' href='rdf.rb-earl-2013-11-24.ttl'>rdf.rb-earl-2013-11-24.ttl</a>
         </li>
       </ul>
     </section>
@@ -1582,7 +2204,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-01'>
             <p lang='en' property='dc:description'>Empty file</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-file-01.nt' title='nt-syntax-file-01 Input'></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-file-01.nt' title='nt-syntax-file-01 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-file-01.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-file-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-02'>
             Test
@@ -1590,7 +2212,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-02'>
             <p lang='en' property='dc:description'>Only comment</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-file-02.nt' title='nt-syntax-file-02 Input'>#Empty file.<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-file-02.nt' title='nt-syntax-file-02 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-file-02.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-file-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-03'>
             Test
@@ -1598,7 +2220,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-03'>
             <p lang='en' property='dc:description'>One comment, one empty line</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-file-03.nt' title='nt-syntax-file-03 Input'>#One comment, one empty line.<br/><br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-file-03.nt' title='nt-syntax-file-03 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-file-03.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-uri-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-01'>
             Test
@@ -1606,7 +2228,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-01'>
             <p lang='en' property='dc:description'>Only IRIs</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-uri-01.nt' title='nt-syntax-uri-01 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-uri-01.nt' title='nt-syntax-uri-01 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-uri-01.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-uri-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-02'>
             Test
@@ -1614,7 +2236,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-02'>
             <p lang='en' property='dc:description'>IRIs with Unicode escape</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-uri-02.nt' title='nt-syntax-uri-02 Input'># x53 is capital S<br/>&lt;http://example/\u0053&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-uri-02.nt' title='nt-syntax-uri-02 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-uri-02.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-uri-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-03'>
             Test
@@ -1622,7 +2244,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-03'>
             <p lang='en' property='dc:description'>IRIs with long Unicode escape</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-uri-03.nt' title='nt-syntax-uri-03 Input'># x53 is capital S<br/>&lt;http://example/\U00000053&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-uri-03.nt' title='nt-syntax-uri-03 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-uri-03.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-uri-04' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-04'>
             Test
@@ -1630,7 +2252,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-04'>
             <p lang='en' property='dc:description'>Legal IRIs</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-uri-04.nt' title='nt-syntax-uri-04 Input'># IRI with all chars in it.<br/>&lt;http://example/s&gt; &lt;http://example/p&gt; &lt;scheme:!$%25&amp;'()*+,-./0123456789:/@ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz~?#&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-uri-04.nt' title='nt-syntax-uri-04 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-uri-04.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-string-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-01'>
             Test
@@ -1638,7 +2260,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-01'>
             <p lang='en' property='dc:description'>string literal</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-string-01.nt' title='nt-syntax-string-01 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;string&quot; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-string-01.nt' title='nt-syntax-string-01 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-string-01.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-string-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-02'>
             Test
@@ -1646,7 +2268,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-02'>
             <p lang='en' property='dc:description'>langString literal</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-string-02.nt' title='nt-syntax-string-02 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;string&quot;@en .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-string-02.nt' title='nt-syntax-string-02 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-string-02.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-string-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-03'>
             Test
@@ -1654,7 +2276,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-03'>
             <p lang='en' property='dc:description'>langString literal with region</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-string-03.nt' title='nt-syntax-string-03 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;string&quot;@en-uk .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-string-03.nt' title='nt-syntax-string-03 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-string-03.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-str-esc-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-01'>
             Test
@@ -1662,7 +2284,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-01'>
             <p lang='en' property='dc:description'>string literal with escaped newline</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-str-esc-01.nt' title='nt-syntax-str-esc-01 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;a\n&quot; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-str-esc-01.nt' title='nt-syntax-str-esc-01 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-str-esc-01.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-str-esc-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-02'>
             Test
@@ -1670,7 +2292,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-02'>
             <p lang='en' property='dc:description'>string literal with Unicode escape</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-str-esc-02.nt' title='nt-syntax-str-esc-02 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;a\u0020b&quot; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-str-esc-02.nt' title='nt-syntax-str-esc-02 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-str-esc-02.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-str-esc-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-03'>
             Test
@@ -1678,7 +2300,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-03'>
             <p lang='en' property='dc:description'>string literal with long Unicode escape</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-str-esc-03.nt' title='nt-syntax-str-esc-03 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;a\U00000020b&quot; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-str-esc-03.nt' title='nt-syntax-str-esc-03 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-str-esc-03.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-bnode-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-01'>
             Test
@@ -1686,7 +2308,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-01'>
             <p lang='en' property='dc:description'>bnode subject</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bnode-01.nt' title='nt-syntax-bnode-01 Input'>_:a  &lt;http://example/p&gt; &lt;http://example/o&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bnode-01.nt' title='nt-syntax-bnode-01 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bnode-01.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-bnode-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-02'>
             Test
@@ -1694,7 +2316,15 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-02'>
             <p lang='en' property='dc:description'>bnode object</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bnode-02.nt' title='nt-syntax-bnode-02 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; _:a .<br/>_:a  &lt;http://example/p&gt; &lt;http://example/o&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bnode-02.nt' title='nt-syntax-bnode-02 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bnode-02.nt not loaded</pre>
+          </dd>
+          <dt id='test_nt-syntax-bnode-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-03'>
+            Test
+            <span property='dc:title mf:name'>nt-syntax-bnode-03</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-03'>
+            <p lang='en' property='dc:description'>Blank node labels may start with a digit</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bnode-03.nt' title='nt-syntax-bnode-03 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bnode-03.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-datatypes-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-01'>
             Test
@@ -1702,7 +2332,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-01'>
             <p lang='en' property='dc:description'>xsd:byte literal</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-datatypes-01.nt' title='nt-syntax-datatypes-01 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;123&quot;^^&lt;http://www.w3.org/2001/XMLSchema#byte&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-datatypes-01.nt' title='nt-syntax-datatypes-01 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-datatypes-01.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-datatypes-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-02'>
             Test
@@ -1710,7 +2340,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-02'>
             <p lang='en' property='dc:description'>integer as xsd:string</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-datatypes-02.nt' title='nt-syntax-datatypes-02 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;123&quot;^^&lt;http://www.w3.org/2001/XMLSchema#string&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-datatypes-02.nt' title='nt-syntax-datatypes-02 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-datatypes-02.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-bad-uri-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-01'>
             Test
@@ -1718,7 +2348,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-01'>
             <p lang='en' property='dc:description'>Bad IRI : space (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-01.nt' title='nt-syntax-bad-uri-01 Input'># Bad IRI : space.<br/>&lt;http://example/ space&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-01.nt' title='nt-syntax-bad-uri-01 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-01.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-bad-uri-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-02'>
             Test
@@ -1726,7 +2356,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-02'>
             <p lang='en' property='dc:description'>Bad IRI : bad escape (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-02.nt' title='nt-syntax-bad-uri-02 Input'># Bad IRI : bad escape<br/>&lt;http://example/\u00ZZ11&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-02.nt' title='nt-syntax-bad-uri-02 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-02.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-bad-uri-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-03'>
             Test
@@ -1734,7 +2364,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-03'>
             <p lang='en' property='dc:description'>Bad IRI : bad long escape (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-03.nt' title='nt-syntax-bad-uri-03 Input'># Bad IRI : bad escape<br/>&lt;http://example/\U00ZZ1111&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-03.nt' title='nt-syntax-bad-uri-03 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-03.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-bad-uri-04' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-04'>
             Test
@@ -1742,7 +2372,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-04'>
             <p lang='en' property='dc:description'>Bad IRI : character escapes not allowed (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-04.nt' title='nt-syntax-bad-uri-04 Input'># Bad IRI : character escapes not allowed.<br/>&lt;http://example/\n&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-04.nt' title='nt-syntax-bad-uri-04 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-04.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-bad-uri-05' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-05'>
             Test
@@ -1750,7 +2380,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-05'>
             <p lang='en' property='dc:description'>Bad IRI : character escapes not allowed (2) (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-05.nt' title='nt-syntax-bad-uri-05 Input'># Bad IRI : character escapes not allowed.<br/>&lt;http://example/\/&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-05.nt' title='nt-syntax-bad-uri-05 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-05.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-bad-uri-06' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-06'>
             Test
@@ -1758,7 +2388,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-06'>
             <p lang='en' property='dc:description'>Bad IRI : relative IRI not allowed in subject (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-06.nt' title='nt-syntax-bad-uri-06 Input'># No relative IRIs in N-Triples<br/>&lt;s&gt; &lt;http://example/p&gt; &lt;http://example/o&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-06.nt' title='nt-syntax-bad-uri-06 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-06.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-bad-uri-07' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-07'>
             Test
@@ -1766,7 +2396,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-07'>
             <p lang='en' property='dc:description'>Bad IRI : relative IRI not allowed in predicate (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-07.nt' title='nt-syntax-bad-uri-07 Input'># No relative IRIs in N-Triples<br/>&lt;http://example/s&gt; &lt;p&gt; &lt;http://example/o&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-07.nt' title='nt-syntax-bad-uri-07 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-07.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-bad-uri-08' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-08'>
             Test
@@ -1774,7 +2404,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-08'>
             <p lang='en' property='dc:description'>Bad IRI : relative IRI not allowed in object (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-08.nt' title='nt-syntax-bad-uri-08 Input'># No relative IRIs in N-Triples<br/>&lt;http://example/s&gt; &lt;http://example/p&gt; &lt;o&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-08.nt' title='nt-syntax-bad-uri-08 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-08.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-bad-uri-09' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-09'>
             Test
@@ -1782,7 +2412,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-09'>
             <p lang='en' property='dc:description'>Bad IRI : relative IRI not allowed in datatype (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-09.nt' title='nt-syntax-bad-uri-09 Input'># No relative IRIs in N-Triples<br/>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;foo&quot;^^&lt;dt&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-09.nt' title='nt-syntax-bad-uri-09 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-uri-09.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-bad-prefix-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-prefix-01'>
             Test
@@ -1790,7 +2420,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-prefix-01'>
             <p lang='en' property='dc:description'>@prefix not allowed in n-triples (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-prefix-01.nt' title='nt-syntax-bad-prefix-01 Input'>@prefix : &lt;http://example/&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-prefix-01.nt' title='nt-syntax-bad-prefix-01 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-prefix-01.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-bad-base-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-base-01'>
             Test
@@ -1798,7 +2428,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-base-01'>
             <p lang='en' property='dc:description'>@base not allowed in N-Triples (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-base-01.nt' title='nt-syntax-bad-base-01 Input'>@base &lt;http://example/&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-base-01.nt' title='nt-syntax-bad-base-01 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-base-01.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-bad-struct-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-01'>
             Test
@@ -1806,7 +2436,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-01'>
             <p lang='en' property='dc:description'>N-Triples does not have objectList (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-struct-01.nt' title='nt-syntax-bad-struct-01 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &lt;http://example/o&gt;, &lt;http://example/o2&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-struct-01.nt' title='nt-syntax-bad-struct-01 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-struct-01.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-bad-struct-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-02'>
             Test
@@ -1814,7 +2444,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-02'>
             <p lang='en' property='dc:description'>N-Triples does not have predicateObjectList (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-struct-02.nt' title='nt-syntax-bad-struct-02 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &lt;http://example/o&gt;; &lt;http://example/p2&gt;, &lt;http://example/o2&gt; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-struct-02.nt' title='nt-syntax-bad-struct-02 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-struct-02.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-bad-lang-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-lang-01'>
             Test
@@ -1822,7 +2452,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-lang-01'>
             <p lang='en' property='dc:description'>langString with bad lang (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-lang-01.nt' title='nt-syntax-bad-lang-01 Input'># Bad lang tag<br/>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;string&quot;@1 .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-lang-01.nt' title='nt-syntax-bad-lang-01 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-lang-01.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-bad-esc-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-01'>
             Test
@@ -1830,7 +2460,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-01'>
             <p lang='en' property='dc:description'>Bad string escape (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-esc-01.nt' title='nt-syntax-bad-esc-01 Input'># Bad string escape<br/>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;a\zb&quot; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-esc-01.nt' title='nt-syntax-bad-esc-01 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-esc-01.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-bad-esc-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-02'>
             Test
@@ -1838,7 +2468,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-02'>
             <p lang='en' property='dc:description'>Bad string escape (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-esc-02.nt' title='nt-syntax-bad-esc-02 Input'># Bad string escape<br/>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;\uWXYZ&quot; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-esc-02.nt' title='nt-syntax-bad-esc-02 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-esc-02.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-bad-esc-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-03'>
             Test
@@ -1846,7 +2476,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-03'>
             <p lang='en' property='dc:description'>Bad string escape (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-esc-03.nt' title='nt-syntax-bad-esc-03 Input'># Bad string escape<br/>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;\U0000WXYZ&quot; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-esc-03.nt' title='nt-syntax-bad-esc-03 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-esc-03.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-bad-string-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-01'>
             Test
@@ -1854,7 +2484,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-01'>
             <p lang='en' property='dc:description'>mismatching string literal open/close (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-01.nt' title='nt-syntax-bad-string-01 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;abc' .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-01.nt' title='nt-syntax-bad-string-01 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-01.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-bad-string-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-02'>
             Test
@@ -1862,7 +2492,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-02'>
             <p lang='en' property='dc:description'>mismatching string literal open/close (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-02.nt' title='nt-syntax-bad-string-02 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; 1.0 .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-02.nt' title='nt-syntax-bad-string-02 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-02.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-bad-string-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-03'>
             Test
@@ -1870,7 +2500,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-03'>
             <p lang='en' property='dc:description'>single quotes (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-03.nt' title='nt-syntax-bad-string-03 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; 1.0e1 .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-03.nt' title='nt-syntax-bad-string-03 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-03.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-bad-string-04' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-04'>
             Test
@@ -1878,7 +2508,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-04'>
             <p lang='en' property='dc:description'>long single string literal (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-04.nt' title='nt-syntax-bad-string-04 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; '''abc''' .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-04.nt' title='nt-syntax-bad-string-04 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-04.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-bad-string-05' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-05'>
             Test
@@ -1886,7 +2516,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-05'>
             <p lang='en' property='dc:description'>long double string literal (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-05.nt' title='nt-syntax-bad-string-05 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;&quot;&quot;abc&quot;&quot;&quot; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-05.nt' title='nt-syntax-bad-string-05 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-05.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-bad-string-06' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-06'>
             Test
@@ -1894,7 +2524,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-06'>
             <p lang='en' property='dc:description'>string literal with no end (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-06.nt' title='nt-syntax-bad-string-06 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; &quot;abc .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-06.nt' title='nt-syntax-bad-string-06 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-06.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-bad-string-07' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-07'>
             Test
@@ -1902,7 +2532,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-07'>
             <p lang='en' property='dc:description'>string literal with no start (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-07.nt' title='nt-syntax-bad-string-07 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; abc&quot; .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-07.nt' title='nt-syntax-bad-string-07 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-07.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-bad-num-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-01'>
             Test
@@ -1910,7 +2540,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-01'>
             <p lang='en' property='dc:description'>no numbers in N-Triples (integer) (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-num-01.nt' title='nt-syntax-bad-num-01 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; 1 .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-num-01.nt' title='nt-syntax-bad-num-01 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-num-01.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-bad-num-02' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-02'>
             Test
@@ -1918,7 +2548,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-02'>
             <p lang='en' property='dc:description'>no numbers in N-Triples (decimal) (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-num-02.nt' title='nt-syntax-bad-num-02 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; 1.0 .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-num-02.nt' title='nt-syntax-bad-num-02 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-num-02.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-bad-num-03' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-03'>
             Test
@@ -1926,7 +2556,7 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-03'>
             <p lang='en' property='dc:description'>no numbers in N-Triples (float) (negative test)</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-num-03.nt' title='nt-syntax-bad-num-03 Input'>&lt;http://example/s&gt; &lt;http://example/p&gt; 1.0e0 .<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-num-03.nt' title='nt-syntax-bad-num-03 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-num-03.nt not loaded</pre>
           </dd>
           <dt id='test_nt-syntax-subm-01' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-subm-01'>
             Test
@@ -1934,7 +2564,183 @@
           </dt>
           <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-subm-01'>
             <p lang='en' property='dc:description'>Submission test from Original RDF Test Cases</p>
-            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-subm-01.nt' title='nt-syntax-subm-01 Input'>#<br/># Copyright World Wide Web Consortium, (Massachusetts Institute of<br/># Technology, Institut National de Recherche en Informatique et en<br/># Automatique, Keio University).<br/>#<br/># All Rights Reserved.<br/>#<br/># Please see the full Copyright clause at<br/># &lt;http://www.w3.org/Consortium/Legal/copyright-software.html&gt;<br/>#<br/># Test file with a variety of legal N-Triples<br/>#<br/># Dave Beckett - http://purl.org/net/dajobe/<br/># <br/># $Id: test.nt,v 1.7 2003/10/06 15:52:19 dbeckett2 Exp $<br/># <br/>#####################################################################<br/><br/># comment lines<br/>  	  	   # comment line after whitespace<br/># empty blank line, then one with spaces and tabs<br/><br/>         	<br/>&lt;http://example.org/resource1&gt; &lt;http://example.org/property&gt; &lt;http://example.org/resource2&gt; .<br/>_:anon &lt;http://example.org/property&gt; &lt;http://example.org/resource2&gt; .<br/>&lt;http://example.org/resource2&gt; &lt;http://example.org/property&gt; _:anon .<br/># spaces and tabs throughout:<br/> 	 &lt;http://example.org/resource3&gt; 	 &lt;http://example.org/property&gt;	 &lt;http://example.org/resource2&gt; 	.	 <br/><br/># line ending with CR NL (ASCII 13, ASCII 10)<br/>&lt;http://example.org/resource4&gt; &lt;http://example.org/property&gt; &lt;http://example.org/resource2&gt; .<br/><br/># 2 statement lines separated by single CR (ASCII 10)<br/>&lt;http://example.org/resource5&gt; &lt;http://example.org/property&gt; &lt;http://example.org/resource2&gt; .<br/>&lt;http://example.org/resource6&gt; &lt;http://example.org/property&gt; &lt;http://example.org/resource2&gt; .<br/><br/><br/># All literal escapes<br/>&lt;http://example.org/resource7&gt; &lt;http://example.org/property&gt; &quot;simple literal&quot; .<br/>&lt;http://example.org/resource8&gt; &lt;http://example.org/property&gt; &quot;backslash:\\&quot; .<br/>&lt;http://example.org/resource9&gt; &lt;http://example.org/property&gt; &quot;dquote:\&quot;&quot; .<br/>&lt;http://example.org/resource10&gt; &lt;http://example.org/property&gt; &quot;newline:\n&quot; .<br/>&lt;http://example.org/resource11&gt; &lt;http://example.org/property&gt; &quot;return\r&quot; .<br/>&lt;http://example.org/resource12&gt; &lt;http://example.org/property&gt; &quot;tab:\t&quot; .<br/><br/># Space is optional before final .<br/>&lt;http://example.org/resource13&gt; &lt;http://example.org/property&gt; &lt;http://example.org/resource2&gt;.<br/>&lt;http://example.org/resource14&gt; &lt;http://example.org/property&gt; &quot;x&quot;.<br/>&lt;http://example.org/resource15&gt; &lt;http://example.org/property&gt; _:anon.<br/><br/># \u and \U escapes<br/># latin small letter e with acute symbol \u00E9 - 3 UTF-8 bytes #xC3 #A9<br/>&lt;http://example.org/resource16&gt; &lt;http://example.org/property&gt; &quot;\u00E9&quot; .<br/># Euro symbol \u20ac  - 3 UTF-8 bytes #xE2 #x82 #xAC<br/>&lt;http://example.org/resource17&gt; &lt;http://example.org/property&gt; &quot;\u20AC&quot; .<br/># resource18 test removed<br/># resource19 test removed<br/># resource20 test removed<br/><br/># XML Literals as Datatyped Literals<br/>&lt;http://example.org/resource21&gt; &lt;http://example.org/property&gt; &quot;&quot;^^&lt;http://www.w3.org/2000/01/rdf-schema#XMLLiteral&gt; .<br/>&lt;http://example.org/resource22&gt; &lt;http://example.org/property&gt; &quot; &quot;^^&lt;http://www.w3.org/2000/01/rdf-schema#XMLLiteral&gt; .<br/>&lt;http://example.org/resource23&gt; &lt;http://example.org/property&gt; &quot;x&quot;^^&lt;http://www.w3.org/2000/01/rdf-schema#XMLLiteral&gt; .<br/>&lt;http://example.org/resource23&gt; &lt;http://example.org/property&gt; &quot;\&quot;&quot;^^&lt;http://www.w3.org/2000/01/rdf-schema#XMLLiteral&gt; .<br/>&lt;http://example.org/resource24&gt; &lt;http://example.org/property&gt; &quot;&lt;a&gt;&lt;/a&gt;&quot;^^&lt;http://www.w3.org/2000/01/rdf-schema#XMLLiteral&gt; .<br/>&lt;http://example.org/resource25&gt; &lt;http://example.org/property&gt; &quot;a &lt;b&gt;&lt;/b&gt;&quot;^^&lt;http://www.w3.org/2000/01/rdf-schema#XMLLiteral&gt; .<br/>&lt;http://example.org/resource26&gt; &lt;http://example.org/property&gt; &quot;a &lt;b&gt;&lt;/b&gt; c&quot;^^&lt;http://www.w3.org/2000/01/rdf-schema#XMLLiteral&gt; .<br/>&lt;http://example.org/resource26&gt; &lt;http://example.org/property&gt; &quot;a\n&lt;b&gt;&lt;/b&gt;\nc&quot;^^&lt;http://www.w3.org/2000/01/rdf-schema#XMLLiteral&gt; .<br/>&lt;http://example.org/resource27&gt; &lt;http://example.org/property&gt; &quot;chat&quot;^^&lt;http://www.w3.org/2000/01/rdf-schema#XMLLiteral&gt; .<br/># resource28 test removed 2003-08-03<br/># resource29 test removed 2003-08-03<br/><br/># Plain literals with languages<br/>&lt;http://example.org/resource30&gt; &lt;http://example.org/property&gt; &quot;chat&quot;@fr .<br/>&lt;http://example.org/resource31&gt; &lt;http://example.org/property&gt; &quot;chat&quot;@en .<br/><br/># Typed Literals<br/>&lt;http://example.org/resource32&gt; &lt;http://example.org/property&gt; &quot;abc&quot;^^&lt;http://example.org/datatype1&gt; .<br/># resource33 test removed 2003-08-03<br/></pre>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-subm-01.nt' title='nt-syntax-subm-01 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-subm-01.nt not loaded</pre>
+          </dd>
+          <dt id='test_comment_following_triple' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#comment_following_triple'>
+            Test
+            <span property='dc:title mf:name'>comment_following_triple</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#comment_following_triple'>
+            <p lang='en' property='dc:description'>Tests comments after a triple</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/comment_following_triple.nt' title='comment_following_triple Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/comment_following_triple.nt not loaded</pre>
+          </dd>
+          <dt id='test_literal' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal'>
+            Test
+            <span property='dc:title mf:name'>literal</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal'>
+            <p lang='en' property='dc:description'>literal &quot;&quot;&quot;x&quot;&quot;&quot;</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal.nt' title='literal Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal.nt not loaded</pre>
+          </dd>
+          <dt id='test_literal_all_controls' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_all_controls'>
+            Test
+            <span property='dc:title mf:name'>literal_all_controls</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_all_controls'>
+            <p lang='en' property='dc:description'>literal_all_controls &#39;\x00\x01\x02\x03\x04...&#39;</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_all_controls.nt' title='literal_all_controls Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_all_controls.nt not loaded</pre>
+          </dd>
+          <dt id='test_literal_all_punctuation' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_all_punctuation'>
+            Test
+            <span property='dc:title mf:name'>literal_all_punctuation</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_all_punctuation'>
+            <p lang='en' property='dc:description'>literal_all_punctuation &#39;!&quot;#$%&amp;()...&#39;</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_all_punctuation.nt' title='literal_all_punctuation Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_all_punctuation.nt not loaded</pre>
+          </dd>
+          <dt id='test_literal_ascii_boundaries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_ascii_boundaries'>
+            Test
+            <span property='dc:title mf:name'>literal_ascii_boundaries</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_ascii_boundaries'>
+            <p lang='en' property='dc:description'>literal_ascii_boundaries &#39;\x00\x26\x28...&#39;</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_ascii_boundaries.nt' title='literal_ascii_boundaries Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_ascii_boundaries.nt not loaded</pre>
+          </dd>
+          <dt id='test_literal_with_2_dquotes' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_2_dquotes'>
+            Test
+            <span property='dc:title mf:name'>literal_with_2_dquotes</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_2_dquotes'>
+            <p lang='en' property='dc:description'>literal with 2 squotes &quot;&quot;&quot;a&quot;&quot;b&quot;&quot;&quot;</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_2_dquotes.nt' title='literal_with_2_dquotes Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_2_dquotes.nt not loaded</pre>
+          </dd>
+          <dt id='test_literal_with_2_squotes' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_2_squotes'>
+            Test
+            <span property='dc:title mf:name'>literal_with_2_squotes</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_2_squotes'>
+            <p lang='en' property='dc:description'>literal with 2 squotes &quot;x&#39;&#39;y&quot;</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_2_squotes.nt' title='literal_with_2_squotes Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_2_squotes.nt not loaded</pre>
+          </dd>
+          <dt id='test_literal_with_BACKSPACE' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_BACKSPACE'>
+            Test
+            <span property='dc:title mf:name'>literal_with_BACKSPACE</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_BACKSPACE'>
+            <p lang='en' property='dc:description'>literal with BACKSPACE</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_BACKSPACE.nt' title='literal_with_BACKSPACE Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_BACKSPACE.nt not loaded</pre>
+          </dd>
+          <dt id='test_literal_with_CARRIAGE_RETURN' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_CARRIAGE_RETURN'>
+            Test
+            <span property='dc:title mf:name'>literal_with_CARRIAGE_RETURN</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_CARRIAGE_RETURN'>
+            <p lang='en' property='dc:description'>literal with CARRIAGE RETURN</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_CARRIAGE_RETURN.nt' title='literal_with_CARRIAGE_RETURN Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_CARRIAGE_RETURN.nt not loaded</pre>
+          </dd>
+          <dt id='test_literal_with_CHARACTER_TABULATION' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_CHARACTER_TABULATION'>
+            Test
+            <span property='dc:title mf:name'>literal_with_CHARACTER_TABULATION</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_CHARACTER_TABULATION'>
+            <p lang='en' property='dc:description'>literal with CHARACTER TABULATION</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_CHARACTER_TABULATION.nt' title='literal_with_CHARACTER_TABULATION Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_CHARACTER_TABULATION.nt not loaded</pre>
+          </dd>
+          <dt id='test_literal_with_dquote' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_dquote'>
+            Test
+            <span property='dc:title mf:name'>literal_with_dquote</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_dquote'>
+            <p lang='en' property='dc:description'>literal with dquote &quot;x&quot;y&quot;</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_dquote.nt' title='literal_with_dquote Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_dquote.nt not loaded</pre>
+          </dd>
+          <dt id='test_literal_with_FORM_FEED' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_FORM_FEED'>
+            Test
+            <span property='dc:title mf:name'>literal_with_FORM_FEED</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_FORM_FEED'>
+            <p lang='en' property='dc:description'>literal with FORM FEED</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_FORM_FEED.nt' title='literal_with_FORM_FEED Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_FORM_FEED.nt not loaded</pre>
+          </dd>
+          <dt id='test_literal_with_LINE_FEED' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_LINE_FEED'>
+            Test
+            <span property='dc:title mf:name'>literal_with_LINE_FEED</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_LINE_FEED'>
+            <p lang='en' property='dc:description'>literal with LINE FEED</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_LINE_FEED.nt' title='literal_with_LINE_FEED Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_LINE_FEED.nt not loaded</pre>
+          </dd>
+          <dt id='test_literal_with_numeric_escape4' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_numeric_escape4'>
+            Test
+            <span property='dc:title mf:name'>literal_with_numeric_escape4</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_numeric_escape4'>
+            <p lang='en' property='dc:description'>literal with numeric escape4 \u</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_numeric_escape4.nt' title='literal_with_numeric_escape4 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_numeric_escape4.nt not loaded</pre>
+          </dd>
+          <dt id='test_literal_with_numeric_escape8' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_numeric_escape8'>
+            Test
+            <span property='dc:title mf:name'>literal_with_numeric_escape8</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_numeric_escape8'>
+            <p lang='en' property='dc:description'>literal with numeric escape8 \U</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_numeric_escape8.nt' title='literal_with_numeric_escape8 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_numeric_escape8.nt not loaded</pre>
+          </dd>
+          <dt id='test_literal_with_REVERSE_SOLIDUS' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_REVERSE_SOLIDUS'>
+            Test
+            <span property='dc:title mf:name'>literal_with_REVERSE_SOLIDUS</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_REVERSE_SOLIDUS'>
+            <p lang='en' property='dc:description'>literal with REVERSE SOLIDUS</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_REVERSE_SOLIDUS.nt' title='literal_with_REVERSE_SOLIDUS Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_REVERSE_SOLIDUS.nt not loaded</pre>
+          </dd>
+          <dt id='test_literal_with_REVERSE_SOLIDUS2' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_REVERSE_SOLIDUS2'>
+            Test
+            <span property='dc:title mf:name'>literal_with_REVERSE_SOLIDUS2</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_REVERSE_SOLIDUS2'>
+            <p lang='en' property='dc:description'>REVERSE SOLIDUS at end of literal</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_REVERSE_SOLIDUS2.nt' title='literal_with_REVERSE_SOLIDUS2 Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_REVERSE_SOLIDUS2.nt not loaded</pre>
+          </dd>
+          <dt id='test_literal_with_squote' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_squote'>
+            Test
+            <span property='dc:title mf:name'>literal_with_squote</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_squote'>
+            <p lang='en' property='dc:description'>literal with squote &quot;x&#39;y&quot;</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_squote.nt' title='literal_with_squote Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_squote.nt not loaded</pre>
+          </dd>
+          <dt id='test_literal_with_UTF8_boundaries' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_UTF8_boundaries'>
+            Test
+            <span property='dc:title mf:name'>literal_with_UTF8_boundaries</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_UTF8_boundaries'>
+            <p lang='en' property='dc:description'>literal_with_UTF8_boundaries &#39;\x80\x7ff\x800\xfff...&#39;</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_UTF8_boundaries.nt' title='literal_with_UTF8_boundaries Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/literal_with_UTF8_boundaries.nt not loaded</pre>
+          </dd>
+          <dt id='test_langtagged_string' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#langtagged_string'>
+            Test
+            <span property='dc:title mf:name'>langtagged_string</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#langtagged_string'>
+            <p lang='en' property='dc:description'>langtagged string &quot;x&quot;@en</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/langtagged_string.nt' title='langtagged_string Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/langtagged_string.nt not loaded</pre>
+          </dd>
+          <dt id='test_lantag_with_subtag' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#lantag_with_subtag'>
+            Test
+            <span property='dc:title mf:name'>lantag_with_subtag</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#lantag_with_subtag'>
+            <p lang='en' property='dc:description'>lantag with subtag &quot;x&quot;@en-us</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/lantag_with_subtag.nt' title='lantag_with_subtag Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/lantag_with_subtag.nt not loaded</pre>
+          </dd>
+          <dt id='test_minimal_whitespace' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#minimal_whitespace'>
+            Test
+            <span property='dc:title mf:name'>minimal_whitespace</span>
+          </dt>
+          <dd resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#minimal_whitespace'>
+            <p lang='en' property='dc:description'>tests absense of whitespace between subject, predicate, object and end-of-statement</p>
+            <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/minimal_whitespace.nt' title='minimal_whitespace Input'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/minimal_whitespace.nt not loaded</pre>
           </dd>
         </div>
       </dl>
@@ -1952,7 +2758,7 @@
         <span property='doap:release' resource='https://github.com/gkellogg/earl-report/tree/0.2.7.2' typeof='doap:Version'>
           <span property='doap:revision'>0.2.7.2</span>
           <meta content='earl-report-0.2.7.2' property='doap:name' />
-          <meta content='2013-10-23' datatype='xsd:date' property='doap:created' />
+          <meta content='2013-11-24' datatype='xsd:date' property='doap:created' />
         </span>
         an
         <a href='http://unlicense.org' property='doap:license'>Unlicensed</a>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-turtle/reports-nt/rdf.rb-earl-2013-11-24.ttl	Sun Nov 24 15:01:26 2013 -0800
@@ -0,0 +1,770 @@
+@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix dc:   <http://purl.org/dc/terms/> .
+@prefix earl: <http://www.w3.org/ns/earl#> .
+@prefix foaf: <http://xmlns.com/foaf/0.1/> .
+@prefix doap: <http://usefulinc.com/ns/doap#> .
+@prefix ex:   <http://example.org/> .
+@prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
+
+<http://rubygems.org/gems/rdf> a doap:Project ;
+  doap:name          "RDF.rb" ;
+  doap:homepage      <http://rubygems.org/gems/rdf> ;
+  doap:license       <http://creativecommons.org/licenses/publicdomain/> ;
+  doap:shortdesc     "A Ruby library for working with Resource Description Framework (RDF) data."@en ;
+  doap:description   "RDF.rb is a pure-Ruby library for working with Resource Description Framework (RDF) data."@en ;
+  doap:created       "2007-10-23" ;
+  doap:platform      "Ruby" ;
+  doap:category      <http://dbpedia.org/resource/Resource_Description_Framework>,
+                     <http://dbpedia.org/resource/Ruby_(programming_language)> ;
+  doap:implements    <http://www.w3.org/TR/rdf11-concepts/>,
+                     <http://www.w3.org/TR/n-quads/>,
+                     <http://www.w3.org/TR/n-triples/> ;
+  doap:download-page <http://rubyforge.org/projects/rdf/> ;
+  doap:bug-database  <http://github.com/ruby-rdf/rdf/issues> ;
+  doap:blog          <http://ar.to/>, <http://blog.datagraph.org/> ;
+  doap:vendor        <http://datagraph.org/> ;
+  doap:developer     <http://ar.to/#self>, <http://bhuga.net/#ben>, <http://greggkellogg.net/foaf#me> ;
+  doap:maintainer    <http://ar.to/#self>, <http://bhuga.net/#ben>, <http://greggkellogg.net/foaf#me> ;
+  doap:documenter    <http://ar.to/#self>, <http://bhuga.net/#ben>, <http://greggkellogg.net/foaf#me> ;
+  doap:helper        [a foaf:Person ;
+                      foaf:name "Călin Ardelean" ;
+                      foaf:mbox_sha1sum "274bd18402fc773ffc0606996aa1fb90b603aa29"] ;
+  doap:helper        [a foaf:Person ;
+                      foaf:name "Danny Gagne" ;
+                      foaf:mbox_sha1sum "6de43e9cf7de53427fea9765706703e4d957c17b"] ;
+  doap:helper        [a foaf:Person ;
+                      foaf:name "Joey Geiger" ;
+                      foaf:mbox_sha1sum "f412d743150d7b27b8468d56e69ca147917ea6fc"] ;
+  doap:helper        [a foaf:Person ;
+                      foaf:name "Fumihiro Kato" ;
+                      foaf:mbox_sha1sum "d31fdd6af7a279a89bf09fdc9f7c44d9d08bb930"] ;
+  doap:helper        [a foaf:Person ;
+                      foaf:name "Naoki Kawamukai" ;
+                      foaf:mbox_sha1sum "5bdcd8e2af4f5952aaeeffbdd371c41525ec761d"] ;
+  doap:helper        [a foaf:Person ;
+                      foaf:name "Hellekin O. Wolf" ;
+                      foaf:mbox_sha1sum "c69f3255ff0639543cc5edfd8116eac8df16fab8"] ;
+  doap:helper        [a foaf:Person ;
+                      foaf:name "John Fieber" ;
+                      foaf:mbox_sha1sum "f7653fc1ac0e82ebb32f092389bd5fc728eaae12"] ;
+  doap:helper        [a foaf:Person ;
+                      foaf:name "Keita Urashima" ;
+                      foaf:mbox_sha1sum "2b4247b6fd5bb4a1383378f325784318680d5ff9"] ;
+  doap:helper        [a foaf:Person ;
+                      foaf:name "Pius Uzamere" ;
+                      foaf:mbox_sha1sum "bedbbf2451e5beb38d59687c0460032aff92cd3c"] ;
+  foaf:maker         <http://ar.to/#self> ;
+  dc:creator         <http://ar.to/#self> .
+
+<http://ar.to/#self> a foaf:Person ;
+  foaf:name          "Arto Bendiken" ;
+  foaf:mbox          <mailto:arto@bendiken.net> ;
+  foaf:mbox_sha1sum  "a033f652c84a4d73b8c26d318c2395699dd2bdfb",
+                     "d0737cceb55eb7d740578d2db1bc0727e3ed49ce" ;
+  foaf:homepage      <http://ar.to/> ;
+  foaf:made          <> ;
+  rdfs:isDefinedBy   <http://datagraph.org/bendiken/foaf> .
+
+<http://bhuga.net/#ben> a foaf:Person ;
+  foaf:name          "Ben Lavender" ;
+  foaf:mbox          <mailto:blavender@gmail.com> ;
+  foaf:mbox_sha1sum  "dbf45f4ffbd27b67aa84f02a6a31c144727d10af" ;
+  foaf:homepage      <http://bhuga.net/> ;
+  rdfs:isDefinedBy   <http://datagraph.org/bhuga/foaf> .
+
+<http://greggkellogg.net/foaf#me> a foaf:Person ;
+  foaf:name          "Gregg Kellogg" ;
+  foaf:mbox          <mailto:gregg@greggkellogg.net> ;
+  foaf:mbox_sha1sum  "35bc44e6d0070e5ad50ccbe0d24403c96af2b9bd" ;
+  foaf:homepage      <http://greggkellogg.net/>;
+  rdfs:isDefinedBy   <http://greggkellogg.net/foaf> .
+
+<> foaf:primaryTopic <http://rubygems.org/gems/rdf> ;
+  dct:issued "2013-11-24T12:46:09-08:00"^^xsd:dateTime ;
+  foaf:maker <http://greggkellogg.net/foaf#me> .
+
+<http://greggkellogg.net/foaf#me> a foaf:Person, earl:Assertor;
+  foaf:name "Gregg Kellogg";
+  foaf:title "Implementor";
+  foaf:homepage <http://greggkellogg.net/> .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-08>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-09>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-prefix-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-base-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-lang-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-subm-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#comment_following_triple>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_all_controls>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_all_punctuation>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_ascii_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_2_dquotes>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_2_squotes>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_BACKSPACE>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_CARRIAGE_RETURN>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_CHARACTER_TABULATION>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_dquote>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_FORM_FEED>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_LINE_FEED>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_numeric_escape4>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_numeric_escape8>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_REVERSE_SOLIDUS>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_REVERSE_SOLIDUS2>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_squote>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#literal_with_UTF8_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#langtagged_string>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#lantag_with_subtag>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#minimal_whitespace>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T12:46:09-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
--- a/rdf-turtle/reports-nt/rdf.rb-earl.ttl	Sat Nov 23 17:48:59 2013 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,518 +0,0 @@
-@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix dc:   <http://purl.org/dc/terms/> .
-@prefix earl: <http://www.w3.org/ns/earl#> .
-@prefix foaf: <http://xmlns.com/foaf/0.1/> .
-@prefix doap: <http://usefulinc.com/ns/doap#> .
-@prefix ex:   <http://example.org/> .
-@prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
-
-<http://rubygems.org/gems/rdf> a doap:Project, earl:TestSubject, earl:Software ;
-  doap:name          "RDF.rb" ;
-  doap:homepage      <http://ruby-rdf.github.com/rdf> ;
-  doap:license       <http://creativecommons.org/licenses/publicdomain/> ;
-  doap:shortdesc     "Turtle reader/writer for Ruby."@en ;
-  doap:description   "RDF.rb is a pure-Ruby library for working with Resource Description Framework (RDF) data."@en ;
-  doap:shortdesc     "A Ruby library for working with Resource Description Framework (RDF) data." ;
-  doap:created       "2007-10-23"^^xsd:date;
-  doap:programming-language "Ruby" ;
-  doap:platform      "Ruby" ;
-  doap:implements    <http://www.w3.org/TR/rdf-concepts/>,
-                     <http://sw.deri.org/2008/07/n-quads/>,
-                     <http://www.w3.org/2001/sw/RDFCore/ntriples/> ;
-  doap:category      <http://dbpedia.org/resource/Resource_Description_Framework>,
-                     <http://dbpedia.org/resource/Ruby_(programming_language)> ;
-  doap:download-page <http://rubygems.org/gems/rdf> ;
-  doap:mailing-list  <http://lists.w3.org/Archives/Public/public-rdf-ruby/> ;
-  doap:bug-database  <http://github.com/ruby-rdf/rdf/issues> ;
-  doap:blog          <http://ar.to/>, <http://blog.datagraph.org/>, <http://greggkellogg.net> ;
-  doap:developer     <http://ar.to/#self>, <http://bhuga.net/#ben>, <http://greggkellogg.net/foaf#me> ;
-  doap:maintainer    <http://ar.to/#self>, <http://bhuga.net/#ben>, <http://ar.to/#self>, <http://bhuga.net/#ben>, <http://greggkellogg.net/foaf#me> ;
-  doap:documenter    <http://ar.to/#self>, <http://bhuga.net/#ben>, <http://greggkellogg.net/foaf#me> ;
-  doap:helper        [ a foaf:Person; foaf:name "CDlin Ardelean"; foaf:mbox-sha1sum "274bd18402fc773ffc0606996aa1fb90b603aa29"],
-                     [ a foaf:Person; foaf:name "Danny Gagne"; foaf:mbox-sha1sum "6de43e9cf7de53427fea9765706703e4d957c17b"],
-                     [ a foaf:Person; foaf:name "Joey Geiger"; foaf:mbox-sha1sum "f412d743150d7b27b8468d56e69ca147917ea6fc"],
-                     [ a foaf:Person; foaf:name "Fumihiro Kato"; foaf:mbox-sha1sum "d31fdd6af7a279a89bf09fdc9f7c44d9d08bb930"],
-                     [ a foaf:Person; foaf:name "Naoki Kawamukai"; foaf:mbox-sha1sum "5bdcd8e2af4f5952aaeeffbdd371c41525ec761d"],
-                     [ a foaf:Person; foaf:name "Hellekin O. Wolf"; foaf:mbox-sha1sum "c69f3255ff0639543cc5edfd8116eac8df16fab8"],
-                     [ a foaf:Person; foaf:name "John Fieber"; foaf:mbox-sha1sum "f7653fc1ac0e82ebb32f092389bd5fc728eaae12"],
-                     [ a foaf:Person; foaf:name "Keita Urashima"; foaf:mbox-sha1sum "2b4247b6fd5bb4a1383378f325784318680d5ff9"],
-                     [ a foaf:Person; foaf:name "Pius Uzamere"; foaf:mbox-sha1sum "bedbbf2451e5beb38d59687c0460032aff92cd3c"];
-  doap:vendor        <http://datagraph.org/> ;
-  foaf:maker         <http://ar.to/#self> ;
-  dc:title           "RDF.rb" ;
-  dc:description     "RDF.rb is a pure-Ruby library for working with Resource Description Framework (RDF) data."@en ;
-  dc:date            "2011-08-29"^^xsd:date;
-  dc:creator         <http://ar.to/#self> .
-
-<http://bhuga.net/#ben> a doap:Person;
-   rdfs:isDefinedBy <http://datagraph.org/bhuga/foaf>;
-   foaf:homepage <http://bhuga.net/>;
-   foaf:mbox <mailto:blavender@gmail.com>;
-   foaf:mbox_sha1sum "dbf45f4ffbd27b67aa84f02a6a31c144727d10af";
-   foaf:name "Ben Lavender" .
-
-<http://ar.to/#self> a doap:Person;
-   rdfs:isDefinedBy <http://datagraph.org/bendiken/foaf>;
-   foaf:homepage <http://ar.to/>;
-   foaf:made <http://rubygems.org/gems/rdf>;
-   foaf:mbox <mailto:arto.bendiken@gmail.com>;
-   foaf:mbox_sha1sum "d0737cceb55eb7d740578d2db1bc0727e3ed49ce",
-     "a033f652c84a4d73b8c26d318c2395699dd2bdfb";
-   foaf:name "Arto Bendiken" .
-
-
-<http://greggkellogg.net/foaf#me> a foaf:Person, earl:Assertor;
-  foaf:name "Gregg Kellogg";
-  foaf:title "Implementor";
-  foaf:homepage <http://greggkellogg.net/> .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-05>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-06>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-07>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-08>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-09>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-prefix-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-base-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-lang-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-05>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-06>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-07>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-subm-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-03-24T12:36:37-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
--- a/trig/reports/Apache-Jena-trig-earl-2013-11-02.ttl	Sat Nov 23 17:48:59 2013 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,3686 +0,0 @@
-@prefix dc:      <http://purl.org/dc/elements/1.1/> .
-@prefix rdft:    <http://www.w3.org/ns/rdftest#> .
-@prefix earl:    <http://www.w3.org/ns/earl#> .
-@prefix foaf:    <http://xmlns.com/foaf/0.1/> .
-@prefix dct:     <http://purl.org/dc/terms/> .
-@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
-@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix doap:    <http://usefulinc.com/ns/doap#> .
-
-<http://jena.apache.org/#riot>
-    a           doap:Project ;
-    <http://projects.apache.org/ns/asfext#implements>
-                [ a           <http://projects.apache.org/ns/asfext#Standard> ;
-                  <http://projects.apache.org/ns/asfext#body>
-                              "W3C" ;
-                  <http://projects.apache.org/ns/asfext#id>
-                              "" ;
-                  <http://projects.apache.org/ns/asfext#title>
-                              "SPARQL" ;
-                  <http://projects.apache.org/ns/asfext#url>
-                              <http://www.w3.org/TR/rdf-sparql-query/>
-                ] ;
-    <http://projects.apache.org/ns/asfext#implements>
-                [ a           <http://projects.apache.org/ns/asfext#Standard> ;
-                  <http://projects.apache.org/ns/asfext#body>
-                              "W3C" ;
-                  <http://projects.apache.org/ns/asfext#id>
-                              "" ;
-                  <http://projects.apache.org/ns/asfext#title>
-                              "Resource Description Framework" ;
-                  <http://projects.apache.org/ns/asfext#url>
-                              <http://www.w3.org/RDF/>
-                ] ;
-    <http://projects.apache.org/ns/asfext#pmc>
-                <http://jena.apache.org> ;
-    doap:bug-database
-                <https://issues.apache.org/jira/browse/JENA> ;
-    doap:category
-                <http://projects.apache.org/category/library> ;
-    doap:created
-                "2012-05-03" ;
-    doap:description
-                "Apache Jena provides a complete framework for building Semantic Web and Linked Data applications in Java, and provides: parsers for RDF/XML, Turtle and N-triples; a Java programming API; a complete implementation of the SPARQL query language; a rule-based inference engine for RDFS and OWL entailments; TDB (a non-SQL persistent triple store); SDB (a persistent triples store built on a relational store) and Fuseki, an RDF server using web protocols. Jena complies with all relevant recommendations for RDF and related technologies from the W3C." ;
-    doap:developer
-                [ a           foaf:Person ;
-                  foaf:mbox   <mailto:rvesse@apache.org> ;
-                  foaf:name   "Rob Vesse"
-                ] ;
-    doap:developer
-                [ a           foaf:Person ;
-                  foaf:mbox   <mailto:castagna@apache.org> ;
-                  foaf:name   "Paolo Castagna"
-                ] ;
-    doap:developer
-                [ a           foaf:Person ;
-                  foaf:mbox   <mailto:chrisdollin@apache.org> ;
-                  foaf:name   "Chris Dollin"
-                ] ;
-    doap:developer
-                [ a           foaf:Person ;
-                  foaf:mbox   <mailto:sallen@apache.org> ;
-                  foaf:name   "Stephen Allen"
-                ] ;
-    doap:developer
-                [ a           foaf:Person ;
-                  foaf:mbox   <mailto:ijd@apache.org> ;
-                  foaf:name   "Ian Dickinson"
-                ] ;
-    doap:developer
-                [ a           foaf:Person ;
-                  foaf:mbox   <mailto:damian@apache.org> ;
-                  foaf:name   "Damian Steer"
-                ] ;
-    doap:developer
-                [ a           foaf:Person ;
-                  foaf:mbox   <mailto:andy@apache.org> ;
-                  foaf:name   "Andy Seaborne"
-                ] ;
-    doap:developer
-                [ a           foaf:Person ;
-                  foaf:mbox   <mailto:claude@apache.org> ;
-                  foaf:name   "Claude Warren"
-                ] ;
-    doap:developer
-                [ a           foaf:Person ;
-                  foaf:mbox   <mailto:der@apache.org> ;
-                  foaf:name   "Dave Reynolds"
-                ] ;
-    doap:download-page
-                <http://jena.apache.org/download/index.html> ;
-    doap:homepage
-                <http://jena.apache.org> ;
-    doap:license
-                <http://usefulinc.com/doap/licenses/asl20> ;
-    doap:mailing-list
-                <http://jena.apache.org/help_and_support/index.html> ;
-    doap:name   "Apache Jena"@en ;
-    doap:programming-language
-                "Java"@en ;
-    doap:release
-                [ a           doap:Version ;
-                  doap:created
-                              "2013-09-18"@en ;
-                  doap:name   "apache-jena-2.11.0"@en ;
-                  doap:revision
-                              "2.11.0"@en
-                ] ;
-    doap:repository
-                [ a           doap:SVNRepository ;
-                  doap:browse
-                              <http://svn.apache.org/viewvc/jena/> ;
-                  doap:location
-                              <http://svn.apache.org/repos/asf/jena/trunk/>
-                ] ;
-    doap:shortdesc
-                "A framework for developing Semantic Web and Linked Data applications in Java."@en .
-
-@prefix dc:    <http://purl.org/dc/elements/1.1/> .
-@prefix rdft:  <http://www.w3.org/ns/rdftest#> .
-@prefix earl:  <http://www.w3.org/ns/earl#> .
-@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
-@prefix turtletest: <http://www.w3.org/2013/TurtleTests/manifest.ttl#> .
-@prefix dct:   <http://purl.org/dc/terms/> .
-@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
-@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix doap:  <http://usefulinc.com/ns/doap#> .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-file-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#blankNodePropertyList_as_object>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-lists-04>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG1>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-06>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-10>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-06>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#double_lower_case_e>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-num-04>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#localName_with_non_leading_extras>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-02>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-04>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#nested_collection>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-kw-04>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#prefix_with_non_leading_extras>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_LINE_FEED>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#blankNodePropertyList_as_subject>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-pname-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-10>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-03>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#langtagged_LONG_with_subtag>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-05>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-06>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-02>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-22>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-bad-02>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#anonymous_blank_node_graph>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-ln-dots>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-collection-graph-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-uri-04>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#old_style_prefix>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#IRI_with_eight_digit_numeric_escape>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_with_leading_underscore>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#langtagged_non_LONG>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-03>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-08>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-08>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-10>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#underscore_in_localName>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-uri-03>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_escaped_LINE_FEED>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-04>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-string-04>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL2_ascii_boundaries>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-str-esc-03>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-missing-ns-dot-start>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-16>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-datatypes-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-08>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-02>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-uri-03>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-09>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-04>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-eval-bad-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-05>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-15>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-04>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-missing-ns-dot-end>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#repeated_semis_not_at_end>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-05>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-base-05>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL1_all_punctuation>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#localName_with_leading_digit>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-09>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#bareword_double>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-num-03>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-03>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-kw-03>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-02>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_BACKSPACE>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#sole_blankNodePropertyList>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-esc-04>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL1_all_controls>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-09>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#two_LITERAL_LONG2s>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-13>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-04>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-05>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-kw-02>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-21>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-bad-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-ln-colons>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-bnodeplist-graph-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_false>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#IRI_with_four_digit_numeric_escape>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_escaped_BACKSPACE>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-07>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-07>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-string-03>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#HYPHEN_MINUS_in_localName>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-uri-02>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-str-esc-02>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#blankNodePropertyList_containing_collection>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-03>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-10>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL2>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_object>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-15>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-11>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-07>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-27>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-uri-02>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-08>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-03>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-04>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-14>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-03>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-ln-escape>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-06>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#repeated_semis_at_end>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-lists-03>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-04>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-base-04>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#localName_with_leading_underscore>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#bareword_decimal>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-num-02>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-base-04>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-02>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#predicateObjectList_with_two_objectLists>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#prefix_only_IRI>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_CHARACTER_TABULATION>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#anonymous_blank_node_object>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-03>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-esc-03>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL1_ascii_boundaries>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-07>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_numeric_escape8>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-LITERAL2_with_langtag_and_datatype>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-12>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-04>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-10>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-num-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-06>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-kw-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-20>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-blank-label>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-11>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_true>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#IRI_subject>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-06>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#first>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#percent_escaped_localName>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-06>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-string-02>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-uri-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-str-esc-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-02>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-09>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-10>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG1_with_2_squotes>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_subject>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-14>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-eval-struct-02>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-26>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-uri-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-07>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-03>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-02>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-lists-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-base-03>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-13>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-02>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-ln-escape-start>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-05>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-03>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#bareword_integer>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#alternating_bnode_graphs>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#empty_collection>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_2_squotes>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-base-03>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-esc-02>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#prefixed_IRI_object>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-kw-03>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#objectList_with_two_objects>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#anonymous_blank_node_subject>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-02>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-02>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL1>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-06>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_numeric_escape4>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-11>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-03>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-09>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-string-07>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-19>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-pname-esc-03>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-07>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-kw-02>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-number-dot-in-anon>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-eval-bad-04>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-07>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-08>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#numeric_with_leading_0>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-05>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#reserved_escaped_localName>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_REVERSE_SOLIDUS>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#nested_blankNodePropertyLists>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-string-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-file-03>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-11>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-08>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-09>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#positive_numeric>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG1_with_1_squote>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#SPARQL_style_base>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-lists-05>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-13>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-eval-struct-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_FORM_FEED>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-25>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-06>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-02>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-pname-03>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-05>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-base-02>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-12>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-ln-dash-start>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-lists-02>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-04>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-24>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#prefixed_name_datatype>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#alternating_iri_graphs>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-base-02>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#collection_object>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#prefixed_IRI_predicate>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#bareword_a_predicate>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_1_squote>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-esc-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#lantag_with_subtag>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-05>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_with_non_leading_extras>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-02>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#last>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_escaped_FORM_FEED>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-10>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-string-06>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-18>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-pname-esc-02>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-ns-dot-start>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-06>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-kw-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-uri-05>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-10>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-eval-bad-03>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-06>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-07>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-04>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#prefix_reassigned_and_used>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#blankNodePropertyList_with_multiple_triples>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG1_ascii_boundaries>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-file-02>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-12>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-07>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#negative_numeric>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-08>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#old_style_base>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-03>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-kw-05>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#default_namespace_IRI>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-num-05>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_CARRIAGE_RETURN>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-05>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-pname-02>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-11>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-04>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-collection-graph-02>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-08>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-base-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-07>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-blank-label-dot-end>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-03>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-23>
-] .
-
-_:b0    a              foaf:Person ;
-        foaf:homepage  <http://people.apache.org/~andy> ;
-        foaf:name      "Andy Seaborne" .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_graph>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-ns-dots>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#IRIREF_datatype>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-base-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#SPARQL_style_prefix>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_ascii_boundaries>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#IRI_with_all_punctuation>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_with_leading_digit>
-] .
-
-<http://jena.apache.org/#riot>
-        a                doap:Project , earl:Software ;
-        dc:creator       _:b0 ;
-        dc:title         "Apache Jena RIOT" ;
-        dct:isPartOf     [ foaf:homepage  <http://jena.apache.org/> ] ;
-        doap:homepage    "http://jena.apache.org/" ;
-        doap:maintainer  _:b0 ;
-        doap:name        "Apache Jena RIOT" ;
-        doap:release     [ a             doap:Version ;
-                           doap:created  "2013-11-02+00:00"^^xsd:date ;
-                           doap:name     "RIOT"
-                         ] ;
-        foaf:homepage    <http://jena.apache.org/> .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-lang-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#langtagged_LONG>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-04>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-09>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#localname_with_COLON>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-09>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#collection_subject>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-string-05>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-17>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-pname-esc-01>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-ns-dot-end>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-17>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-05>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-datatypes-02>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-09>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-uri-04>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-05>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-eval-bad-02>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-07>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-06>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-16>
-] .
-
-[ a                earl:Assertion ;
-  earl:assertedBy  <http://jena.apache.org/#riot> ;
-  earl:mode        earl:automatic ;
-  earl:result      [ a             earl:TestResult ;
-                     dc:date       "2013-11-02+00:00"^^xsd:date ;
-                     earl:outcome  earl:passed
-                   ] ;
-  earl:subject     <http://jena.apache.org/#riot> ;
-  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-05>
-] .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/trig/reports/Apache-Jena-trig-earl-2013-11-23.ttl	Sun Nov 24 15:01:26 2013 -0800
@@ -0,0 +1,3829 @@
+@prefix dc:    <http://purl.org/dc/elements/1.1/> .
+@prefix rdft:  <http://www.w3.org/ns/rdftest#> .
+@prefix earl:  <http://www.w3.org/ns/earl#> .
+@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
+@prefix turtletest: <http://www.w3.org/2013/TurtleTests/manifest.ttl#> .
+@prefix dct:   <http://purl.org/dc/terms/> .
+@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix doap:  <http://usefulinc.com/ns/doap#> .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL2_ascii_boundaries>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-04>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#number_sign_following_PNAME_NS>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-10>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#numeric_with_leading_0>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#SPARQL_style_prefix>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-base-04>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_with_leading_digit>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-base-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#localname_with_COLON>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-kw-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-pname-esc-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-lang-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-07>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-kw-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-uri-05>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-eval-bad-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-num-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-17>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#bareword_integer>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-file-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#default_namespace_IRI>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#blankNodePropertyList_as_object>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_LINE_FEED>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-12>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#objectList_with_two_objects>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-06>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-minimal-whitespace-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-05>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#prefixed_name_datatype>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL1_all_punctuation>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#localName_with_non_leading_extras>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-04>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-05>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#nested_collection>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-pname-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_1_squote>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-11>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-09>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-missing-ns-dot-end>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-10>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-07>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-05>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-eval-struct-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-23>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-10>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-05>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_escaped_LINE_FEED>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#alternating_bnode_graphs>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-ln-dots>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#comment_following_PNAME_NS>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#collection_subject>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#old_style_prefix>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL2>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-09>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#positive_numeric>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-base-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_with_leading_underscore>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-uri-04>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-pname-esc-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#underscore_in_localName>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-ln-colons>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-kw-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-17>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-06>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-datatypes-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-eval-bad-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-uri-04>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-10>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-string-07>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-16>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-lists-04>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-file-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_BACKSPACE>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#prefix_with_non_leading_extras>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#blankNodePropertyList_as_subject>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL1_all_controls>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-10>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#lantag_with_subtag>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-04>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#IRIREF_datatype>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#localName_with_leading_digit>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-04>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#langtagged_LONG_with_subtag>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-pname-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-base-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-08>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-ln-escape>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-09>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-eval-struct-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-06>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-04>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-22>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-09>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#alternating_iri_graphs>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-ln-escape-start>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_escaped_BACKSPACE>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#number_sign_following_localName>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#bareword_a_predicate>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG1_with_2_squotes>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-collection-graph-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-08>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#negative_numeric>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-base-02>
+] .
+
+_:b0    a              foaf:Person ;
+        foaf:homepage  <http://people.apache.org/~andy> ;
+        foaf:name      "Andy Seaborne" .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-10>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-uri-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-str-esc-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#HYPHEN_MINUS_in_localName>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-datatypes-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-blank-label>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-07>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#blankNodePropertyList_containing_collection>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-16>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG1_with_1_squote>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-05>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-eval-bad-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-07>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-uri-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-09>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-string-06>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-15>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-number-dot-in-anon>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-04>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_CHARACTER_TABULATION>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#langtagged_LONG>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#sole_blankNodePropertyList>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL1_with_UTF8_boundaries>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-07>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-09>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_numeric_escape8>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-esc-04>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#localName_with_leading_underscore>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#two_LITERAL_LONG2s>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-07>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#prefix_only_IRI>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-list-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_ascii_boundaries>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-base-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#anonymous_blank_node_object>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-13>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-num-05>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-05>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-21>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-08>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_graph>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-ln-dash-start>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#comment_following_localName>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#IRI_with_all_punctuation>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_object>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-09>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#first>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#double_lower_case_e>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-06>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-bad-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-uri-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-str-esc-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_REVERSE_SOLIDUS>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#repeated_semis_not_at_end>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#percent_escaped_localName>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-11>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-list-04>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-uri-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#IRI_with_eight_digit_numeric_escape>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-15>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-09>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-27>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-06>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-string-05>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-08>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-string-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-str-esc-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-14>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-ns-dot-start>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-lists-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-26>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-05>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_2_squotes>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#langtagged_non_LONG>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-07>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL1_ascii_boundaries>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-06>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-08>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-kw-05>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_numeric_escape4>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-esc-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-04>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-LITERAL2_with_langtag_and_datatype>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-06>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#empty_collection>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#prefixed_IRI_object>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-04>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-base-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#anonymous_blank_node_subject>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-04>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-12>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL1>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-num-04>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-20>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-kw-04>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-list-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-kw-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#anonymous_blank_node_graph>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-blank-label-dot-end>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-num-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-collection-graph-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#bareword_double>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_subject>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-08>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-05>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-bad-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-uri-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_FORM_FEED>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-14>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#reserved_escaped_localName>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-10>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-list-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#repeated_semis_at_end>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-08>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#nested_blankNodePropertyLists>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-uri-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#IRI_with_four_digit_numeric_escape>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG1_ascii_boundaries>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#SPARQL_style_base>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-05>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-string-04>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-07>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-string-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-13>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-lists-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-11>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-09>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-ns-dot-end>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-25>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-07>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_false>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-06>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-base-05>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#collection_object>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-lists-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_escaped_FORM_FEED>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-esc-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-05>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-05>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#prefixed_IRI_predicate>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_true>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL2_with_UTF8_boundaries>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_with_non_leading_extras>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-11>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#last>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-19>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-kw-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-pname-esc-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-esc-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-kw-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-04>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-eval-bad-04>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-num-02>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-18>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-bnodeplist-graph-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#bareword_decimal>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-07>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-file-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#prefix_reassigned_and_used>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-04>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-06>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_CARRIAGE_RETURN>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-13>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-11>
+] .
+
+<http://jena.apache.org/#riot>
+        a                doap:Project , earl:Software ;
+        dc:creator       _:b0 ;
+        dc:title         "Apache Jena RIOT" ;
+        dct:isPartOf     [ foaf:homepage  <http://jena.apache.org/> ] ;
+        doap:homepage    "http://jena.apache.org/" ;
+        doap:maintainer  _:b0 ;
+        doap:name        "Apache Jena RIOT" ;
+        doap:release     [ a             doap:Version ;
+                           doap:created  "2013-11-23+00:00"^^xsd:date ;
+                           doap:name     "RIOT"
+                         ] ;
+        foaf:homepage    <http://jena.apache.org/> .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#predicateObjectList_with_two_objectLists>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-07>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#blankNodePropertyList_with_multiple_triples>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-lists-05>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#IRI_subject>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-06>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG1>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#old_style_base>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-06>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-04>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-string-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-pname-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-12>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-03>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-05>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-10>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-missing-ns-dot-start>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-08>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-01>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-24>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-06>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-base-04>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries>
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-11-23+00:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-ns-dots>
+] .
+@prefix dc:      <http://purl.org/dc/elements/1.1/> .
+@prefix rdft:    <http://www.w3.org/ns/rdftest#> .
+@prefix earl:    <http://www.w3.org/ns/earl#> .
+@prefix foaf:    <http://xmlns.com/foaf/0.1/> .
+@prefix dct:     <http://purl.org/dc/terms/> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix doap:    <http://usefulinc.com/ns/doap#> .
+
+<http://jena.apache.org/#riot>
+    a           doap:Project ;
+    <http://projects.apache.org/ns/asfext#implements>
+                [ a           <http://projects.apache.org/ns/asfext#Standard> ;
+                  <http://projects.apache.org/ns/asfext#body>
+                              "W3C" ;
+                  <http://projects.apache.org/ns/asfext#id>
+                              "" ;
+                  <http://projects.apache.org/ns/asfext#title>
+                              "SPARQL" ;
+                  <http://projects.apache.org/ns/asfext#url>
+                              <http://www.w3.org/TR/rdf-sparql-query/>
+                ] ;
+    <http://projects.apache.org/ns/asfext#implements>
+                [ a           <http://projects.apache.org/ns/asfext#Standard> ;
+                  <http://projects.apache.org/ns/asfext#body>
+                              "W3C" ;
+                  <http://projects.apache.org/ns/asfext#id>
+                              "" ;
+                  <http://projects.apache.org/ns/asfext#title>
+                              "Resource Description Framework" ;
+                  <http://projects.apache.org/ns/asfext#url>
+                              <http://www.w3.org/RDF/>
+                ] ;
+    <http://projects.apache.org/ns/asfext#pmc>
+                <http://jena.apache.org> ;
+    doap:bug-database
+                <https://issues.apache.org/jira/browse/JENA> ;
+    doap:category
+                <http://projects.apache.org/category/library> ;
+    doap:created
+                "2012-05-03" ;
+    doap:description
+                "Apache Jena provides a complete framework for building Semantic Web and Linked Data applications in Java, and provides: parsers for RDF/XML, Turtle and N-triples; a Java programming API; a complete implementation of the SPARQL query language; a rule-based inference engine for RDFS and OWL entailments; TDB (a non-SQL persistent triple store); SDB (a persistent triples store built on a relational store) and Fuseki, an RDF server using web protocols. Jena complies with all relevant recommendations for RDF and related technologies from the W3C." ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:rvesse@apache.org> ;
+                  foaf:name   "Rob Vesse"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:castagna@apache.org> ;
+                  foaf:name   "Paolo Castagna"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:chrisdollin@apache.org> ;
+                  foaf:name   "Chris Dollin"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:sallen@apache.org> ;
+                  foaf:name   "Stephen Allen"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:ijd@apache.org> ;
+                  foaf:name   "Ian Dickinson"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:damian@apache.org> ;
+                  foaf:name   "Damian Steer"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:andy@apache.org> ;
+                  foaf:name   "Andy Seaborne"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:claude@apache.org> ;
+                  foaf:name   "Claude Warren"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:der@apache.org> ;
+                  foaf:name   "Dave Reynolds"
+                ] ;
+    doap:download-page
+                <http://jena.apache.org/download/index.html> ;
+    doap:homepage
+                <http://jena.apache.org> ;
+    doap:license
+                <http://usefulinc.com/doap/licenses/asl20> ;
+    doap:mailing-list
+                <http://jena.apache.org/help_and_support/index.html> ;
+    doap:name   "Apache Jena"@en ;
+    doap:programming-language
+                "Java"@en ;
+    doap:release
+                [ a           doap:Version ;
+                  doap:created
+                              "2013-11-23"@en ;
+                  doap:name   "apache-jena-2.11.1"@en ;
+                  doap:revision
+                              "2.11.1"@en
+                ] ;
+    doap:repository
+                [ a           doap:SVNRepository ;
+                  doap:browse
+                              <http://svn.apache.org/viewvc/jena/> ;
+                  doap:location
+                              <http://svn.apache.org/repos/asf/jena/trunk/>
+                ] ;
+    doap:shortdesc
+                "A framework for developing Semantic Web and Linked Data applications in Java."@en .
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/trig/reports/RIOT-jena-details.ttl	Sun Nov 24 15:01:26 2013 -0800
@@ -0,0 +1,117 @@
+@prefix dc:      <http://purl.org/dc/elements/1.1/> .
+@prefix rdft:    <http://www.w3.org/ns/rdftest#> .
+@prefix earl:    <http://www.w3.org/ns/earl#> .
+@prefix foaf:    <http://xmlns.com/foaf/0.1/> .
+@prefix dct:     <http://purl.org/dc/terms/> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix doap:    <http://usefulinc.com/ns/doap#> .
+
+<http://jena.apache.org/#riot>
+    a           doap:Project ;
+    <http://projects.apache.org/ns/asfext#implements>
+                [ a           <http://projects.apache.org/ns/asfext#Standard> ;
+                  <http://projects.apache.org/ns/asfext#body>
+                              "W3C" ;
+                  <http://projects.apache.org/ns/asfext#id>
+                              "" ;
+                  <http://projects.apache.org/ns/asfext#title>
+                              "SPARQL" ;
+                  <http://projects.apache.org/ns/asfext#url>
+                              <http://www.w3.org/TR/rdf-sparql-query/>
+                ] ;
+    <http://projects.apache.org/ns/asfext#implements>
+                [ a           <http://projects.apache.org/ns/asfext#Standard> ;
+                  <http://projects.apache.org/ns/asfext#body>
+                              "W3C" ;
+                  <http://projects.apache.org/ns/asfext#id>
+                              "" ;
+                  <http://projects.apache.org/ns/asfext#title>
+                              "Resource Description Framework" ;
+                  <http://projects.apache.org/ns/asfext#url>
+                              <http://www.w3.org/RDF/>
+                ] ;
+    <http://projects.apache.org/ns/asfext#pmc>
+                <http://jena.apache.org> ;
+    doap:bug-database
+                <https://issues.apache.org/jira/browse/JENA> ;
+    doap:category
+                <http://projects.apache.org/category/library> ;
+    doap:created
+                "2012-05-03" ;
+    doap:description
+                "Apache Jena provides a complete framework for building Semantic Web and Linked Data applications in Java, and provides: parsers for RDF/XML, Turtle and N-triples; a Java programming API; a complete implementation of the SPARQL query language; a rule-based inference engine for RDFS and OWL entailments; TDB (a non-SQL persistent triple store); SDB (a persistent triples store built on a relational store) and Fuseki, an RDF server using web protocols. Jena complies with all relevant recommendations for RDF and related technologies from the W3C." ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:rvesse@apache.org> ;
+                  foaf:name   "Rob Vesse"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:castagna@apache.org> ;
+                  foaf:name   "Paolo Castagna"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:chrisdollin@apache.org> ;
+                  foaf:name   "Chris Dollin"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:sallen@apache.org> ;
+                  foaf:name   "Stephen Allen"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:ijd@apache.org> ;
+                  foaf:name   "Ian Dickinson"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:damian@apache.org> ;
+                  foaf:name   "Damian Steer"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:andy@apache.org> ;
+                  foaf:name   "Andy Seaborne"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:claude@apache.org> ;
+                  foaf:name   "Claude Warren"
+                ] ;
+    doap:developer
+                [ a           foaf:Person ;
+                  foaf:mbox   <mailto:der@apache.org> ;
+                  foaf:name   "Dave Reynolds"
+                ] ;
+    doap:download-page
+                <http://jena.apache.org/download/index.html> ;
+    doap:homepage
+                <http://jena.apache.org> ;
+    doap:license
+                <http://usefulinc.com/doap/licenses/asl20> ;
+    doap:mailing-list
+                <http://jena.apache.org/help_and_support/index.html> ;
+    doap:name   "Apache Jena"@en ;
+    doap:programming-language
+                "Java"@en ;
+    doap:release
+                [ a           doap:Version ;
+                  doap:created
+                              "2013-11-23"@en ;
+                  doap:name   "apache-jena-2.11.1"@en ;
+                  doap:revision
+                              "2.11.1"@en
+                ] ;
+    doap:repository
+                [ a           doap:SVNRepository ;
+                  doap:browse
+                              <http://svn.apache.org/viewvc/jena/> ;
+                  doap:location
+                              <http://svn.apache.org/repos/asf/jena/trunk/>
+                ] ;
+    doap:shortdesc
+                "A framework for developing Semantic Web and Linked Data applications in Java."@en .
+
--- a/trig/reports/earl.jsonld	Sat Nov 23 17:48:59 2013 +0000
+++ b/trig/reports/earl.jsonld	Sun Nov 24 15:01:26 2013 -0800
@@ -122,7 +122,7 @@
       "@id": "https://github.com/gkellogg/earl-report/tree/0.2.7.2",
       "@type": "doap:Version",
       "name": "earl-report-0.2.7.2",
-      "created": "2013-10-23",
+      "created": "2013-11-24",
       "revision": "0.2.7.2"
     },
     "developer": {
@@ -133,9 +133,10 @@
     }
   },
   "assertions": [
-    "Apache-Jena-trig-earl-2013-11-02.ttl",
+    "Apache-Jena-trig-earl-2013-11-23.ttl",
+    "RIOT-jena-details.ttl",
     "earl.ttl",
-    "rdf.rb-earl-2013-09-09.ttl"
+    "rdf.rb-earl-2013-11-24.ttl"
   ],
   "testSubjects": [
     {
@@ -144,7 +145,7 @@
         "earl:TestSubject",
         "doap:Project"
       ],
-      "name": "Apache Jena RIOT",
+      "name": "Apache Jena",
       "developer": [
         {
           "@type": "foaf:Person",
@@ -184,7 +185,7 @@
         }
       ],
       "doapDesc": "Apache Jena provides a complete framework for building Semantic Web and Linked Data applications in Java, and provides: parsers for RDF/XML, Turtle and N-triples; a Java programming API; a complete implementation of the SPARQL query language; a rule-based inference engine for RDFS and OWL entailments; TDB (a non-SQL persistent triple store); SDB (a persistent triples store built on a relational store) and Fuseki, an RDF server using web protocols. Jena complies with all relevant recommendations for RDF and related technologies from the W3C.",
-      "homepage": "http://jena.apache.org/",
+      "homepage": "http://jena.apache.org",
       "language": "Java"
     },
     {
@@ -570,6 +571,41 @@
           "description": "trailing ';' no '.'"
         },
         {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-minimal-whitespace-01",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax"
+          ],
+          "title": "trig-syntax-minimal-whitespace-01",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-minimal-whitespace-01.trig",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-minimal-whitespace-01",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-minimal-whitespace-01",
+              "subject": "http://rubygems.org/gems/rdf-trig",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "tests absense of whitespace in various positions"
+        },
+        {
           "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#IRI_subject",
           "@type": [
             "earl:TestCriterion",
@@ -1863,7 +1899,7 @@
             }
           ],
           "description": "sole blankNodePropertyList [ <p> <o> ] .",
-          "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/anonymous_blank_node_subject.nq"
+          "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/sole_blankNodePropertyList.nq"
         },
         {
           "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#blankNodePropertyList_as_subject",
@@ -2334,6 +2370,42 @@
           "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL1_ascii_boundaries.nq"
         },
         {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL1_with_UTF8_boundaries",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestTrigEval"
+          ],
+          "title": "LITERAL1_with_UTF8_boundaries",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL1_with_UTF8_boundaries.trig",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL1_with_UTF8_boundaries",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL1_with_UTF8_boundaries",
+              "subject": "http://rubygems.org/gems/rdf-trig",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "LITERAL1_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'",
+          "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_with_UTF8_boundaries.nq"
+        },
+        {
           "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL1_all_controls",
           "@type": [
             "earl:TestCriterion",
@@ -2478,6 +2550,42 @@
           "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_LONG1_ascii_boundaries.nq"
         },
         {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestTrigEval"
+          ],
+          "title": "LITERAL_LONG1_with_UTF8_boundaries",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_LONG1_with_UTF8_boundaries.trig",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries",
+              "subject": "http://rubygems.org/gems/rdf-trig",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "LITERAL_LONG1_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'",
+          "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_with_UTF8_boundaries.nq"
+        },
+        {
           "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG1_with_1_squote",
           "@type": [
             "earl:TestCriterion",
@@ -2622,6 +2730,42 @@
           "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL2_ascii_boundaries.nq"
         },
         {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL2_with_UTF8_boundaries",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestTrigEval"
+          ],
+          "title": "LITERAL2_with_UTF8_boundaries",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL2_with_UTF8_boundaries.trig",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL2_with_UTF8_boundaries",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL2_with_UTF8_boundaries",
+              "subject": "http://rubygems.org/gems/rdf-trig",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "LITERAL2_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'",
+          "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_with_UTF8_boundaries.nq"
+        },
+        {
           "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2",
           "@type": [
             "earl:TestCriterion",
@@ -2694,6 +2838,42 @@
           "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_LONG2_ascii_boundaries.nq"
         },
         {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestTrigEval"
+          ],
+          "title": "LITERAL_LONG2_with_UTF8_boundaries",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_LONG2_with_UTF8_boundaries.trig",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries",
+              "subject": "http://rubygems.org/gems/rdf-trig",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "LITERAL_LONG2_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'",
+          "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_with_UTF8_boundaries.nq"
+        },
+        {
           "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_1_squote",
           "@type": [
             "earl:TestCriterion",
@@ -3882,6 +4062,293 @@
           "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/repeated_semis_not_at_end.nq"
         },
         {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#comment_following_localName",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestTrigEval"
+          ],
+          "title": "comment_following_localName",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/comment_following_localName.trig",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#comment_following_localName",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#comment_following_localName",
+              "subject": "http://rubygems.org/gems/rdf-trig",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "comment following localName",
+          "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/IRI_spo.nq"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#number_sign_following_localName",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestTrigEval"
+          ],
+          "title": "number_sign_following_localName",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/number_sign_following_localName.trig",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#number_sign_following_localName",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#number_sign_following_localName",
+              "subject": "http://rubygems.org/gems/rdf-trig",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "number sign following localName",
+          "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/number_sign_following_localName.nq"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#comment_following_PNAME_NS",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestTrigEval"
+          ],
+          "title": "comment_following_PNAME_NS",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/comment_following_PNAME_NS.trig",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#comment_following_PNAME_NS",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#comment_following_PNAME_NS",
+              "subject": "http://rubygems.org/gems/rdf-trig",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "comment following PNAME_NS",
+          "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/comment_following_PNAME_NS.nq"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#number_sign_following_PNAME_NS",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestTrigEval"
+          ],
+          "title": "number_sign_following_PNAME_NS",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/number_sign_following_PNAME_NS.trig",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#number_sign_following_PNAME_NS",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#number_sign_following_PNAME_NS",
+              "subject": "http://rubygems.org/gems/rdf-trig",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "number sign following PNAME_NS",
+          "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/number_sign_following_PNAME_NS.nq"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestTrigEval"
+          ],
+          "title": "LITERAL_LONG2_with_REVERSE_SOLIDUS",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_LONG2_with_REVERSE_SOLIDUS.trig",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS",
+              "subject": "http://rubygems.org/gems/rdf-trig",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "REVERSE SOLIDUS at end of LITERAL_LONG2",
+          "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_LONG2_with_REVERSE_SOLIDUS.nq"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-LITERAL2_with_langtag_and_datatype",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax"
+          ],
+          "title": "trig-syntax-bad-num-05",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-LITERAL2_with_langtag_and_datatype.trig",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-LITERAL2_with_langtag_and_datatype",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-LITERAL2_with_langtag_and_datatype",
+              "subject": "http://rubygems.org/gems/rdf-trig",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "Bad number format (negative test)"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#two_LITERAL_LONG2s",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestTrigEval"
+          ],
+          "title": "two_LITERAL_LONG2s",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/two_LITERAL_LONG2s.trig",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#two_LITERAL_LONG2s",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#two_LITERAL_LONG2s",
+              "subject": "http://rubygems.org/gems/rdf-trig",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "two LITERAL_LONG2s testing quote delimiter overrun",
+          "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/two_LITERAL_LONG2s.nq"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#langtagged_LONG_with_subtag",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestTrigEval"
+          ],
+          "title": "langtagged_LONG_with_subtag",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/langtagged_LONG_with_subtag.trig",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#langtagged_LONG_with_subtag",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#langtagged_LONG_with_subtag",
+              "subject": "http://rubygems.org/gems/rdf-trig",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "langtagged LONG with subtag \"\"\"Cheers\"\"\"@en-UK",
+          "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/langtagged_LONG_with_subtag.nq"
+        },
+        {
           "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-file-01",
           "@type": [
             "earl:TestCriterion",
@@ -9896,149 +10363,6 @@
           "description": "Bad IRI : {abc} (negative evaluation test)"
         },
         {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS",
-          "@type": [
-            "earl:TestCriterion",
-            "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestTrigEval"
-          ],
-          "title": "LITERAL_LONG2_with_REVERSE_SOLIDUS",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_LONG2_with_REVERSE_SOLIDUS.trig",
-          "assertions": [
-            {
-              "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS",
-              "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:automatic",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:passed"
-              },
-              "assertedBy": "http://jena.apache.org/#riot"
-            },
-            {
-              "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS",
-              "subject": "http://rubygems.org/gems/rdf-trig",
-              "mode": "earl:automatic",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:passed"
-              },
-              "assertedBy": "http://greggkellogg.net/foaf#me"
-            }
-          ],
-          "description": "REVERSE SOLIDUS at end of LITERAL_LONG2",
-          "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_LONG2_with_REVERSE_SOLIDUS.nq"
-        },
-        {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-LITERAL2_with_langtag_and_datatype",
-          "@type": [
-            "earl:TestCriterion",
-            "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax"
-          ],
-          "title": "trig-syntax-bad-num-05",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-LITERAL2_with_langtag_and_datatype.trig",
-          "assertions": [
-            {
-              "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-LITERAL2_with_langtag_and_datatype",
-              "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:automatic",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:passed"
-              },
-              "assertedBy": "http://jena.apache.org/#riot"
-            },
-            {
-              "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-LITERAL2_with_langtag_and_datatype",
-              "subject": "http://rubygems.org/gems/rdf-trig",
-              "mode": "earl:automatic",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:passed"
-              },
-              "assertedBy": "http://greggkellogg.net/foaf#me"
-            }
-          ],
-          "description": "Bad number format (negative test)"
-        },
-        {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#two_LITERAL_LONG2s",
-          "@type": [
-            "earl:TestCriterion",
-            "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestTrigEval"
-          ],
-          "title": "two_LITERAL_LONG2s",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/two_LITERAL_LONG2s.trig",
-          "assertions": [
-            {
-              "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#two_LITERAL_LONG2s",
-              "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:automatic",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:passed"
-              },
-              "assertedBy": "http://jena.apache.org/#riot"
-            },
-            {
-              "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#two_LITERAL_LONG2s",
-              "subject": "http://rubygems.org/gems/rdf-trig",
-              "mode": "earl:automatic",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:passed"
-              },
-              "assertedBy": "http://greggkellogg.net/foaf#me"
-            }
-          ],
-          "description": "two LITERAL_LONG2s testing quote delimiter overrun",
-          "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/two_LITERAL_LONG2s.nq"
-        },
-        {
-          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#langtagged_LONG_with_subtag",
-          "@type": [
-            "earl:TestCriterion",
-            "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestTrigEval"
-          ],
-          "title": "langtagged_LONG_with_subtag",
-          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/langtagged_LONG_with_subtag.trig",
-          "assertions": [
-            {
-              "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#langtagged_LONG_with_subtag",
-              "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:automatic",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:passed"
-              },
-              "assertedBy": "http://jena.apache.org/#riot"
-            },
-            {
-              "@type": "earl:Assertion",
-              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#langtagged_LONG_with_subtag",
-              "subject": "http://rubygems.org/gems/rdf-trig",
-              "mode": "earl:automatic",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:passed"
-              },
-              "assertedBy": "http://greggkellogg.net/foaf#me"
-            }
-          ],
-          "description": "langtagged LONG with subtag \"\"\"Cheers\"\"\"@en-UK",
-          "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/langtagged_LONG_with_subtag.nq"
-        },
-        {
           "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-blank-label-dot-end",
           "@type": [
             "earl:TestCriterion",
@@ -10354,6 +10678,146 @@
           "description": "Dot delimeter may not appear in anonymous nodes"
         },
         {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-list-01",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax"
+          ],
+          "title": "trig-syntax-bad-list-01",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-list-01.trig",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-list-01",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-list-01",
+              "subject": "http://rubygems.org/gems/rdf-trig",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "Free-standing list outside {} : bad syntax"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-list-02",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax"
+          ],
+          "title": "trig-syntax-bad-list-02",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-list-02.trig",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-list-02",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-list-02",
+              "subject": "http://rubygems.org/gems/rdf-trig",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "Free-standing list of zero-elements outside {} : bad syntax"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-list-03",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax"
+          ],
+          "title": "trig-syntax-bad-list-03",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-list-03.trig",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-list-03",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-list-03",
+              "subject": "http://rubygems.org/gems/rdf-trig",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "Free-standing list inside {} : bad syntax"
+        },
+        {
+          "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-list-04",
+          "@type": [
+            "earl:TestCriterion",
+            "earl:TestCase",
+            "http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax"
+          ],
+          "title": "trig-syntax-bad-list-04",
+          "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-list-04.trig",
+          "assertions": [
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-list-04",
+              "subject": "http://jena.apache.org/#riot",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-list-04",
+              "subject": "http://rubygems.org/gems/rdf-trig",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            }
+          ],
+          "description": "Free-standing list of zero elements : bad syntax"
+        },
+        {
           "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-blank-label",
           "@type": [
             "earl:TestCriterion",
@@ -11305,7 +11769,7 @@
             "earl:TestCase",
             "http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax"
           ],
-          "title": "trig-collection-grap-badh-02",
+          "title": "trig-collection-graph-bad-02",
           "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-collection-graph-bad-02.trig",
           "assertions": [
             {
@@ -11401,7 +11865,7 @@
               "assertedBy": "http://greggkellogg.net/foaf#me"
             }
           ],
-          "description": "riG can parse Turtle (repeated PREFIX)"
+          "description": "TriG can parse Turtle (repeated PREFIX)"
         },
         {
           "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-03",
--- a/trig/reports/earl.ttl	Sat Nov 23 17:48:59 2013 +0000
+++ b/trig/reports/earl.ttl	Sun Nov 24 15:01:26 2013 -0800
@@ -15,9 +15,10 @@
   dc:bibliographicCitation "[[TRIG]]";
   earl:generatedBy <http://rubygems.org/gems/earl-report>;
   earl:assertions
-    <Apache-Jena-trig-earl-2013-11-02.ttl>,
+    <Apache-Jena-trig-earl-2013-11-23.ttl>,
+    <RIOT-jena-details.ttl>,
     <earl.ttl>,
-    <rdf.rb-earl-2013-09-09.ttl>;
+    <rdf.rb-earl-2013-11-24.ttl>;
   earl:testSubjects (
     <http://jena.apache.org/#riot>
     <http://rubygems.org/gems/rdf-trig>);
@@ -52,6 +53,7 @@
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-07>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-06>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-07>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-minimal-whitespace-01>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#IRI_subject>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#IRI_with_four_digit_numeric_escape>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#IRI_with_eight_digit_numeric_escape>
@@ -101,16 +103,20 @@
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#last>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL1>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL1_ascii_boundaries>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL1_with_UTF8_boundaries>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL1_all_controls>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL1_all_punctuation>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG1>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG1_ascii_boundaries>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG1_with_1_squote>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG1_with_2_squotes>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL2>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL2_ascii_boundaries>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL2_with_UTF8_boundaries>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_ascii_boundaries>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_1_squote>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_2_squotes>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_CHARACTER_TABULATION>
@@ -144,6 +150,14 @@
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#predicateObjectList_with_two_objectLists>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#repeated_semis_at_end>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#repeated_semis_not_at_end>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#comment_following_localName>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#number_sign_following_localName>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#comment_following_PNAME_NS>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#number_sign_following_PNAME_NS>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-LITERAL2_with_langtag_and_datatype>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#two_LITERAL_LONG2s>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#langtagged_LONG_with_subtag>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-file-01>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-file-02>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-file-03>
@@ -315,10 +329,6 @@
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-eval-bad-02>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-eval-bad-03>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-eval-bad-04>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-LITERAL2_with_langtag_and_datatype>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#two_LITERAL_LONG2s>
-    <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#langtagged_LONG_with_subtag>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-blank-label-dot-end>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-ln-dash-start>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-ln-escape-start>
@@ -328,6 +338,10 @@
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-ns-dot-end>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-ns-dot-start>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-number-dot-in-anon>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-list-01>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-list-02>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-list-03>
+    <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-list-04>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-blank-label>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-ln-colons>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-ln-dots>
@@ -369,7 +383,7 @@
 # Subject Definitions
 #
 <http://jena.apache.org/#riot> a earl:TestSubject, doap:Project;
-  doap:name "Apache Jena RIOT";
+  doap:name "Apache Jena";
   doap:description """Apache Jena provides a complete framework for building Semantic Web and Linked Data applications in Java, and provides: parsers for RDF/XML, Turtle and N-triples; a Java programming API; a complete implementation of the SPARQL query language; a rule-based inference engine for RDFS and OWL entailments; TDB (a non-SQL persistent triple store); SDB (a persistent triples store built on a relational store) and Fuseki, an RDF server using web protocols. Jena complies with all relevant recommendations for RDF and related technologies from the W3C."""@en;
   doap:programming-language "Java";
  .
@@ -621,6 +635,25 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
+<https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-minimal-whitespace-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
+  dc:title "trig-syntax-minimal-whitespace-01";
+  dc:description """tests absense of whitespace in various positions"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-minimal-whitespace-01.trig>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-minimal-whitespace-01>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-minimal-whitespace-01>;
+      earl:subject <http://rubygems.org/gems/rdf-trig>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#IRI_subject> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "IRI_subject";
   dc:description """IRI subject"""@en;
@@ -1324,7 +1357,7 @@
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#sole_blankNodePropertyList> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "sole_blankNodePropertyList";
   dc:description """sole blankNodePropertyList [ <p> <o> ] ."""@en;
-  mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/anonymous_blank_node_subject.nq>;
+  mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/sole_blankNodePropertyList.nq>;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/sole_blankNodePropertyList.trig>;
   earl:assertions (
     [ a earl:Assertion;
@@ -1601,6 +1634,26 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
+<https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL1_with_UTF8_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
+  dc:title "LITERAL1_with_UTF8_boundaries";
+  dc:description """LITERAL1_with_UTF8_boundaries '\x80\x7ff\x800\xfff...'"""@en;
+  mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_with_UTF8_boundaries.nq>;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL1_with_UTF8_boundaries.trig>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL1_with_UTF8_boundaries>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL1_with_UTF8_boundaries>;
+      earl:subject <http://rubygems.org/gems/rdf-trig>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL1_all_controls> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "LITERAL1_all_controls";
   dc:description """LITERAL1_all_controls '\x00\x01\x02\x03\x04...'"""@en;
@@ -1681,6 +1734,26 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
+<https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
+  dc:title "LITERAL_LONG1_with_UTF8_boundaries";
+  dc:description """LITERAL_LONG1_with_UTF8_boundaries '\x80\x7ff\x800\xfff...'"""@en;
+  mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_with_UTF8_boundaries.nq>;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_LONG1_with_UTF8_boundaries.trig>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries>;
+      earl:subject <http://rubygems.org/gems/rdf-trig>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG1_with_1_squote> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "LITERAL_LONG1_with_1_squote";
   dc:description """LITERAL_LONG1 with 1 squote '''a'b'''"""@en;
@@ -1761,6 +1834,26 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
+<https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL2_with_UTF8_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
+  dc:title "LITERAL2_with_UTF8_boundaries";
+  dc:description """LITERAL2_with_UTF8_boundaries '\x80\x7ff\x800\xfff...'"""@en;
+  mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_with_UTF8_boundaries.nq>;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL2_with_UTF8_boundaries.trig>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL2_with_UTF8_boundaries>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL2_with_UTF8_boundaries>;
+      earl:subject <http://rubygems.org/gems/rdf-trig>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "LITERAL_LONG2";
   dc:description """LITERAL_LONG2 """x""""""@en;
@@ -1801,6 +1894,26 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
+<https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
+  dc:title "LITERAL_LONG2_with_UTF8_boundaries";
+  dc:description """LITERAL_LONG2_with_UTF8_boundaries '\x80\x7ff\x800\xfff...'"""@en;
+  mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_with_UTF8_boundaries.nq>;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_LONG2_with_UTF8_boundaries.trig>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries>;
+      earl:subject <http://rubygems.org/gems/rdf-trig>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_1_squote> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
   dc:title "LITERAL_LONG2_with_1_squote";
   dc:description """LITERAL_LONG2 with 1 squote """a"b""""""@en;
@@ -2461,6 +2574,165 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
+<https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#comment_following_localName> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
+  dc:title "comment_following_localName";
+  dc:description """comment following localName"""@en;
+  mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/IRI_spo.nq>;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/comment_following_localName.trig>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#comment_following_localName>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#comment_following_localName>;
+      earl:subject <http://rubygems.org/gems/rdf-trig>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#number_sign_following_localName> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
+  dc:title "number_sign_following_localName";
+  dc:description """number sign following localName"""@en;
+  mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/number_sign_following_localName.nq>;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/number_sign_following_localName.trig>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#number_sign_following_localName>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#number_sign_following_localName>;
+      earl:subject <http://rubygems.org/gems/rdf-trig>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#comment_following_PNAME_NS> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
+  dc:title "comment_following_PNAME_NS";
+  dc:description """comment following PNAME_NS"""@en;
+  mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/comment_following_PNAME_NS.nq>;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/comment_following_PNAME_NS.trig>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#comment_following_PNAME_NS>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#comment_following_PNAME_NS>;
+      earl:subject <http://rubygems.org/gems/rdf-trig>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#number_sign_following_PNAME_NS> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
+  dc:title "number_sign_following_PNAME_NS";
+  dc:description """number sign following PNAME_NS"""@en;
+  mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/number_sign_following_PNAME_NS.nq>;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/number_sign_following_PNAME_NS.trig>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#number_sign_following_PNAME_NS>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#number_sign_following_PNAME_NS>;
+      earl:subject <http://rubygems.org/gems/rdf-trig>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
+  dc:title "LITERAL_LONG2_with_REVERSE_SOLIDUS";
+  dc:description """REVERSE SOLIDUS at end of LITERAL_LONG2"""@en;
+  mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_LONG2_with_REVERSE_SOLIDUS.nq>;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_LONG2_with_REVERSE_SOLIDUS.trig>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS>;
+      earl:subject <http://rubygems.org/gems/rdf-trig>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-LITERAL2_with_langtag_and_datatype> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
+  dc:title "trig-syntax-bad-num-05";
+  dc:description """Bad number format (negative test)"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-LITERAL2_with_langtag_and_datatype.trig>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-LITERAL2_with_langtag_and_datatype>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-LITERAL2_with_langtag_and_datatype>;
+      earl:subject <http://rubygems.org/gems/rdf-trig>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#two_LITERAL_LONG2s> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
+  dc:title "two_LITERAL_LONG2s";
+  dc:description """two LITERAL_LONG2s testing quote delimiter overrun"""@en;
+  mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/two_LITERAL_LONG2s.nq>;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/two_LITERAL_LONG2s.trig>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#two_LITERAL_LONG2s>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#two_LITERAL_LONG2s>;
+      earl:subject <http://rubygems.org/gems/rdf-trig>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#langtagged_LONG_with_subtag> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
+  dc:title "langtagged_LONG_with_subtag";
+  dc:description """langtagged LONG with subtag """Cheers"""@en-UK"""@en;
+  mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/langtagged_LONG_with_subtag.nq>;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/langtagged_LONG_with_subtag.trig>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#langtagged_LONG_with_subtag>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#langtagged_LONG_with_subtag>;
+      earl:subject <http://rubygems.org/gems/rdf-trig>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-file-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-file-01";
   dc:description """Empty file"""@en;
@@ -5739,85 +6011,6 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
-<https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
-  dc:title "LITERAL_LONG2_with_REVERSE_SOLIDUS";
-  dc:description """REVERSE SOLIDUS at end of LITERAL_LONG2"""@en;
-  mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_LONG2_with_REVERSE_SOLIDUS.nq>;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_LONG2_with_REVERSE_SOLIDUS.trig>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:assertedBy <http://jena.apache.org/#riot>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS>;
-      earl:subject <http://rubygems.org/gems/rdf-trig>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-LITERAL2_with_langtag_and_datatype> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
-  dc:title "trig-syntax-bad-num-05";
-  dc:description """Bad number format (negative test)"""@en;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-LITERAL2_with_langtag_and_datatype.trig>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:assertedBy <http://jena.apache.org/#riot>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-LITERAL2_with_langtag_and_datatype>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-LITERAL2_with_langtag_and_datatype>;
-      earl:subject <http://rubygems.org/gems/rdf-trig>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#two_LITERAL_LONG2s> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
-  dc:title "two_LITERAL_LONG2s";
-  dc:description """two LITERAL_LONG2s testing quote delimiter overrun"""@en;
-  mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/two_LITERAL_LONG2s.nq>;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/two_LITERAL_LONG2s.trig>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:assertedBy <http://jena.apache.org/#riot>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#two_LITERAL_LONG2s>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#two_LITERAL_LONG2s>;
-      earl:subject <http://rubygems.org/gems/rdf-trig>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
-<https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#langtagged_LONG_with_subtag> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigEval>;
-  dc:title "langtagged_LONG_with_subtag";
-  dc:description """langtagged LONG with subtag """Cheers"""@en-UK"""@en;
-  mf:result <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/langtagged_LONG_with_subtag.nq>;
-  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/langtagged_LONG_with_subtag.trig>;
-  earl:assertions (
-    [ a earl:Assertion;
-      earl:assertedBy <http://jena.apache.org/#riot>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#langtagged_LONG_with_subtag>;
-      earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-    [ a earl:Assertion;
-      earl:assertedBy <http://greggkellogg.net/foaf#me>;
-      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#langtagged_LONG_with_subtag>;
-      earl:subject <http://rubygems.org/gems/rdf-trig>;
-      earl:mode earl:automatic;
-      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-blank-label-dot-end> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
   dc:title "trig-syntax-bad-blank-label-dot-end";
   dc:description """Blank node label must not end in dot"""@en;
@@ -5989,6 +6182,82 @@
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
+<https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-list-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
+  dc:title "trig-syntax-bad-list-01";
+  dc:description """Free-standing list outside {} : bad syntax"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-list-01.trig>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-list-01>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-list-01>;
+      earl:subject <http://rubygems.org/gems/rdf-trig>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-list-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
+  dc:title "trig-syntax-bad-list-02";
+  dc:description """Free-standing list of zero-elements outside {} : bad syntax"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-list-02.trig>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-list-02>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-list-02>;
+      earl:subject <http://rubygems.org/gems/rdf-trig>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-list-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
+  dc:title "trig-syntax-bad-list-03";
+  dc:description """Free-standing list inside {} : bad syntax"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-list-03.trig>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-list-03>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-list-03>;
+      earl:subject <http://rubygems.org/gems/rdf-trig>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
+<https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-list-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
+  dc:title "trig-syntax-bad-list-04";
+  dc:description """Free-standing list of zero elements : bad syntax"""@en;
+  mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-list-04.trig>;
+  earl:assertions (
+    [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-list-04>;
+      earl:subject <http://jena.apache.org/#riot>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-list-04>;
+      earl:subject <http://rubygems.org/gems/rdf-trig>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-blank-label> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-syntax-blank-label";
   dc:description """Characters allowed in blank node labels"""@en;
@@ -6503,7 +6772,7 @@
   ) .
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-collection-graph-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigNegativeSyntax>;
-  dc:title "trig-collection-grap-badh-02";
+  dc:title "trig-collection-graph-bad-02";
   dc:description """A graph may not be named with a collection"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-collection-graph-bad-02.trig>;
   earl:assertions (
@@ -6542,7 +6811,7 @@
 
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/rdftest#TestTrigPositiveSyntax>;
   dc:title "trig-turtle-02";
-  dc:description """riG can parse Turtle (repeated PREFIX)"""@en;
+  dc:description """TriG can parse Turtle (repeated PREFIX)"""@en;
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-turtle-02.trig>;
   earl:assertions (
     [ a earl:Assertion;
Binary file trig/reports/index.html has changed
--- a/trig/reports/rdf.rb-earl-2013-09-09.ttl	Sat Nov 23 17:48:59 2013 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,3282 +0,0 @@
-@prefix dc: <http://purl.org/dc/terms/> .
-@prefix doap: <http://usefulinc.com/ns/doap#> .
-@prefix earl: <http://www.w3.org/ns/earl#> .
-@prefix foaf: <http://xmlns.com/foaf/0.1/> .
-@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-
-<https://github.com/ruby-rdf/rdf-trig> a doap:GitRepository;
-   dc:title "RDF::TriG";
-   doap:browse <https://github.com/ruby-rdf/rdf-trig> .
-
- <http://rubygems.org/gems/rdf-trig> a doap:Project, earl:TestSubject, earl:Software;
-    doap:blog          <http://greggkellogg.net/> ;
-    doap:developer <http://greggkellogg.net/foaf#me>;
-    doap:documenter <http://greggkellogg.net/foaf#me>;
-    doap:maintainer <http://greggkellogg.net/foaf#me>;
-    doap:bug-database <https://github.com/ruby-rdf/rdf-trig/issues>;
-    doap:description "TriG reader/writer for RDF.rb";
-    doap:name "RDF::TriG";
-    doap:shortdesc "TriG reader/writer for Ruby."@en;
-    doap:programming-language "Ruby";
-    doap:repository <https://github.com/ruby-rdf/rdf-trig>;
-    doap:mailing-list <http://lists.w3.org/Archives/Public/public-rdf-ruby/>;
-    doap:implements <http://www.w3.org/TR/trig/> ;
-    doap:category <http://dbpedia.org/resource/Resource_Description_Framework>,
-      <http://dbpedia.org/resource/Ruby_(programming_language)>;
-    doap:homepage <http://github.com/ruby-rdf/rdf-trig>;
-    doap:license <http://creativecommons.org/licenses/publicdomain/>;
-    doap:wiki <https://github.com/ruby-rdf/rdf-trig/wiki> ;
-    foaf:maker <http://greggkellogg.net/foaf#me> ;
-    dc:date "2011-12-22"^^xsd:date;
-    dc:creator <http://greggkellogg.net/foaf#me>;
-    dc:description "TriG reader/writer for RDF.rb";
-    dc:isPartOf        <http://rubygems.org/gems/rdf> .
-
-<http://github.com/gkellogg> a foaf:OnlineAccount;
-   dc:created "2009-01-13T08:58:46-08:00"^^xsd:dateTime;
-   doap:homepage <http://github.com/gkellogg>;
-   foaf:accountName "gkellogg";
-   foaf:accountServiceHomepage <http://github.com/>;
-   foaf:name "GitHub";
-   foaf:page <http://github.com/gkellogg> .
-
-<http://greggkellogg.net/foaf#me> a foaf:Person;
-  foaf:mbox <mailto:gregg@greggkellogg.net>;
-  foaf:mbox_sha1sum "35bc44e6d0070e5ad50ccbe0d24403c96af2b9bd";
-  foaf:name "Gregg Kellogg";
-  foaf:nick "gkellogg";
-  foaf:developer _:proj;
-  foaf:account <http://github.com/gkellogg>;
-  foaf:based_near "San Rafael, CA";
-  foaf:depiction <http://www.gravatar.com/avatar/42f948adff3afaa52249d963117af7c8>;
-  foaf:weblog <http://greggkellogg.net> .
-
-<> foaf:primaryTopic <http://rubygems.org/gems/rdf-trig> ;
-  dc:issued "2013-09-07T17:54:43-07:00"^^xsd:dateTime ;
-  foaf:maker <http://greggkellogg.net/foaf#me> .
-
-<http://greggkellogg.net/foaf#me> a foaf:Person, earl:Assertor;
-  foaf:name "Gregg Kellogg";
-  foaf:title "Implementor";
-  foaf:homepage <http://greggkellogg.net/> .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#anonymous_blank_node_graph>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_graph>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#alternating_iri_graphs>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#alternating_bnode_graphs>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-base-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-base-05>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-06>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-07>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-06>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-07>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#IRI_subject>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#IRI_with_four_digit_numeric_escape>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#IRI_with_eight_digit_numeric_escape>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#IRI_with_all_punctuation>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#bareword_a_predicate>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#old_style_prefix>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#SPARQL_style_prefix>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#prefixed_IRI_predicate>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#prefixed_IRI_object>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#prefix_only_IRI>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#prefix_with_non_leading_extras>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#default_namespace_IRI>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#prefix_reassigned_and_used>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#reserved_escaped_localName>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#percent_escaped_localName>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#HYPHEN_MINUS_in_localName>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#underscore_in_localName>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#localname_with_COLON>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#localName_with_leading_underscore>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#localName_with_leading_digit>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#localName_with_non_leading_extras>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#old_style_base>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#SPARQL_style_base>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_subject>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_object>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_with_leading_underscore>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_with_leading_digit>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_with_non_leading_extras>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#anonymous_blank_node_subject>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#anonymous_blank_node_object>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#sole_blankNodePropertyList>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#blankNodePropertyList_as_subject>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#blankNodePropertyList_as_object>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#blankNodePropertyList_with_multiple_triples>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#nested_blankNodePropertyLists>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#blankNodePropertyList_containing_collection>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#collection_subject>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#collection_object>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#empty_collection>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#nested_collection>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#first>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#last>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL1>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL1_ascii_boundaries>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL1_all_controls>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL1_all_punctuation>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG1>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG1_ascii_boundaries>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG1_with_1_squote>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG1_with_2_squotes>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL2>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL2_ascii_boundaries>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_ascii_boundaries>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_1_squote>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_2_squotes>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_CHARACTER_TABULATION>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_BACKSPACE>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_LINE_FEED>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_CARRIAGE_RETURN>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_FORM_FEED>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_REVERSE_SOLIDUS>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_escaped_BACKSPACE>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_escaped_LINE_FEED>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_escaped_FORM_FEED>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_numeric_escape4>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_numeric_escape8>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#IRIREF_datatype>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#prefixed_name_datatype>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#bareword_integer>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#bareword_decimal>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#bareword_double>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#double_lower_case_e>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#negative_numeric>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#positive_numeric>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#numeric_with_leading_0>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_true>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_false>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#langtagged_non_LONG>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#langtagged_LONG>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#lantag_with_subtag>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#objectList_with_two_objects>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#predicateObjectList_with_two_objectLists>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#repeated_semis_at_end>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#repeated_semis_not_at_end>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-file-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-file-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-file-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-uri-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-uri-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-uri-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-uri-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-base-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-base-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-base-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-base-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-05>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-06>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-07>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-08>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-09>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-05>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-06>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-07>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-08>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-09>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-10>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-11>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-str-esc-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-str-esc-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-str-esc-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-pname-esc-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-pname-esc-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-pname-esc-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-05>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-06>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-07>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-08>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-09>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-10>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-05>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-06>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-07>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-08>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-09>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-10>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-11>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-datatypes-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-datatypes-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-kw-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-kw-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-kw-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-05>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-lists-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-lists-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-lists-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-lists-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-lists-05>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-uri-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-uri-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-uri-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-uri-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-uri-05>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-05>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-base-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-base-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-base-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-05>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-06>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-07>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-kw-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-kw-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-kw-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-kw-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-kw-05>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-05>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-06>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-07>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-08>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-09>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-10>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-11>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-12>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-13>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-09>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-10>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-12>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-13>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-14>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-15>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-16>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-17>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-lang-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-esc-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-esc-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-esc-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-esc-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-pname-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-pname-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-pname-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-string-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-string-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-string-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-string-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-string-05>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-string-06>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-string-07>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-num-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-num-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-num-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-num-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-num-05>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-eval-struct-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-eval-struct-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-05>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-06>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-07>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-08>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-09>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-10>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-11>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-12>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-13>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-14>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-15>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-16>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-17>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-18>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-19>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-20>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-21>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-22>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-23>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-24>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-25>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-26>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-27>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-eval-bad-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-eval-bad-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-eval-bad-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-eval-bad-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-LITERAL2_with_langtag_and_datatype>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#two_LITERAL_LONG2s>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#langtagged_LONG_with_subtag>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-blank-label-dot-end>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-ln-dash-start>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-ln-escape-start>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-ln-escape>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-missing-ns-dot-end>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-missing-ns-dot-start>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-ns-dot-end>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-ns-dot-start>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-number-dot-in-anon>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-blank-label>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-ln-colons>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-ln-dots>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-ns-dots>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-05>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-06>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-07>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-08>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-09>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-10>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-05>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-06>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-07>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-08>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-09>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-10>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-11>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-bnodeplist-graph-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-collection-graph-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-collection-graph-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-05>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-06>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-bad-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-trig>;
-  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-bad-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-09-07T17:54:43-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/trig/reports/rdf.rb-earl-2013-11-24.ttl	Sun Nov 24 15:01:26 2013 -0800
@@ -0,0 +1,3412 @@
+@prefix dc: <http://purl.org/dc/terms/> .
+@prefix doap: <http://usefulinc.com/ns/doap#> .
+@prefix earl: <http://www.w3.org/ns/earl#> .
+@prefix foaf: <http://xmlns.com/foaf/0.1/> .
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+
+<https://github.com/ruby-rdf/rdf-trig> a doap:GitRepository;
+   dc:title "RDF::TriG";
+   doap:browse <https://github.com/ruby-rdf/rdf-trig> .
+
+ <http://rubygems.org/gems/rdf-trig> a doap:Project, earl:TestSubject, earl:Software;
+    doap:blog          <http://greggkellogg.net/> ;
+    doap:developer <http://greggkellogg.net/foaf#me>;
+    doap:documenter <http://greggkellogg.net/foaf#me>;
+    doap:maintainer <http://greggkellogg.net/foaf#me>;
+    doap:bug-database <https://github.com/ruby-rdf/rdf-trig/issues>;
+    doap:description "TriG reader/writer for RDF.rb";
+    doap:name "RDF::TriG";
+    doap:shortdesc "TriG reader/writer for Ruby."@en;
+    doap:programming-language "Ruby";
+    doap:repository <https://github.com/ruby-rdf/rdf-trig>;
+    doap:mailing-list <http://lists.w3.org/Archives/Public/public-rdf-ruby/>;
+    doap:implements <http://www.w3.org/TR/trig/> ;
+    doap:category <http://dbpedia.org/resource/Resource_Description_Framework>,
+      <http://dbpedia.org/resource/Ruby_(programming_language)>;
+    doap:homepage <http://github.com/ruby-rdf/rdf-trig>;
+    doap:license <http://creativecommons.org/licenses/publicdomain/>;
+    doap:wiki <https://github.com/ruby-rdf/rdf-trig/wiki> ;
+    foaf:maker <http://greggkellogg.net/foaf#me> ;
+    dc:date "2011-12-22"^^xsd:date;
+    dc:creator <http://greggkellogg.net/foaf#me>;
+    dc:description "TriG reader/writer for RDF.rb";
+    dc:isPartOf        <http://rubygems.org/gems/rdf> .
+
+<http://github.com/gkellogg> a foaf:OnlineAccount;
+   dc:created "2009-01-13T08:58:46-08:00"^^xsd:dateTime;
+   doap:homepage <http://github.com/gkellogg>;
+   foaf:accountName "gkellogg";
+   foaf:accountServiceHomepage <http://github.com/>;
+   foaf:name "GitHub";
+   foaf:page <http://github.com/gkellogg> .
+
+<http://greggkellogg.net/foaf#me> a foaf:Person;
+  foaf:mbox <mailto:gregg@greggkellogg.net>;
+  foaf:mbox_sha1sum "35bc44e6d0070e5ad50ccbe0d24403c96af2b9bd";
+  foaf:name "Gregg Kellogg";
+  foaf:nick "gkellogg";
+  foaf:developer _:proj;
+  foaf:account <http://github.com/gkellogg>;
+  foaf:based_near "San Rafael, CA";
+  foaf:depiction <http://www.gravatar.com/avatar/42f948adff3afaa52249d963117af7c8>;
+  foaf:weblog <http://greggkellogg.net> .
+
+<> foaf:primaryTopic <http://rubygems.org/gems/rdf-trig> ;
+  dc:issued "2013-11-24T13:15:29-08:00"^^xsd:dateTime ;
+  foaf:maker <http://greggkellogg.net/foaf#me> .
+
+<http://greggkellogg.net/foaf#me> a foaf:Person, earl:Assertor;
+  foaf:name "Gregg Kellogg";
+  foaf:title "Implementor";
+  foaf:homepage <http://greggkellogg.net/> .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#anonymous_blank_node_graph>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_graph>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#alternating_iri_graphs>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#alternating_bnode_graphs>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-base-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-base-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-minimal-whitespace-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#IRI_subject>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#IRI_with_four_digit_numeric_escape>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#IRI_with_eight_digit_numeric_escape>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#IRI_with_all_punctuation>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#bareword_a_predicate>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#old_style_prefix>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#SPARQL_style_prefix>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#prefixed_IRI_predicate>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#prefixed_IRI_object>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#prefix_only_IRI>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#prefix_with_non_leading_extras>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#default_namespace_IRI>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#prefix_reassigned_and_used>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#reserved_escaped_localName>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#percent_escaped_localName>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#HYPHEN_MINUS_in_localName>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#underscore_in_localName>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#localname_with_COLON>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#localName_with_leading_underscore>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#localName_with_leading_digit>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#localName_with_non_leading_extras>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#old_style_base>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#SPARQL_style_base>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_subject>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_object>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_with_leading_underscore>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_with_leading_digit>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_with_non_leading_extras>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#anonymous_blank_node_subject>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#anonymous_blank_node_object>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#sole_blankNodePropertyList>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#blankNodePropertyList_as_subject>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#blankNodePropertyList_as_object>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#blankNodePropertyList_with_multiple_triples>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#nested_blankNodePropertyLists>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#blankNodePropertyList_containing_collection>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#collection_subject>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#collection_object>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#empty_collection>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#nested_collection>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#first>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#last>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL1>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL1_ascii_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL1_with_UTF8_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL1_all_controls>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL1_all_punctuation>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG1>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG1_ascii_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG1_with_1_squote>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG1_with_2_squotes>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL2>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL2_ascii_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL2_with_UTF8_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_ascii_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_1_squote>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_2_squotes>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_CHARACTER_TABULATION>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_BACKSPACE>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_LINE_FEED>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_CARRIAGE_RETURN>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_FORM_FEED>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_REVERSE_SOLIDUS>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_escaped_BACKSPACE>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_escaped_LINE_FEED>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_escaped_FORM_FEED>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_numeric_escape4>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_numeric_escape8>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#IRIREF_datatype>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#prefixed_name_datatype>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#bareword_integer>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#bareword_decimal>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#bareword_double>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#double_lower_case_e>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#negative_numeric>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#positive_numeric>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#numeric_with_leading_0>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_true>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_false>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#langtagged_non_LONG>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#langtagged_LONG>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#lantag_with_subtag>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#objectList_with_two_objects>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#predicateObjectList_with_two_objectLists>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#repeated_semis_at_end>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#repeated_semis_not_at_end>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#comment_following_localName>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#number_sign_following_localName>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#comment_following_PNAME_NS>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#number_sign_following_PNAME_NS>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-LITERAL2_with_langtag_and_datatype>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#two_LITERAL_LONG2s>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#langtagged_LONG_with_subtag>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-file-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-file-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-file-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-uri-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-uri-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-uri-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-uri-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-base-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-base-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-base-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-base-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-08>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-09>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-08>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-09>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-10>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-11>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-str-esc-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-str-esc-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-str-esc-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-pname-esc-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-pname-esc-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-pname-esc-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-08>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-09>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-10>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-08>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-09>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-10>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-11>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-datatypes-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-datatypes-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-kw-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-kw-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-kw-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-lists-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-lists-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-lists-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-lists-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-lists-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-uri-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-uri-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-uri-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-uri-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-uri-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-base-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-base-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-base-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-kw-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-kw-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-kw-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-kw-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-kw-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-08>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-09>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-10>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-11>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-12>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-13>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-09>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-10>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-12>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-13>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-14>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-15>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-16>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-17>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-lang-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-esc-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-esc-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-esc-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-esc-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-pname-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-pname-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-pname-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-string-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-string-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-string-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-string-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-string-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-string-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-string-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-num-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-num-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-num-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-num-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-num-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-eval-struct-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-eval-struct-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-08>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-09>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-10>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-11>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-12>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-13>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-14>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-15>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-16>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-17>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-18>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-19>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-20>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-21>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-22>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-23>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-24>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-25>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-26>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-27>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-eval-bad-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-eval-bad-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-eval-bad-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-eval-bad-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-blank-label-dot-end>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-ln-dash-start>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-ln-escape-start>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-ln-escape>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-missing-ns-dot-end>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-missing-ns-dot-start>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-ns-dot-end>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-ns-dot-start>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-number-dot-in-anon>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-list-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-list-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-list-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-list-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-blank-label>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-ln-colons>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-ln-dots>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-ns-dots>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-08>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-09>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-10>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-08>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-09>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-10>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-11>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-bnodeplist-graph-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-collection-graph-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-collection-graph-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-bad-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-trig>;
+  earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-bad-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-11-24T13:15:29-08:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .