Add implementation reports for Jena on N-Quads, N-Triples and TriG.
authorGregg Kellogg <gregg@kellogg-assoc.com>
Sat, 02 Nov 2013 10:09:47 -0700
changeset 1201 380da83e1876
parent 1193 938f725de04c
child 1202 0d60976b6789
Add implementation reports for Jena on N-Quads, N-Triples and TriG.
nquads/reports/Apache-Jena-nquads-earl-2013-11-02.ttl
nquads/reports/earl.jsonld
nquads/reports/earl.ttl
nquads/reports/index.html
nquads/reports/rdf.rb-earl-2013-07-25.ttl
rdf-turtle/reports-nt/Apache-Jena-ntriples-earl-2013-11-02.ttl
rdf-turtle/reports-nt/earl.jsonld
rdf-turtle/reports-nt/earl.ttl
rdf-turtle/reports-nt/index.html
trig/reports/Apache-Jena-trig-earl-2013-11-02.ttl
trig/reports/earl.jsonld
trig/reports/earl.ttl
trig/reports/index.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nquads/reports/Apache-Jena-nquads-earl-2013-11-02.ttl	Sat Nov 02 10:09:47 2013 -0700
@@ -0,0 +1,331 @@
+@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>
+] .
--- a/nquads/reports/earl.jsonld	Fri Nov 01 11:19:50 2013 -0700
+++ b/nquads/reports/earl.jsonld	Sat Nov 02 10:09:47 2013 -0700
@@ -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-08-20",
+      "created": "2013-10-23",
       "revision": "0.2.7.2"
     },
     "developer": {
@@ -133,11 +133,62 @@
     }
   },
   "assertions": [
+    "Apache-Jena-nquads-earl-2013-11-02.ttl",
     "earl.ttl",
+    "rdf.rb-earl-2013-07-25.ttl",
     "rdf.rb-earl-2013-10-30.ttl"
   ],
   "testSubjects": [
     {
+      "@id": "http://jena.apache.org/#riot",
+      "@type": [
+        "earl:TestSubject",
+        "doap:Project"
+      ],
+      "name": "Apache Jena RIOT",
+      "developer": [
+        {
+          "@type": "foaf:Person",
+          "foaf:name": "Rob Vesse"
+        },
+        {
+          "@type": "foaf:Person",
+          "foaf:name": "Paolo Castagna"
+        },
+        {
+          "@type": "foaf:Person",
+          "foaf:name": "Chris Dollin"
+        },
+        {
+          "@type": "foaf:Person",
+          "foaf:name": "Stephen Allen"
+        },
+        {
+          "@type": "foaf:Person",
+          "foaf:name": "Ian Dickinson"
+        },
+        {
+          "@type": "foaf:Person",
+          "foaf:name": "Damian Steer"
+        },
+        {
+          "@type": "foaf:Person",
+          "foaf:name": "Andy Seaborne"
+        },
+        {
+          "@type": "foaf:Person",
+          "foaf:name": "Claude Warren"
+        },
+        {
+          "@type": "foaf:Person",
+          "foaf:name": "Dave Reynolds"
+        }
+      ],
+      "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/",
+      "language": "Java"
+    },
+    {
       "@id": "http://rubygems.org/gems/rdf",
       "@type": [
         "earl:TestSubject",
@@ -189,6 +240,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-01.nq",
+              "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#nq-syntax-uri-01.nq",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -213,6 +275,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-02.nq",
+              "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#nq-syntax-uri-02.nq",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -237,6 +310,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-03.nq",
+              "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#nq-syntax-uri-03.nq",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -261,6 +345,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-04.nq",
+              "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#nq-syntax-uri-04.nq",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -285,6 +380,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-05.nq",
+              "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#nq-syntax-uri-05.nq",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -309,6 +415,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-uri-06.nq",
+              "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#nq-syntax-uri-06.nq",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -333,6 +450,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-01.nq",
+              "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#nq-syntax-bnode-01.nq",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -357,6 +485,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-02.nq",
+              "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#nq-syntax-bnode-02.nq",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -381,6 +520,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-03.nq",
+              "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#nq-syntax-bnode-03.nq",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -405,6 +555,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-04.nq",
+              "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#nq-syntax-bnode-04.nq",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -429,6 +590,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-05.nq",
+              "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#nq-syntax-bnode-05.nq",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -453,6 +625,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bnode-06.nq",
+              "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#nq-syntax-bnode-06.nq",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -477,6 +660,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-01.nq",
+              "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#nq-syntax-bad-literal-01.nq",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -501,6 +695,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-02.nq",
+              "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#nq-syntax-bad-literal-02.nq",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -525,6 +730,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-literal-03.nq",
+              "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#nq-syntax-bad-literal-03.nq",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -549,6 +765,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-uri-01.nq",
+              "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#nq-syntax-bad-uri-01.nq",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -573,6 +800,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl#nq-syntax-bad-quint-01.nq",
+              "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#nq-syntax-bad-quint-01.nq",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -585,7 +823,7 @@
           "description": "N-Quads does not have a fifth element (negative test)"
         }
       ],
-      "description": "N-Quads tests"
+      "title": "N-Quads tests"
     },
     {
       "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl",
@@ -607,6 +845,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-01",
+              "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-file-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -631,6 +879,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-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-file-02",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -655,6 +913,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-03",
+              "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-file-03",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -679,6 +947,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-01",
+              "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-uri-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -703,6 +981,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-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-uri-02",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -727,6 +1015,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-03",
+              "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-uri-03",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -751,6 +1049,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-04",
+              "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-uri-04",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -775,6 +1083,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-01",
+              "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-string-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -799,6 +1117,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-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-string-02",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -823,6 +1151,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-03",
+              "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-string-03",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -847,6 +1185,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-01",
+              "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-str-esc-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -871,6 +1219,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-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-str-esc-02",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -895,6 +1253,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-03",
+              "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-str-esc-03",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -919,6 +1287,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-01",
+              "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-bnode-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -943,6 +1321,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-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-bnode-02",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -967,6 +1355,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-01",
+              "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-datatypes-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -991,6 +1389,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-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-datatypes-02",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1015,6 +1423,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-01",
+              "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-uri-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1039,6 +1457,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-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-uri-02",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1063,6 +1491,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-03",
+              "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-uri-03",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1087,6 +1525,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-04",
+              "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-uri-04",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1111,6 +1559,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-05",
+              "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-uri-05",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1135,6 +1593,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-06",
+              "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-uri-06",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1159,6 +1627,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-07",
+              "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-uri-07",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1183,6 +1661,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-08",
+              "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-uri-08",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1207,6 +1695,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-09",
+              "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-uri-09",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1231,6 +1729,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-prefix-01",
+              "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-prefix-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1255,6 +1763,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-base-01",
+              "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-base-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1279,6 +1797,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-01",
+              "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-struct-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1303,6 +1831,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-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-struct-02",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1327,6 +1865,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-lang-01",
+              "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-lang-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1351,6 +1899,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-01",
+              "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-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1375,6 +1933,16 @@
             {
               "@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://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": {
@@ -1399,6 +1967,16 @@
             {
               "@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"
+              }
+            },
+            {
+              "@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://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1423,6 +2001,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-01",
+              "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-string-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1447,6 +2035,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-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-string-02",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1471,6 +2069,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-03",
+              "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-string-03",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1495,6 +2103,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-04",
+              "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-string-04",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1519,6 +2137,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-05",
+              "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-string-05",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1543,6 +2171,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-06",
+              "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-string-06",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1567,6 +2205,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-07",
+              "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-string-07",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1591,6 +2239,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-01",
+              "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-num-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1615,6 +2273,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-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-num-02",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1639,6 +2307,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-03",
+              "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-num-03",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1663,6 +2341,16 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-subm-01",
+              "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-subm-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1675,7 +2363,7 @@
           "description": "Submission test from Original RDF Test Cases"
         }
       ],
-      "description": "N-Triples tests"
+      "title": "N-Triples tests"
     }
   ]
 }
\ No newline at end of file
--- a/nquads/reports/earl.ttl	Fri Nov 01 11:19:50 2013 -0700
+++ b/nquads/reports/earl.ttl	Sat Nov 02 10:09:47 2013 -0700
@@ -15,9 +15,12 @@
   dc:bibliographicCitation "[[N-QUADS]]";
   earl:generatedBy <http://rubygems.org/gems/earl-report>;
   earl:assertions
+    <Apache-Jena-nquads-earl-2013-11-02.ttl>,
     <earl.ttl>,
+    <rdf.rb-earl-2013-07-25.ttl>,
     <rdf.rb-earl-2013-10-30.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>
@@ -38,7 +41,8 @@
 
 # Manifests
 <https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl> a earl:Report, mf:Manifest;
-  rdfs:comment "N-Quads tests";
+  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>
@@ -59,7 +63,8 @@
     <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;
-  rdfs:comment "N-Triples tests";
+  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>
@@ -110,6 +115,49 @@
 #
 # Subject Definitions
 #
+<http://jena.apache.org/#riot> a earl:TestSubject, doap:Project;
+  doap:name "Apache Jena RIOT";
+  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";
+ .
+
+<http://jena.apache.org/#riot> doap:developer
+   [ a foaf:Person;
+     foaf:name "Rob Vesse" ] .
+
+<http://jena.apache.org/#riot> doap:developer
+   [ a foaf:Person;
+     foaf:name "Paolo Castagna" ] .
+
+<http://jena.apache.org/#riot> doap:developer
+   [ a foaf:Person;
+     foaf:name "Chris Dollin" ] .
+
+<http://jena.apache.org/#riot> doap:developer
+   [ a foaf:Person;
+     foaf:name "Stephen Allen" ] .
+
+<http://jena.apache.org/#riot> doap:developer
+   [ a foaf:Person;
+     foaf:name "Ian Dickinson" ] .
+
+<http://jena.apache.org/#riot> doap:developer
+   [ a foaf:Person;
+     foaf:name "Damian Steer" ] .
+
+<http://jena.apache.org/#riot> doap:developer
+   [ a foaf:Person;
+     foaf:name "Andy Seaborne" ] .
+
+<http://jena.apache.org/#riot> doap:developer
+   [ a foaf:Person;
+     foaf:name "Claude Warren" ] .
+
+<http://jena.apache.org/#riot> doap:developer
+   [ a foaf:Person;
+     foaf:name "Dave Reynolds" ] .
+
+
 <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;
@@ -143,6 +191,12 @@
   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: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:subject <http://rubygems.org/gems/rdf>;
@@ -156,6 +210,12 @@
   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: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:subject <http://rubygems.org/gems/rdf>;
@@ -169,6 +229,12 @@
   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: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:subject <http://rubygems.org/gems/rdf>;
@@ -182,6 +248,12 @@
   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: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:subject <http://rubygems.org/gems/rdf>;
@@ -195,6 +267,12 @@
   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: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:subject <http://rubygems.org/gems/rdf>;
@@ -208,6 +286,12 @@
   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: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:subject <http://rubygems.org/gems/rdf>;
@@ -221,6 +305,12 @@
   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: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:subject <http://rubygems.org/gems/rdf>;
@@ -234,6 +324,12 @@
   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: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:subject <http://rubygems.org/gems/rdf>;
@@ -247,6 +343,12 @@
   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: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:subject <http://rubygems.org/gems/rdf>;
@@ -260,6 +362,12 @@
   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: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:subject <http://rubygems.org/gems/rdf>;
@@ -273,6 +381,12 @@
   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: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:subject <http://rubygems.org/gems/rdf>;
@@ -286,6 +400,12 @@
   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: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:subject <http://rubygems.org/gems/rdf>;
@@ -299,6 +419,12 @@
   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: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:subject <http://rubygems.org/gems/rdf>;
@@ -312,6 +438,12 @@
   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: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:subject <http://rubygems.org/gems/rdf>;
@@ -325,6 +457,12 @@
   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: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:subject <http://rubygems.org/gems/rdf>;
@@ -338,6 +476,12 @@
   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: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:subject <http://rubygems.org/gems/rdf>;
@@ -351,6 +495,12 @@
   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: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>;
@@ -364,6 +514,11 @@
   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>;
@@ -377,6 +532,11 @@
   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>;
@@ -390,6 +550,11 @@
   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>;
@@ -403,6 +568,11 @@
   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>;
@@ -416,6 +586,11 @@
   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>;
@@ -429,6 +604,11 @@
   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>;
@@ -442,6 +622,11 @@
   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>;
@@ -455,6 +640,11 @@
   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>;
@@ -468,6 +658,11 @@
   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>;
@@ -481,6 +676,11 @@
   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>;
@@ -494,6 +694,11 @@
   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>;
@@ -507,6 +712,11 @@
   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>;
@@ -520,6 +730,11 @@
   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>;
@@ -533,6 +748,11 @@
   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>;
@@ -546,6 +766,11 @@
   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>;
@@ -559,6 +784,11 @@
   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>;
@@ -572,6 +802,11 @@
   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>;
@@ -585,6 +820,11 @@
   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>;
@@ -598,6 +838,11 @@
   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>;
@@ -611,6 +856,11 @@
   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>;
@@ -624,6 +874,11 @@
   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>;
@@ -637,6 +892,11 @@
   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:subject <http://rubygems.org/gems/rdf>;
@@ -650,6 +910,11 @@
   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>;
@@ -663,6 +928,11 @@
   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>;
@@ -676,6 +946,11 @@
   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>;
@@ -689,6 +964,11 @@
   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>;
@@ -702,6 +982,11 @@
   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>;
@@ -715,6 +1000,11 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-base-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-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>;
@@ -728,6 +1018,11 @@
   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: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>;
@@ -741,6 +1036,11 @@
   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>;
@@ -754,6 +1054,11 @@
   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>;
@@ -767,6 +1072,11 @@
   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>;
@@ -780,6 +1090,11 @@
   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:subject <http://rubygems.org/gems/rdf>;
@@ -793,6 +1108,11 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-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-bad-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-bad-esc-03>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -806,6 +1126,11 @@
   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>;
@@ -819,6 +1144,11 @@
   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>;
@@ -832,6 +1162,11 @@
   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>;
@@ -845,6 +1180,11 @@
   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>;
@@ -858,6 +1198,11 @@
   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:subject <http://rubygems.org/gems/rdf>;
@@ -871,6 +1216,11 @@
   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>;
@@ -884,6 +1234,11 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-string-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-string-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-string-07>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -897,6 +1252,11 @@
   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:subject <http://rubygems.org/gems/rdf>;
@@ -910,6 +1270,11 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-num-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-num-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-num-02>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -923,6 +1288,11 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-bad-num-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-num-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-num-03>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -936,6 +1306,11 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/nt-syntax-subm-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-subm-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-subm-01>;
       earl:subject <http://rubygems.org/gems/rdf>;
--- a/nquads/reports/index.html	Fri Nov 01 11:19:50 2013 -0700
+++ b/nquads/reports/index.html	Sat Nov 02 10:09:47 2013 -0700
@@ -4,7 +4,9 @@
     <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='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' />
     <title>
       N-Quads
@@ -27,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/10/30",
+            publishDate:  "2013/11/02",
         
             // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
             // and its maturity status
@@ -169,15 +171,17 @@
         Test Manifests
       </h2>
       <section resource='https://dvcs.w3.org/hg/rdf/raw-file/default/nquads/tests/manifest.ttl' typeof='earl:Report mf:Manifest'>
-        <h2></h2>
-        <p>N-Quads tests</p>
+        <h2>N-Quads tests</h2>
         <table class='report'>
           <tr>
             <th>
               Test
             </th>
             <th>
-              <a href='#subj_0'>RDF.rb</a>
+              <a href='#subj_0'>Apache Jena RIOT</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'>
@@ -185,6 +189,17 @@
               <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' />
@@ -201,6 +216,17 @@
               <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' />
@@ -217,6 +243,17 @@
               <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' />
@@ -233,6 +270,17 @@
               <a href='#test_nq-syntax-uri-04.nq'>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-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' />
@@ -249,6 +297,17 @@
               <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' />
@@ -265,6 +324,17 @@
               <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' />
@@ -281,6 +351,17 @@
               <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' />
@@ -297,6 +378,17 @@
               <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='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.nq' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -313,6 +405,17 @@
               <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='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -329,6 +432,17 @@
               <a href='#test_nq-syntax-bnode-04.nq'>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.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' />
@@ -345,6 +459,17 @@
               <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' />
@@ -361,6 +486,17 @@
               <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='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.nq' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -377,6 +513,17 @@
               <a href='#test_nq-syntax-bad-literal-01.nq'>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.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' />
@@ -393,6 +540,17 @@
               <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='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.nq' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -409,6 +567,17 @@
               <a href='#test_nq-syntax-bad-literal-03.nq'>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.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-03.nq' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -425,6 +594,17 @@
               <a href='#test_nq-syntax-bad-uri-01.nq'>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.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-uri-01.nq' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -441,6 +621,17 @@
               <a href='#test_nq-syntax-bad-quint-01.nq'>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.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-quint-01.nq' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -459,19 +650,21 @@
             <td class='passed-all'>
               100.0%
             </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></h2>
-        <p>N-Triples tests</p>
+        <h2>N-Triples tests</h2>
         <table class='report'>
           <tr>
             <th>
               Test
             </th>
             <th>
-              <a href='#subj_0'>RDF.rb</a>
+              <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'>
@@ -1214,6 +1407,69 @@
       </p>
       <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>
+          </a>
+        </dt>
+        <dd inlist='inlist' property='earl:testSubjects' resource='http://jena.apache.org/#riot' typeof='earl:TestSubject doap:Project'>
+          <dl>
+            <dt>Description</dt>
+            <dd lang='en' property='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.</dd>
+            <dt>Programming Language</dt>
+            <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>
+            </dd>
+            <dt>Developer</dt>
+            <dd rel='doap:developer'>
+              <div typeof='foaf:Person'>
+                <span property='foaf:name'>Rob Vesse</span>
+              </div>
+              <div typeof='foaf:Person'>
+                <span property='foaf:name'>Paolo Castagna</span>
+              </div>
+              <div typeof='foaf:Person'>
+                <span property='foaf:name'>Chris Dollin</span>
+              </div>
+              <div typeof='foaf:Person'>
+                <span property='foaf:name'>Stephen Allen</span>
+              </div>
+              <div typeof='foaf:Person'>
+                <span property='foaf:name'>Ian Dickinson</span>
+              </div>
+              <div typeof='foaf:Person'>
+                <span property='foaf:name'>Damian Steer</span>
+              </div>
+              <div typeof='foaf:Person'>
+                <span property='foaf:name'>Andy Seaborne</span>
+              </div>
+              <div typeof='foaf:Person'>
+                <span property='foaf:name'>Claude Warren</span>
+              </div>
+              <div typeof='foaf:Person'>
+                <span property='foaf:name'>Dave Reynolds</span>
+              </div>
+            </dd>
+            <dt>
+              Test Suite Compliance
+            </dt>
+            <dd>
+              <table class='report'>
+                <tbody>
+                  <tr>
+                    <td class='passed-all'>
+                      17/17 (100.0%)
+                    </td>
+                  </tr>
+                </tbody>
+              </table>
+            </dd>
+          </dl>
+        </dd>
+        <dt id='subj_1'>
           <a href='http://rubygems.org/gems/rdf'>
             <span about='http://rubygems.org/gems/rdf' property='doap:name'>RDF.rb</span>
           </a>
@@ -1302,9 +1558,15 @@
       </p>
       <ul>
         <li>
+          <a class='source' href='Apache-Jena-nquads-earl-2013-11-02.ttl'>Apache-Jena-nquads-earl-2013-11-02.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>
         </li>
       </ul>
@@ -1829,7 +2091,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-08-20' datatype='xsd:date' property='doap:created' />
+          <meta content='2013-10-23' 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-07-25.ttl	Fri Nov 01 11:19:50 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,704 +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#> .
-
-<> 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> .
-
-<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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06: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-06-27T14:01:41-06:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-turtle/reports-nt/Apache-Jena-ntriples-earl-2013-11-02.ttl	Sat Nov 02 10:09:47 2013 -0700
@@ -0,0 +1,639 @@
+@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>
+] .
--- a/rdf-turtle/reports-nt/earl.jsonld	Fri Nov 01 11:19:50 2013 -0700
+++ b/rdf-turtle/reports-nt/earl.jsonld	Sat Nov 02 10:09:47 2013 -0700
@@ -119,11 +119,11 @@
     "language": "Ruby",
     "license": "http://unlicense.org",
     "release": {
-      "@id": "https://github.com/gkellogg/earl-report/tree/0.2.3",
+      "@id": "https://github.com/gkellogg/earl-report/tree/0.2.7.2",
       "@type": "doap:Version",
-      "name": "earl-report-0.2.3",
-      "created": "2013-03-20",
-      "revision": "0.2.3"
+      "name": "earl-report-0.2.7.2",
+      "created": "2013-10-23",
+      "revision": "0.2.7.2"
     },
     "developer": {
       "@type": "foaf:Person",
@@ -133,11 +133,61 @@
     }
   },
   "assertions": [
+    "Apache-Jena-ntriples-earl-2013-11-02.ttl",
     "earl.ttl",
     "rdf.rb-earl.ttl"
   ],
   "testSubjects": [
     {
+      "@id": "http://jena.apache.org/#riot",
+      "@type": [
+        "earl:TestSubject",
+        "doap:Project"
+      ],
+      "name": "Apache Jena RIOT",
+      "developer": [
+        {
+          "@type": "foaf:Person",
+          "foaf:name": "Rob Vesse"
+        },
+        {
+          "@type": "foaf:Person",
+          "foaf:name": "Paolo Castagna"
+        },
+        {
+          "@type": "foaf:Person",
+          "foaf:name": "Chris Dollin"
+        },
+        {
+          "@type": "foaf:Person",
+          "foaf:name": "Stephen Allen"
+        },
+        {
+          "@type": "foaf:Person",
+          "foaf:name": "Ian Dickinson"
+        },
+        {
+          "@type": "foaf:Person",
+          "foaf:name": "Damian Steer"
+        },
+        {
+          "@type": "foaf:Person",
+          "foaf:name": "Andy Seaborne"
+        },
+        {
+          "@type": "foaf:Person",
+          "foaf:name": "Claude Warren"
+        },
+        {
+          "@type": "foaf:Person",
+          "foaf:name": "Dave Reynolds"
+        }
+      ],
+      "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/",
+      "language": "Java"
+    },
+    {
       "@id": "http://rubygems.org/gems/rdf",
       "@type": [
         "earl:TestSubject",
@@ -176,14 +226,13 @@
         "earl:Report",
         "mf:Manifest"
       ],
-      "title": "N-Triples tests",
       "entries": [
         {
           "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-01",
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
+            "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",
@@ -191,6 +240,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -207,7 +267,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
+            "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",
@@ -215,6 +275,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-02",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -231,7 +302,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
+            "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",
@@ -239,6 +310,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-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-file-03",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -255,7 +337,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
+            "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",
@@ -263,6 +345,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -279,7 +372,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
+            "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",
@@ -287,6 +380,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-02",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -303,7 +407,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
+            "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",
@@ -311,6 +415,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-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-uri-03",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -327,7 +442,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
+            "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",
@@ -335,6 +450,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-04",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -351,7 +477,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
+            "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",
@@ -359,6 +485,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -375,7 +512,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
+            "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",
@@ -383,6 +520,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-02",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -399,7 +547,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
+            "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",
@@ -407,6 +555,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-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-string-03",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -423,7 +582,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
+            "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",
@@ -431,6 +590,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -447,7 +617,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
+            "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",
@@ -455,6 +625,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-02",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -471,7 +652,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
+            "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",
@@ -479,6 +660,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-03",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -495,7 +687,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
+            "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",
@@ -503,6 +695,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -519,7 +722,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
+            "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",
@@ -527,6 +730,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-02",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -543,7 +757,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
+            "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",
@@ -551,6 +765,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -567,7 +792,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
+            "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",
@@ -575,6 +800,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-02",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -591,7 +827,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
+            "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",
@@ -599,6 +835,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -615,7 +862,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
+            "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",
@@ -623,6 +870,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-02",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -639,7 +897,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
+            "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",
@@ -647,6 +905,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-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-bad-uri-03",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -663,7 +932,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
+            "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",
@@ -671,6 +940,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-04",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -687,7 +967,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
+            "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",
@@ -695,6 +975,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-05",
+              "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-bad-uri-05",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -711,7 +1002,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
+            "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",
@@ -719,6 +1010,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-06",
+              "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-bad-uri-06",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -735,7 +1037,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
+            "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",
@@ -743,6 +1045,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-07",
+              "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-bad-uri-07",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -759,7 +1072,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
+            "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",
@@ -767,6 +1080,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-08",
+              "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-bad-uri-08",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -783,7 +1107,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
+            "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",
@@ -791,6 +1115,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-09",
+              "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-bad-uri-09",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -807,7 +1142,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
+            "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",
@@ -815,6 +1150,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-prefix-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-prefix-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -831,7 +1177,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
+            "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",
@@ -839,6 +1185,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-base-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-base-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -855,7 +1212,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
+            "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",
@@ -863,6 +1220,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -879,7 +1247,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
+            "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",
@@ -887,6 +1255,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-02",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -903,7 +1282,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
+            "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",
@@ -911,6 +1290,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-lang-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-lang-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -927,7 +1317,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
+            "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",
@@ -935,6 +1325,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -951,7 +1352,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
+            "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",
@@ -959,6 +1360,17 @@
             {
               "@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://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-bad-esc-02",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -975,7 +1387,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
+            "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",
@@ -983,6 +1395,17 @@
             {
               "@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: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-bad-esc-03",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -999,7 +1422,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
+            "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",
@@ -1007,6 +1430,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1023,7 +1457,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
+            "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",
@@ -1031,6 +1465,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-02",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1047,7 +1492,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
+            "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",
@@ -1055,6 +1500,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-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-bad-string-03",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1071,7 +1527,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
+            "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",
@@ -1079,6 +1535,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-04",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1095,7 +1562,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
+            "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",
@@ -1103,6 +1570,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-05",
+              "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-bad-string-05",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1119,7 +1597,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
+            "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",
@@ -1127,6 +1605,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-06",
+              "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-bad-string-06",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1143,7 +1632,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
+            "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",
@@ -1151,6 +1640,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-07",
+              "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-bad-string-07",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1167,7 +1667,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
+            "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",
@@ -1175,6 +1675,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1191,7 +1702,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
+            "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",
@@ -1199,6 +1710,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-02",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1215,7 +1737,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesNegativeSyntax"
+            "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",
@@ -1223,6 +1745,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-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-bad-num-03",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1239,7 +1772,7 @@
           "@type": [
             "earl:TestCriterion",
             "earl:TestCase",
-            "http://www.w3.org/ns/rdftest#TestNTriplesPositiveSyntax"
+            "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",
@@ -1247,6 +1780,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-subm-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-subm-01",
               "subject": "http://rubygems.org/gems/rdf",
               "mode": "earl:automatic",
               "result": {
@@ -1258,7 +1802,8 @@
           ],
           "description": "Submission test from Original RDF Test Cases"
         }
-      ]
+      ],
+      "title": "N-Triples tests"
     }
   ]
 }
\ No newline at end of file
--- a/rdf-turtle/reports-nt/earl.ttl	Fri Nov 01 11:19:50 2013 -0700
+++ b/rdf-turtle/reports-nt/earl.ttl	Sat Nov 02 10:09:47 2013 -0700
@@ -15,9 +15,11 @@
   dc:bibliographicCitation "[[N-TRIPLES]]";
   earl:generatedBy <http://rubygems.org/gems/earl-report>;
   earl:assertions
+    <Apache-Jena-ntriples-earl-2013-11-02.ttl>,
     <earl.ttl>,
     <rdf.rb-earl.ttl>;
   earl:testSubjects (
+    <http://jena.apache.org/#riot>
     <http://rubygems.org/gems/rdf>);
   mf:entries (
     <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-nt/manifest.ttl>) .
@@ -30,7 +32,7 @@
   doap:homepage <https://github.com/gkellogg/earl-report>;
   doap:programming-language "Ruby";
   doap:license <http://unlicense.org>;
-  doap:release <https://github.com/gkellogg/earl-report/tree/0.2.3>;
+  doap:release <https://github.com/gkellogg/earl-report/tree/0.2.7.2>;
   doap:developer <http://greggkellogg.net/foaf#me> .
 
     
@@ -89,6 +91,49 @@
 #
 # Subject Definitions
 #
+<http://jena.apache.org/#riot> a earl:TestSubject, doap:Project;
+  doap:name "Apache Jena RIOT";
+  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";
+ .
+
+<http://jena.apache.org/#riot> doap:developer
+   [ a foaf:Person;
+     foaf:name "Rob Vesse" ] .
+
+<http://jena.apache.org/#riot> doap:developer
+   [ a foaf:Person;
+     foaf:name "Paolo Castagna" ] .
+
+<http://jena.apache.org/#riot> doap:developer
+   [ a foaf:Person;
+     foaf:name "Chris Dollin" ] .
+
+<http://jena.apache.org/#riot> doap:developer
+   [ a foaf:Person;
+     foaf:name "Stephen Allen" ] .
+
+<http://jena.apache.org/#riot> doap:developer
+   [ a foaf:Person;
+     foaf:name "Ian Dickinson" ] .
+
+<http://jena.apache.org/#riot> doap:developer
+   [ a foaf:Person;
+     foaf:name "Damian Steer" ] .
+
+<http://jena.apache.org/#riot> doap:developer
+   [ a foaf:Person;
+     foaf:name "Andy Seaborne" ] .
+
+<http://jena.apache.org/#riot> doap:developer
+   [ a foaf:Person;
+     foaf:name "Claude Warren" ] .
+
+<http://jena.apache.org/#riot> doap:developer
+   [ a foaf:Person;
+     foaf:name "Dave Reynolds" ] .
+
+
 <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;
@@ -117,12 +162,18 @@
 #
 # 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#TestNTriplesPositiveSyntax;
+<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: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-file-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-01>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -130,12 +181,18 @@
       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#TestNTriplesPositiveSyntax;
+<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: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-file-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-02>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -143,12 +200,18 @@
       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#TestNTriplesPositiveSyntax;
+<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: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-file-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-file-03>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -156,12 +219,18 @@
       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#TestNTriplesPositiveSyntax;
+<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: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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-01>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -169,12 +238,18 @@
       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#TestNTriplesPositiveSyntax;
+<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: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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-02>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -182,12 +257,18 @@
       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#TestNTriplesPositiveSyntax;
+<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: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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-03>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -195,12 +276,18 @@
       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#TestNTriplesPositiveSyntax;
+<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: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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-04>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -208,12 +295,18 @@
       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#TestNTriplesPositiveSyntax;
+<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: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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-01>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -221,12 +314,18 @@
       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#TestNTriplesPositiveSyntax;
+<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: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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-02>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -234,12 +333,18 @@
       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#TestNTriplesPositiveSyntax;
+<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: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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-03>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -247,12 +352,18 @@
       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#TestNTriplesPositiveSyntax;
+<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: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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-01>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -260,12 +371,18 @@
       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#TestNTriplesPositiveSyntax;
+<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: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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-02>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -273,12 +390,18 @@
       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#TestNTriplesPositiveSyntax;
+<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: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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-03>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -286,12 +409,18 @@
       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#TestNTriplesPositiveSyntax;
+<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: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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-01>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -299,12 +428,18 @@
       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#TestNTriplesPositiveSyntax;
+<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: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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-02>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -312,12 +447,18 @@
       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;
+<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: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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-01>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -325,12 +466,18 @@
       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#TestNTriplesPositiveSyntax;
+<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: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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-02>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -338,12 +485,18 @@
       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#TestNTriplesNegativeSyntax;
+<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: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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-01>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -351,12 +504,18 @@
       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#TestNTriplesNegativeSyntax;
+<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: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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-02>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -364,12 +523,18 @@
       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#TestNTriplesNegativeSyntax;
+<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: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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-03>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -377,12 +542,18 @@
       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#TestNTriplesNegativeSyntax;
+<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: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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-04>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -390,12 +561,18 @@
       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#TestNTriplesNegativeSyntax;
+<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: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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-05>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -403,12 +580,18 @@
       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#TestNTriplesNegativeSyntax;
+<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: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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-06>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -416,12 +599,18 @@
       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#TestNTriplesNegativeSyntax;
+<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: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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-07>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -429,12 +618,18 @@
       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#TestNTriplesNegativeSyntax;
+<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: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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-08>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -442,12 +637,18 @@
       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#TestNTriplesNegativeSyntax;
+<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: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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-09>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -455,12 +656,18 @@
       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#TestNTriplesNegativeSyntax;
+<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: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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-prefix-01>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -468,12 +675,18 @@
       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#TestNTriplesNegativeSyntax;
+<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>;
   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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-base-01>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -481,12 +694,18 @@
       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#TestNTriplesNegativeSyntax;
+<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: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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-01>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -494,12 +713,18 @@
       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#TestNTriplesNegativeSyntax;
+<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: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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-02>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -507,12 +732,18 @@
       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#TestNTriplesNegativeSyntax;
+<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: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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-lang-01>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -520,12 +751,18 @@
       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#TestNTriplesNegativeSyntax;
+<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: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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-01>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -533,12 +770,18 @@
       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#TestNTriplesNegativeSyntax;
+<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: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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-02>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -546,12 +789,18 @@
       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#TestNTriplesNegativeSyntax;
+<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>;
   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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-03>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -559,12 +808,18 @@
       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#TestNTriplesNegativeSyntax;
+<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: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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-01>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -572,12 +827,18 @@
       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#TestNTriplesNegativeSyntax;
+<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: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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-02>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -585,12 +846,18 @@
       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#TestNTriplesNegativeSyntax;
+<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: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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-03>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -598,12 +865,18 @@
       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#TestNTriplesNegativeSyntax;
+<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: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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-04>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -611,12 +884,18 @@
       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#TestNTriplesNegativeSyntax;
+<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: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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-05>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -624,12 +903,18 @@
       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#TestNTriplesNegativeSyntax;
+<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: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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-06>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -637,12 +922,18 @@
       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#TestNTriplesNegativeSyntax;
+<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>;
   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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-07>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -650,12 +941,18 @@
       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#TestNTriplesNegativeSyntax;
+<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: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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-01>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -663,12 +960,18 @@
       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#TestNTriplesNegativeSyntax;
+<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>;
   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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-02>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -676,12 +979,18 @@
       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#TestNTriplesNegativeSyntax;
+<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>;
   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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-03>;
       earl:subject <http://rubygems.org/gems/rdf>;
@@ -689,12 +998,18 @@
       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#TestNTriplesPositiveSyntax;
+<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>;
   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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-subm-01>;
       earl:subject <http://rubygems.org/gems/rdf>;
--- a/rdf-turtle/reports-nt/index.html	Fri Nov 01 11:19:50 2013 -0700
+++ b/rdf-turtle/reports-nt/index.html	Sat Nov 02 10:09:47 2013 -0700
@@ -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/10/30",
+            publishDate:  "2013/11/02",
         
             // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
             // and its maturity status
@@ -168,14 +168,28 @@
               Test
             </th>
             <th>
-              <a href='#subj_0'>RDF.rb</a>
+              <a href='#subj_0'>Apache Jena RIOT</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#TestNTriplesPositiveSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-01' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -187,11 +201,22 @@
               </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#TestNTriplesPositiveSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-02' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -203,11 +228,22 @@
               </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#TestNTriplesPositiveSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-file-03' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -219,11 +255,22 @@
               </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#TestNTriplesPositiveSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-01' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -235,11 +282,22 @@
               </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#TestNTriplesPositiveSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-02' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -251,11 +309,22 @@
               </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#TestNTriplesPositiveSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-03' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -267,11 +336,22 @@
               </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#TestNTriplesPositiveSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-uri-04' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -283,11 +363,22 @@
               </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#TestNTriplesPositiveSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-01' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -299,11 +390,22 @@
               </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#TestNTriplesPositiveSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-02' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -315,11 +417,22 @@
               </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#TestNTriplesPositiveSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-string-03' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -331,11 +444,22 @@
               </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#TestNTriplesPositiveSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-01' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -347,11 +471,22 @@
               </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#TestNTriplesPositiveSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-02' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -363,11 +498,22 @@
               </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#TestNTriplesPositiveSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-str-esc-03' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -379,11 +525,22 @@
               </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#TestNTriplesPositiveSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-01' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -395,11 +552,22 @@
               </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#TestNTriplesPositiveSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bnode-02' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -411,11 +579,22 @@
               </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'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-01' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -427,11 +606,22 @@
               </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#TestNTriplesPositiveSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-datatypes-02' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -443,11 +633,22 @@
               </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#TestNTriplesNegativeSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-01' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -459,11 +660,22 @@
               </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#TestNTriplesNegativeSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-02' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -475,11 +687,22 @@
               </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#TestNTriplesNegativeSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-03' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -491,11 +714,22 @@
               </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#TestNTriplesNegativeSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-04' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -507,11 +741,22 @@
               </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#TestNTriplesNegativeSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-05' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -523,11 +768,22 @@
               </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#TestNTriplesNegativeSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-06' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -539,11 +795,22 @@
               </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#TestNTriplesNegativeSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-07' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -555,11 +822,22 @@
               </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#TestNTriplesNegativeSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-08' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -571,11 +849,22 @@
               </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#TestNTriplesNegativeSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-uri-09' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -587,11 +876,22 @@
               </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#TestNTriplesNegativeSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-prefix-01' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -603,11 +903,22 @@
               </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#TestNTriplesNegativeSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-base-01' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -619,11 +930,22 @@
               </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#TestNTriplesNegativeSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-01' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -635,11 +957,22 @@
               </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#TestNTriplesNegativeSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-struct-02' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -651,11 +984,22 @@
               </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#TestNTriplesNegativeSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-lang-01' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -667,11 +1011,22 @@
               </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#TestNTriplesNegativeSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-01' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -683,11 +1038,22 @@
               </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#TestNTriplesNegativeSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-02' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -699,11 +1065,22 @@
               </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#TestNTriplesNegativeSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-esc-03' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -715,11 +1092,22 @@
               </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#TestNTriplesNegativeSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-01' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -731,11 +1119,22 @@
               </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#TestNTriplesNegativeSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-02' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -747,11 +1146,22 @@
               </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#TestNTriplesNegativeSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-03' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -763,11 +1173,22 @@
               </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#TestNTriplesNegativeSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-04' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -779,11 +1200,22 @@
               </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#TestNTriplesNegativeSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-05' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -795,11 +1227,22 @@
               </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#TestNTriplesNegativeSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-06' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -811,11 +1254,22 @@
               </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#TestNTriplesNegativeSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-string-07' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -827,11 +1281,22 @@
               </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#TestNTriplesNegativeSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-01' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -843,11 +1308,22 @@
               </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#TestNTriplesNegativeSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-02' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -859,11 +1335,22 @@
               </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#TestNTriplesNegativeSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-bad-num-03' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -875,11 +1362,22 @@
               </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#TestNTriplesPositiveSyntax'>
+          <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://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-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/rdf-turtle/tests-nt/manifest.ttl#nt-syntax-subm-01' property='earl:test' />
               <link href='http://rubygems.org/gems/rdf' property='earl:subject' />
@@ -898,6 +1396,9 @@
             <td class='passed-all'>
               100.0%
             </td>
+            <td class='passed-all'>
+              100.0%
+            </td>
           </tr>
         </table>
       </section>
@@ -911,6 +1412,69 @@
       </p>
       <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>
+          </a>
+        </dt>
+        <dd inlist='inlist' property='earl:testSubjects' resource='http://jena.apache.org/#riot' typeof='earl:TestSubject doap:Project'>
+          <dl>
+            <dt>Description</dt>
+            <dd lang='en' property='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.</dd>
+            <dt>Programming Language</dt>
+            <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>
+            </dd>
+            <dt>Developer</dt>
+            <dd rel='doap:developer'>
+              <div typeof='foaf:Person'>
+                <span property='foaf:name'>Rob Vesse</span>
+              </div>
+              <div typeof='foaf:Person'>
+                <span property='foaf:name'>Paolo Castagna</span>
+              </div>
+              <div typeof='foaf:Person'>
+                <span property='foaf:name'>Chris Dollin</span>
+              </div>
+              <div typeof='foaf:Person'>
+                <span property='foaf:name'>Stephen Allen</span>
+              </div>
+              <div typeof='foaf:Person'>
+                <span property='foaf:name'>Ian Dickinson</span>
+              </div>
+              <div typeof='foaf:Person'>
+                <span property='foaf:name'>Damian Steer</span>
+              </div>
+              <div typeof='foaf:Person'>
+                <span property='foaf:name'>Andy Seaborne</span>
+              </div>
+              <div typeof='foaf:Person'>
+                <span property='foaf:name'>Claude Warren</span>
+              </div>
+              <div typeof='foaf:Person'>
+                <span property='foaf:name'>Dave Reynolds</span>
+              </div>
+            </dd>
+            <dt>
+              Test Suite Compliance
+            </dt>
+            <dd>
+              <table class='report'>
+                <tbody>
+                  <tr>
+                    <td class='passed-all'>
+                      45/45 (100.0%)
+                    </td>
+                  </tr>
+                </tbody>
+              </table>
+            </dd>
+          </dl>
+        </dd>
+        <dt id='subj_1'>
           <a href='http://rubygems.org/gems/rdf'>
             <span about='http://rubygems.org/gems/rdf' property='doap:name'>RDF.rb</span>
           </a>
@@ -996,6 +1560,9 @@
       </p>
       <ul>
         <li>
+          <a class='source' href='Apache-Jena-ntriples-earl-2013-11-02.ttl'>Apache-Jena-ntriples-earl-2013-11-02.ttl</a>
+        </li>
+        <li>
           <a class='source' href='earl.ttl'>earl.ttl</a>
         </li>
         <li>
@@ -1382,10 +1949,10 @@
         <meta content='Earl Report summary generator' lang='en' property='doap:shortdesc' />
         <meta content='EarlReport generates HTML+RDFa rollups of multiple EARL reports' lang='en' property='doap:description' />
         version
-        <span property='doap:release' resource='https://github.com/gkellogg/earl-report/tree/0.2.3' typeof='doap:Version'>
-          <span property='doap:revision'>0.2.3</span>
-          <meta content='earl-report-0.2.3' property='doap:name' />
-          <meta content='2013-03-20' datatype='xsd:date' property='doap:created' />
+        <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' />
         </span>
         an
         <a href='http://unlicense.org' property='doap:license'>Unlicensed</a>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/trig/reports/Apache-Jena-trig-earl-2013-11-02.ttl	Sat Nov 02 10:09:47 2013 -0700
@@ -0,0 +1,3686 @@
+@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>
+] .
--- a/trig/reports/earl.jsonld	Fri Nov 01 11:19:50 2013 -0700
+++ b/trig/reports/earl.jsonld	Sat Nov 02 10:09:47 2013 -0700
@@ -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-08-20",
+      "created": "2013-10-23",
       "revision": "0.2.7.2"
     },
     "developer": {
@@ -133,10 +133,61 @@
     }
   },
   "assertions": [
+    "Apache-Jena-trig-earl-2013-11-02.ttl",
+    "earl.ttl",
     "rdf.rb-earl-2013-09-09.ttl"
   ],
   "testSubjects": [
     {
+      "@id": "http://jena.apache.org/#riot",
+      "@type": [
+        "earl:TestSubject",
+        "doap:Project"
+      ],
+      "name": "Apache Jena RIOT",
+      "developer": [
+        {
+          "@type": "foaf:Person",
+          "foaf:name": "Rob Vesse"
+        },
+        {
+          "@type": "foaf:Person",
+          "foaf:name": "Paolo Castagna"
+        },
+        {
+          "@type": "foaf:Person",
+          "foaf:name": "Chris Dollin"
+        },
+        {
+          "@type": "foaf:Person",
+          "foaf:name": "Stephen Allen"
+        },
+        {
+          "@type": "foaf:Person",
+          "foaf:name": "Ian Dickinson"
+        },
+        {
+          "@type": "foaf:Person",
+          "foaf:name": "Damian Steer"
+        },
+        {
+          "@type": "foaf:Person",
+          "foaf:name": "Andy Seaborne"
+        },
+        {
+          "@type": "foaf:Person",
+          "foaf:name": "Claude Warren"
+        },
+        {
+          "@type": "foaf:Person",
+          "foaf:name": "Dave Reynolds"
+        }
+      ],
+      "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/",
+      "language": "Java"
+    },
+    {
       "@id": "http://rubygems.org/gems/rdf-trig",
       "@type": [
         "earl:TestSubject",
@@ -177,6 +228,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#anonymous_blank_node_graph",
+              "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#anonymous_blank_node_graph",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -202,6 +264,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_graph",
+              "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#labeled_blank_node_graph",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -227,6 +300,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#alternating_iri_graphs",
+              "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#alternating_iri_graphs",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -252,6 +336,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#alternating_bnode_graphs",
+              "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#alternating_bnode_graphs",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -277,6 +372,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-base-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-base-04",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -301,6 +407,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-base-05",
+              "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-base-05",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -325,6 +442,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-06",
+              "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-prefix-06",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -349,6 +477,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-07",
+              "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-prefix-07",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -373,6 +512,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-06",
+              "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-struct-06",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -397,6 +547,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-07",
+              "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-struct-07",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -421,6 +582,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#IRI_subject",
+              "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#IRI_subject",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -446,6 +618,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#IRI_with_four_digit_numeric_escape",
+              "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#IRI_with_four_digit_numeric_escape",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -471,6 +654,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#IRI_with_eight_digit_numeric_escape",
+              "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#IRI_with_eight_digit_numeric_escape",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -496,6 +690,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#IRI_with_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/trig/tests/manifest.ttl#IRI_with_all_punctuation",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -521,6 +726,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#bareword_a_predicate",
+              "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#bareword_a_predicate",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -546,6 +762,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#old_style_prefix",
+              "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#old_style_prefix",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -571,6 +798,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#SPARQL_style_prefix",
+              "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#SPARQL_style_prefix",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -596,6 +834,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#prefixed_IRI_predicate",
+              "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#prefixed_IRI_predicate",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -621,6 +870,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#prefixed_IRI_object",
+              "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#prefixed_IRI_object",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -646,6 +906,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#prefix_only_IRI",
+              "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#prefix_only_IRI",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -671,6 +942,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_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#prefix_with_PN_CHARS_BASE_character_boundaries",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -696,6 +978,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#prefix_with_non_leading_extras",
+              "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#prefix_with_non_leading_extras",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -721,6 +1014,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#default_namespace_IRI",
+              "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#default_namespace_IRI",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -746,6 +1050,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#prefix_reassigned_and_used",
+              "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#prefix_reassigned_and_used",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -771,6 +1086,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#reserved_escaped_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#reserved_escaped_localName",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -796,6 +1122,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#percent_escaped_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#percent_escaped_localName",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -821,6 +1158,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#HYPHEN_MINUS_in_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#HYPHEN_MINUS_in_localName",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -846,6 +1194,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#underscore_in_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#underscore_in_localName",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -871,6 +1230,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#localname_with_COLON",
+              "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#localname_with_COLON",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -896,6 +1266,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_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#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -921,6 +1302,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_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#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -946,6 +1338,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_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#localName_with_nfc_PN_CHARS_BASE_character_boundaries",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -971,6 +1374,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#localName_with_leading_underscore",
+              "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#localName_with_leading_underscore",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -996,6 +1410,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#localName_with_leading_digit",
+              "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#localName_with_leading_digit",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -1021,6 +1446,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#localName_with_non_leading_extras",
+              "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#localName_with_non_leading_extras",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -1046,6 +1482,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#old_style_base",
+              "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#old_style_base",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -1071,6 +1518,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#SPARQL_style_base",
+              "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#SPARQL_style_base",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -1096,6 +1554,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_subject",
+              "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#labeled_blank_node_subject",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -1121,6 +1590,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_object",
+              "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#labeled_blank_node_object",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -1146,6 +1626,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_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#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -1171,6 +1662,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_with_leading_underscore",
+              "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#labeled_blank_node_with_leading_underscore",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -1196,6 +1698,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_with_leading_digit",
+              "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#labeled_blank_node_with_leading_digit",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -1221,6 +1734,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_with_non_leading_extras",
+              "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#labeled_blank_node_with_non_leading_extras",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -1246,6 +1770,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#anonymous_blank_node_subject",
+              "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#anonymous_blank_node_subject",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -1271,6 +1806,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#anonymous_blank_node_object",
+              "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#anonymous_blank_node_object",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -1296,6 +1842,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#sole_blankNodePropertyList",
+              "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#sole_blankNodePropertyList",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -1321,6 +1878,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#blankNodePropertyList_as_subject",
+              "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#blankNodePropertyList_as_subject",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -1346,6 +1914,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#blankNodePropertyList_as_object",
+              "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#blankNodePropertyList_as_object",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -1371,6 +1950,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#blankNodePropertyList_with_multiple_triples",
+              "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#blankNodePropertyList_with_multiple_triples",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -1396,6 +1986,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#nested_blankNodePropertyLists",
+              "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#nested_blankNodePropertyLists",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -1421,6 +2022,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#blankNodePropertyList_containing_collection",
+              "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#blankNodePropertyList_containing_collection",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -1446,6 +2058,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#collection_subject",
+              "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#collection_subject",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -1471,6 +2094,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#collection_object",
+              "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#collection_object",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -1496,6 +2130,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#empty_collection",
+              "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#empty_collection",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -1521,6 +2166,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#nested_collection",
+              "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#nested_collection",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -1546,6 +2202,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#first",
+              "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#first",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -1571,6 +2238,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#last",
+              "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#last",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -1596,6 +2274,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL1",
+              "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",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -1621,6 +2310,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL1_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/trig/tests/manifest.ttl#LITERAL1_ascii_boundaries",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -1646,6 +2346,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL1_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/trig/tests/manifest.ttl#LITERAL1_all_controls",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -1671,6 +2382,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL1_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/trig/tests/manifest.ttl#LITERAL1_all_punctuation",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -1696,6 +2418,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG1",
+              "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",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -1721,6 +2454,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG1_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/trig/tests/manifest.ttl#LITERAL_LONG1_ascii_boundaries",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -1746,6 +2490,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG1_with_1_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/trig/tests/manifest.ttl#LITERAL_LONG1_with_1_squote",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -1771,6 +2526,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG1_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/trig/tests/manifest.ttl#LITERAL_LONG1_with_2_squotes",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -1796,6 +2562,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL2",
+              "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",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -1821,6 +2598,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL2_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/trig/tests/manifest.ttl#LITERAL2_ascii_boundaries",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -1846,6 +2634,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2",
+              "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",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -1871,6 +2670,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_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/trig/tests/manifest.ttl#LITERAL_LONG2_ascii_boundaries",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -1896,6 +2706,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_with_1_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/trig/tests/manifest.ttl#LITERAL_LONG2_with_1_squote",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -1921,6 +2742,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#LITERAL_LONG2_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/trig/tests/manifest.ttl#LITERAL_LONG2_with_2_squotes",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -1946,6 +2778,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/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/trig/tests/manifest.ttl#literal_with_CHARACTER_TABULATION",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -1971,6 +2814,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/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/trig/tests/manifest.ttl#literal_with_BACKSPACE",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -1996,6 +2850,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/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/trig/tests/manifest.ttl#literal_with_LINE_FEED",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -2021,6 +2886,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/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/trig/tests/manifest.ttl#literal_with_CARRIAGE_RETURN",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -2046,6 +2922,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/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/trig/tests/manifest.ttl#literal_with_FORM_FEED",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -2071,6 +2958,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/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/trig/tests/manifest.ttl#literal_with_REVERSE_SOLIDUS",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -2096,6 +2994,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_escaped_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/trig/tests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -2121,6 +3030,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_escaped_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/trig/tests/manifest.ttl#literal_with_escaped_BACKSPACE",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -2146,6 +3066,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_escaped_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/trig/tests/manifest.ttl#literal_with_escaped_LINE_FEED",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -2171,6 +3102,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_escaped_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/trig/tests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -2196,6 +3138,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_with_escaped_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/trig/tests/manifest.ttl#literal_with_escaped_FORM_FEED",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -2221,6 +3174,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/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/trig/tests/manifest.ttl#literal_with_numeric_escape4",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -2246,6 +3210,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/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/trig/tests/manifest.ttl#literal_with_numeric_escape8",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -2271,6 +3246,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#IRIREF_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#IRIREF_datatype",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -2296,6 +3282,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#prefixed_name_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#prefixed_name_datatype",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -2321,6 +3318,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#bareword_integer",
+              "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#bareword_integer",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -2346,6 +3354,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#bareword_decimal",
+              "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#bareword_decimal",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -2371,6 +3390,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#bareword_double",
+              "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#bareword_double",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -2396,6 +3426,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#double_lower_case_e",
+              "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#double_lower_case_e",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -2421,6 +3462,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#negative_numeric",
+              "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#negative_numeric",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -2446,6 +3498,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#positive_numeric",
+              "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#positive_numeric",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -2471,6 +3534,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#numeric_with_leading_0",
+              "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#numeric_with_leading_0",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -2496,6 +3570,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_true",
+              "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_true",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -2521,6 +3606,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#literal_false",
+              "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_false",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -2546,6 +3642,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#langtagged_non_LONG",
+              "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_non_LONG",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -2571,6 +3678,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#langtagged_LONG",
+              "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",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -2596,6 +3714,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/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/trig/tests/manifest.ttl#lantag_with_subtag",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -2621,6 +3750,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#objectList_with_two_objects",
+              "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#objectList_with_two_objects",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -2646,6 +3786,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#predicateObjectList_with_two_objectLists",
+              "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#predicateObjectList_with_two_objectLists",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -2671,6 +3822,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#repeated_semis_at_end",
+              "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#repeated_semis_at_end",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -2696,6 +3858,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#repeated_semis_not_at_end",
+              "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#repeated_semis_not_at_end",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -2721,6 +3894,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-file-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-file-01",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -2745,6 +3929,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-file-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-file-02",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -2769,6 +3964,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-file-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-file-03",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -2793,6 +3999,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-uri-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-uri-01",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -2817,6 +4034,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-uri-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-uri-02",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -2841,6 +4069,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-uri-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-uri-03",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -2865,6 +4104,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-uri-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-uri-04",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -2889,6 +4139,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-base-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-base-01",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -2913,6 +4174,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-base-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-base-02",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -2937,6 +4209,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-base-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-base-03",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -2961,6 +4244,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-base-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-base-04",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -2985,6 +4279,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-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-prefix-01",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -3009,6 +4314,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-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-prefix-02",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -3033,6 +4349,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-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-prefix-03",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -3057,6 +4384,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-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-prefix-04",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -3081,6 +4419,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-05",
+              "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-prefix-05",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -3105,6 +4454,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-06",
+              "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-prefix-06",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -3129,6 +4489,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-07",
+              "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-prefix-07",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -3153,6 +4524,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-08",
+              "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-prefix-08",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -3177,6 +4559,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-prefix-09",
+              "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-prefix-09",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -3201,6 +4594,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-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-string-01",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -3225,6 +4629,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-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-string-02",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -3249,6 +4664,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-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-string-03",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -3273,6 +4699,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-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-string-04",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -3297,6 +4734,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-05",
+              "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-string-05",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -3321,6 +4769,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-06",
+              "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-string-06",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -3345,6 +4804,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-07",
+              "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-string-07",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -3369,6 +4839,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-08",
+              "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-string-08",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -3393,6 +4874,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-09",
+              "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-string-09",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -3417,6 +4909,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-10",
+              "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-string-10",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -3441,6 +4944,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-string-11",
+              "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-string-11",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -3465,6 +4979,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-str-esc-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-str-esc-01",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -3489,6 +5014,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-str-esc-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-str-esc-02",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -3513,6 +5049,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-str-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/trig/tests/manifest.ttl#trig-syntax-str-esc-03",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -3537,6 +5084,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-pname-esc-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-pname-esc-01",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -3561,6 +5119,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-pname-esc-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-pname-esc-02",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -3585,6 +5154,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-pname-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/trig/tests/manifest.ttl#trig-syntax-pname-esc-03",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -3609,6 +5189,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-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-bnode-01",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -3633,6 +5224,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-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-bnode-02",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -3657,6 +5259,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-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/trig/tests/manifest.ttl#trig-syntax-bnode-03",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -3681,6 +5294,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-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-bnode-04",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -3705,6 +5329,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-05",
+              "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-bnode-05",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -3729,6 +5364,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-06",
+              "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-bnode-06",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -3753,6 +5399,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-07",
+              "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-bnode-07",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -3777,6 +5434,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-08",
+              "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-bnode-08",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -3801,6 +5469,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-09",
+              "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-bnode-09",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -3825,6 +5504,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bnode-10",
+              "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-bnode-10",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -3849,6 +5539,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-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-number-01",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -3873,6 +5574,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-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-number-02",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -3897,6 +5609,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-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-number-03",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -3921,6 +5644,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-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-number-04",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -3945,6 +5679,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-05",
+              "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-number-05",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -3969,6 +5714,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-06",
+              "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-number-06",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -3993,6 +5749,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-07",
+              "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-number-07",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -4017,6 +5784,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-08",
+              "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-number-08",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -4041,6 +5819,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-09",
+              "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-number-09",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -4065,6 +5854,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-10",
+              "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-number-10",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -4089,6 +5889,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-number-11",
+              "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-number-11",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -4113,6 +5924,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-datatypes-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-datatypes-01",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -4137,6 +5959,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-datatypes-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-datatypes-02",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -4161,6 +5994,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-kw-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-kw-01",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -4185,6 +6029,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-kw-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-kw-02",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -4209,6 +6064,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-kw-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-kw-03",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -4233,6 +6099,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-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-struct-01",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -4257,6 +6134,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-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-struct-02",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -4281,6 +6169,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-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-struct-03",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -4305,6 +6204,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-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-struct-04",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -4329,6 +6239,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-struct-05",
+              "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-struct-05",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -4353,6 +6274,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-lists-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-lists-01",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -4377,6 +6309,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-lists-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-lists-02",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -4401,6 +6344,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-lists-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-lists-03",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -4425,6 +6379,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-lists-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-lists-04",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -4449,6 +6414,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-lists-05",
+              "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-lists-05",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -4473,6 +6449,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-uri-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-uri-01",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -4497,6 +6484,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-uri-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-uri-02",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -4521,6 +6519,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-uri-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-uri-03",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -4545,6 +6554,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-uri-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-uri-04",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -4569,6 +6589,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-uri-05",
+              "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-uri-05",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -4593,6 +6624,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-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-prefix-01",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -4617,6 +6659,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-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-prefix-02",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -4641,6 +6694,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-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-prefix-03",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -4665,6 +6729,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-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-prefix-04",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -4689,6 +6764,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-prefix-05",
+              "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-prefix-05",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -4713,6 +6799,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-base-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-base-01",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -4737,6 +6834,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-base-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-base-02",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -4761,6 +6869,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-base-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-base-03",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -4785,6 +6904,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-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-struct-02",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -4809,6 +6939,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-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-struct-03",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -4833,6 +6974,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-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-struct-04",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -4857,6 +7009,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-05",
+              "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-struct-05",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -4881,6 +7044,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-06",
+              "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-struct-06",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -4905,6 +7079,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-07",
+              "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-struct-07",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -4929,6 +7114,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-kw-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-kw-01",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -4953,6 +7149,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-kw-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-kw-02",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -4977,6 +7184,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-kw-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-kw-03",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -5001,6 +7219,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-kw-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-kw-04",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -5025,6 +7254,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-kw-05",
+              "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-kw-05",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -5049,6 +7289,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-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-n3-extras-01",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -5073,6 +7324,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-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-n3-extras-02",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -5097,6 +7359,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-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-n3-extras-03",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -5121,6 +7394,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-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-n3-extras-04",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -5145,6 +7429,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-05",
+              "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-n3-extras-05",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -5169,6 +7464,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-06",
+              "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-n3-extras-06",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -5193,6 +7499,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-07",
+              "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-n3-extras-07",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -5217,6 +7534,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-08",
+              "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-n3-extras-08",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -5241,6 +7569,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-09",
+              "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-n3-extras-09",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -5265,6 +7604,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-10",
+              "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-n3-extras-10",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -5289,6 +7639,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-11",
+              "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-n3-extras-11",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -5313,6 +7674,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-12",
+              "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-n3-extras-12",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -5337,6 +7709,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-13",
+              "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-n3-extras-13",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -5361,6 +7744,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-09",
+              "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-struct-09",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -5385,6 +7779,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-10",
+              "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-struct-10",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -5409,6 +7814,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-12",
+              "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-struct-12",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -5433,6 +7849,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-13",
+              "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-struct-13",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -5457,6 +7884,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-14",
+              "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-struct-14",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -5481,6 +7919,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-15",
+              "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-struct-15",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -5505,6 +7954,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-16",
+              "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-struct-16",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -5529,6 +7989,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-struct-17",
+              "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-struct-17",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -5553,6 +8024,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-lang-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-lang-01",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -5577,6 +8059,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-esc-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-esc-01",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -5601,6 +8094,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-esc-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-esc-02",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -5625,6 +8129,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-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/trig/tests/manifest.ttl#trig-syntax-bad-esc-03",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -5649,6 +8164,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-esc-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-esc-04",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -5673,6 +8199,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-pname-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-pname-01",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -5697,6 +8234,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-pname-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-pname-02",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -5721,6 +8269,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-pname-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-pname-03",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -5745,6 +8304,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-string-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-string-01",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -5769,6 +8339,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-string-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-string-02",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -5793,6 +8374,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-string-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-string-03",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -5817,6 +8409,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-string-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-string-04",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -5841,6 +8444,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-string-05",
+              "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-string-05",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -5865,6 +8479,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-string-06",
+              "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-string-06",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -5889,6 +8514,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-string-07",
+              "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-string-07",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -5913,6 +8549,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-num-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-num-01",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -5937,6 +8584,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-num-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-num-02",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -5961,6 +8619,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-num-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-num-03",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -5985,6 +8654,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-num-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-num-04",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -6009,6 +8689,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-num-05",
+              "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-num-05",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -6033,6 +8724,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-eval-struct-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-eval-struct-01",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -6058,6 +8760,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-eval-struct-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-eval-struct-02",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -6083,6 +8796,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-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-subm-01",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -6108,6 +8832,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-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-subm-02",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -6133,6 +8868,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-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-subm-03",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -6158,6 +8904,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-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-subm-04",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -6183,6 +8940,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-05",
+              "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-subm-05",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -6208,6 +8976,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-06",
+              "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-subm-06",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -6233,6 +9012,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-07",
+              "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-subm-07",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -6258,6 +9048,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-08",
+              "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-subm-08",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -6283,6 +9084,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-09",
+              "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-subm-09",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -6308,6 +9120,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-10",
+              "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-subm-10",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -6333,6 +9156,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-11",
+              "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-subm-11",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -6358,6 +9192,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-12",
+              "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-subm-12",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -6383,6 +9228,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-13",
+              "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-subm-13",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -6408,6 +9264,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-14",
+              "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-subm-14",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -6433,6 +9300,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-15",
+              "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-subm-15",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -6458,6 +9336,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-16",
+              "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-subm-16",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -6483,6 +9372,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-17",
+              "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-subm-17",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -6508,6 +9408,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-18",
+              "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-subm-18",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -6533,6 +9444,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-19",
+              "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-subm-19",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -6558,6 +9480,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-20",
+              "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-subm-20",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -6583,6 +9516,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-21",
+              "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-subm-21",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -6608,6 +9552,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-22",
+              "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-subm-22",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -6633,6 +9588,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-23",
+              "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-subm-23",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -6658,6 +9624,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-24",
+              "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-subm-24",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -6683,6 +9660,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-25",
+              "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-subm-25",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -6708,6 +9696,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-26",
+              "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-subm-26",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -6733,6 +9732,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-subm-27",
+              "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-subm-27",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -6758,6 +9768,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-eval-bad-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-eval-bad-01",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -6782,6 +9803,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-eval-bad-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-eval-bad-02",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -6806,6 +9838,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-eval-bad-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-eval-bad-03",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -6830,6 +9873,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-eval-bad-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-eval-bad-04",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -6854,6 +9908,17 @@
             {
               "@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": {
@@ -6879,6 +9944,17 @@
             {
               "@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": {
@@ -6903,6 +9979,17 @@
             {
               "@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": {
@@ -6928,6 +10015,17 @@
             {
               "@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": {
@@ -6953,6 +10051,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-blank-label-dot-end",
+              "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-blank-label-dot-end",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -6977,6 +10086,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-ln-dash-start",
+              "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-ln-dash-start",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -7001,6 +10121,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-ln-escape-start",
+              "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-ln-escape-start",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -7025,6 +10156,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-ln-escape",
+              "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-ln-escape",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -7049,6 +10191,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-missing-ns-dot-end",
+              "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-missing-ns-dot-end",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -7073,6 +10226,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-missing-ns-dot-start",
+              "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-missing-ns-dot-start",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -7097,6 +10261,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-ns-dot-end",
+              "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-ns-dot-end",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -7121,6 +10296,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-ns-dot-start",
+              "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-ns-dot-start",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -7145,6 +10331,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-bad-number-dot-in-anon",
+              "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-number-dot-in-anon",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -7169,6 +10366,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-blank-label",
+              "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-blank-label",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -7193,6 +10401,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-ln-colons",
+              "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-ln-colons",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -7217,6 +10436,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-ln-dots",
+              "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-ln-dots",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -7241,6 +10471,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-syntax-ns-dots",
+              "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-ns-dots",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -7265,6 +10506,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-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-kw-graph-01",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -7289,6 +10541,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-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-kw-graph-02",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -7313,6 +10576,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-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-kw-graph-03",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -7337,6 +10611,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-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-kw-graph-04",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -7361,6 +10646,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-05",
+              "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-kw-graph-05",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -7385,6 +10681,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-06",
+              "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-kw-graph-06",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -7409,6 +10716,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-07",
+              "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-kw-graph-07",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -7433,6 +10751,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-08",
+              "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-kw-graph-08",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -7457,6 +10786,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-09",
+              "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-kw-graph-09",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -7481,6 +10821,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-kw-graph-10",
+              "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-kw-graph-10",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -7505,6 +10856,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-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-graph-bad-01",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -7529,6 +10891,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-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-graph-bad-02",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -7553,6 +10926,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-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-graph-bad-03",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -7577,6 +10961,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-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-graph-bad-04",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -7601,6 +10996,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-05",
+              "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-graph-bad-05",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -7625,6 +11031,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-06",
+              "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-graph-bad-06",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -7649,6 +11066,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-07",
+              "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-graph-bad-07",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -7673,6 +11101,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-08",
+              "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-graph-bad-08",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -7697,6 +11136,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-09",
+              "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-graph-bad-09",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -7721,6 +11171,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-10",
+              "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-graph-bad-10",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -7745,6 +11206,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-graph-bad-11",
+              "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-graph-bad-11",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -7769,6 +11241,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-bnodeplist-graph-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-bnodeplist-graph-01",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -7793,6 +11276,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-collection-graph-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-collection-graph-01",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -7817,6 +11311,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-collection-graph-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-collection-graph-02",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -7841,6 +11346,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-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-turtle-01",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -7865,6 +11381,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-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-turtle-02",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -7889,6 +11416,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-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-turtle-03",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -7913,6 +11451,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-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-turtle-04",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -7937,6 +11486,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-05",
+              "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-turtle-05",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -7961,6 +11521,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-06",
+              "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-turtle-06",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -7985,6 +11556,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-bad-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-turtle-bad-01",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
@@ -8009,6 +11591,17 @@
             {
               "@type": "earl:Assertion",
               "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#trig-turtle-bad-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-turtle-bad-02",
               "subject": "http://rubygems.org/gems/rdf-trig",
               "mode": "earl:automatic",
               "result": {
--- a/trig/reports/earl.ttl	Fri Nov 01 11:19:50 2013 -0700
+++ b/trig/reports/earl.ttl	Sat Nov 02 10:09:47 2013 -0700
@@ -15,8 +15,11 @@
   dc:bibliographicCitation "[[TRIG]]";
   earl:generatedBy <http://rubygems.org/gems/earl-report>;
   earl:assertions
+    <Apache-Jena-trig-earl-2013-11-02.ttl>,
+    <earl.ttl>,
     <rdf.rb-earl-2013-09-09.ttl>;
   earl:testSubjects (
+    <http://jena.apache.org/#riot>
     <http://rubygems.org/gems/rdf-trig>);
   mf:entries (
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl>) .
@@ -36,7 +39,8 @@
 
 # Manifests
 <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl> a earl:Report, mf:Manifest;
-  rdfs:comment "TriG tests";
+  dc:title "TriG tests";
+  mf:name "TriG tests";
   mf:entries (
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#anonymous_blank_node_graph>
     <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/manifest.ttl#labeled_blank_node_graph>
@@ -364,6 +368,49 @@
 #
 # Subject Definitions
 #
+<http://jena.apache.org/#riot> a earl:TestSubject, doap:Project;
+  doap:name "Apache Jena RIOT";
+  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";
+ .
+
+<http://jena.apache.org/#riot> doap:developer
+   [ a foaf:Person;
+     foaf:name "Rob Vesse" ] .
+
+<http://jena.apache.org/#riot> doap:developer
+   [ a foaf:Person;
+     foaf:name "Paolo Castagna" ] .
+
+<http://jena.apache.org/#riot> doap:developer
+   [ a foaf:Person;
+     foaf:name "Chris Dollin" ] .
+
+<http://jena.apache.org/#riot> doap:developer
+   [ a foaf:Person;
+     foaf:name "Stephen Allen" ] .
+
+<http://jena.apache.org/#riot> doap:developer
+   [ a foaf:Person;
+     foaf:name "Ian Dickinson" ] .
+
+<http://jena.apache.org/#riot> doap:developer
+   [ a foaf:Person;
+     foaf:name "Damian Steer" ] .
+
+<http://jena.apache.org/#riot> doap:developer
+   [ a foaf:Person;
+     foaf:name "Andy Seaborne" ] .
+
+<http://jena.apache.org/#riot> doap:developer
+   [ a foaf:Person;
+     foaf:name "Claude Warren" ] .
+
+<http://jena.apache.org/#riot> doap:developer
+   [ a foaf:Person;
+     foaf:name "Dave Reynolds" ] .
+
+
 <http://rubygems.org/gems/rdf-trig> a earl:TestSubject, doap:Project;
   doap:name "RDF::TriG";
   doap:description """TriG reader/writer for RDF.rb"""@en;
@@ -387,6 +434,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/anonymous_blank_node_graph.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#anonymous_blank_node_graph>;
+      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#anonymous_blank_node_graph>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -401,6 +454,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/labeled_blank_node_graph.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#labeled_blank_node_graph>;
+      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#labeled_blank_node_graph>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -415,6 +474,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/alternating_iri_graphs.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#alternating_iri_graphs>;
+      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#alternating_iri_graphs>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -429,6 +494,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/alternating_bnode_graphs.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#alternating_bnode_graphs>;
+      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#alternating_bnode_graphs>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -442,6 +513,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-base-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-base-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-base-04>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -455,6 +532,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-base-05.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-base-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/trig/tests/manifest.ttl#trig-syntax-bad-base-05>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -468,6 +551,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-prefix-06.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-prefix-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/trig/tests/manifest.ttl#trig-syntax-bad-prefix-06>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -481,6 +570,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-prefix-07.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-prefix-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/trig/tests/manifest.ttl#trig-syntax-bad-prefix-07>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -494,6 +589,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-struct-06.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-struct-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/trig/tests/manifest.ttl#trig-syntax-struct-06>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -507,6 +608,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-struct-07.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-struct-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/trig/tests/manifest.ttl#trig-syntax-struct-07>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -521,6 +628,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/IRI_subject.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#IRI_subject>;
+      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#IRI_subject>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -535,6 +648,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/IRI_with_four_digit_numeric_escape.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#IRI_with_four_digit_numeric_escape>;
+      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#IRI_with_four_digit_numeric_escape>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -549,6 +668,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/IRI_with_eight_digit_numeric_escape.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#IRI_with_eight_digit_numeric_escape>;
+      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#IRI_with_eight_digit_numeric_escape>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -563,6 +688,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/IRI_with_all_punctuation.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#IRI_with_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/trig/tests/manifest.ttl#IRI_with_all_punctuation>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -577,6 +708,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/bareword_a_predicate.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#bareword_a_predicate>;
+      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#bareword_a_predicate>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -591,6 +728,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/old_style_prefix.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#old_style_prefix>;
+      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#old_style_prefix>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -605,6 +748,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/SPARQL_style_prefix.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#SPARQL_style_prefix>;
+      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#SPARQL_style_prefix>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -619,6 +768,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/prefixed_IRI_predicate.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#prefixed_IRI_predicate>;
+      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#prefixed_IRI_predicate>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -633,6 +788,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/prefixed_IRI_object.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#prefixed_IRI_object>;
+      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#prefixed_IRI_object>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -647,6 +808,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/prefix_only_IRI.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#prefix_only_IRI>;
+      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#prefix_only_IRI>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -661,6 +828,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/prefix_with_PN_CHARS_BASE_character_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#prefix_with_PN_CHARS_BASE_character_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#prefix_with_PN_CHARS_BASE_character_boundaries>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -675,6 +848,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/prefix_with_non_leading_extras.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#prefix_with_non_leading_extras>;
+      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#prefix_with_non_leading_extras>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -689,6 +868,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/default_namespace_IRI.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#default_namespace_IRI>;
+      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#default_namespace_IRI>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -703,6 +888,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/prefix_reassigned_and_used.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#prefix_reassigned_and_used>;
+      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#prefix_reassigned_and_used>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -717,6 +908,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/reserved_escaped_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#reserved_escaped_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#reserved_escaped_localName>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -731,6 +928,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/percent_escaped_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#percent_escaped_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#percent_escaped_localName>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -745,6 +948,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/HYPHEN_MINUS_in_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#HYPHEN_MINUS_in_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#HYPHEN_MINUS_in_localName>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -759,6 +968,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/underscore_in_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#underscore_in_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#underscore_in_localName>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -773,6 +988,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/localname_with_COLON.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#localname_with_COLON>;
+      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#localname_with_COLON>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -787,6 +1008,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_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#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_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#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -801,6 +1028,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/localName_with_assigned_nfc_PN_CHARS_BASE_character_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#localName_with_assigned_nfc_PN_CHARS_BASE_character_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#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -815,6 +1048,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/localName_with_nfc_PN_CHARS_BASE_character_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#localName_with_nfc_PN_CHARS_BASE_character_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#localName_with_nfc_PN_CHARS_BASE_character_boundaries>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -829,6 +1068,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/localName_with_leading_underscore.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#localName_with_leading_underscore>;
+      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#localName_with_leading_underscore>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -843,6 +1088,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/localName_with_leading_digit.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#localName_with_leading_digit>;
+      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#localName_with_leading_digit>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -857,6 +1108,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/localName_with_non_leading_extras.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#localName_with_non_leading_extras>;
+      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#localName_with_non_leading_extras>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -871,6 +1128,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/old_style_base.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#old_style_base>;
+      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#old_style_base>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -885,6 +1148,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/SPARQL_style_base.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#SPARQL_style_base>;
+      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#SPARQL_style_base>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -899,6 +1168,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/labeled_blank_node_subject.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#labeled_blank_node_subject>;
+      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#labeled_blank_node_subject>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -913,6 +1188,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/labeled_blank_node_object.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#labeled_blank_node_object>;
+      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#labeled_blank_node_object>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -927,6 +1208,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/labeled_blank_node_with_PN_CHARS_BASE_character_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#labeled_blank_node_with_PN_CHARS_BASE_character_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#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -941,6 +1228,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/labeled_blank_node_with_leading_underscore.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#labeled_blank_node_with_leading_underscore>;
+      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#labeled_blank_node_with_leading_underscore>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -955,6 +1248,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/labeled_blank_node_with_leading_digit.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#labeled_blank_node_with_leading_digit>;
+      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#labeled_blank_node_with_leading_digit>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -969,6 +1268,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/labeled_blank_node_with_non_leading_extras.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#labeled_blank_node_with_non_leading_extras>;
+      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#labeled_blank_node_with_non_leading_extras>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -983,6 +1288,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/anonymous_blank_node_subject.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#anonymous_blank_node_subject>;
+      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#anonymous_blank_node_subject>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -997,6 +1308,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/anonymous_blank_node_object.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#anonymous_blank_node_object>;
+      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#anonymous_blank_node_object>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1011,6 +1328,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/sole_blankNodePropertyList.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#sole_blankNodePropertyList>;
+      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#sole_blankNodePropertyList>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1025,6 +1348,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/blankNodePropertyList_as_subject.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#blankNodePropertyList_as_subject>;
+      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#blankNodePropertyList_as_subject>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1039,6 +1368,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/blankNodePropertyList_as_object.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#blankNodePropertyList_as_object>;
+      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#blankNodePropertyList_as_object>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1053,6 +1388,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/blankNodePropertyList_with_multiple_triples.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#blankNodePropertyList_with_multiple_triples>;
+      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#blankNodePropertyList_with_multiple_triples>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1067,6 +1408,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/nested_blankNodePropertyLists.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#nested_blankNodePropertyLists>;
+      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#nested_blankNodePropertyLists>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1081,6 +1428,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/blankNodePropertyList_containing_collection.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#blankNodePropertyList_containing_collection>;
+      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#blankNodePropertyList_containing_collection>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1095,6 +1448,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/collection_subject.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#collection_subject>;
+      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#collection_subject>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1109,6 +1468,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/collection_object.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#collection_object>;
+      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#collection_object>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1123,6 +1488,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/empty_collection.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#empty_collection>;
+      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#empty_collection>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1137,6 +1508,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/nested_collection.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#nested_collection>;
+      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#nested_collection>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1151,6 +1528,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/first.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#first>;
+      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#first>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1165,6 +1548,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/last.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#last>;
+      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#last>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1179,6 +1568,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL1.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>;
+      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>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1193,6 +1588,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL1_ascii_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_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/trig/tests/manifest.ttl#LITERAL1_ascii_boundaries>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1207,6 +1608,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL1_all_controls.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_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/trig/tests/manifest.ttl#LITERAL1_all_controls>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1221,6 +1628,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL1_all_punctuation.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_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/trig/tests/manifest.ttl#LITERAL1_all_punctuation>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1235,6 +1648,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_LONG1.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>;
+      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>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1249,6 +1668,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_LONG1_ascii_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_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/trig/tests/manifest.ttl#LITERAL_LONG1_ascii_boundaries>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1263,6 +1688,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_LONG1_with_1_squote.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_1_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/trig/tests/manifest.ttl#LITERAL_LONG1_with_1_squote>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1277,6 +1708,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_LONG1_with_2_squotes.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_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/trig/tests/manifest.ttl#LITERAL_LONG1_with_2_squotes>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1291,6 +1728,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL2.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>;
+      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>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1305,6 +1748,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL2_ascii_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_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/trig/tests/manifest.ttl#LITERAL2_ascii_boundaries>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1319,6 +1768,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_LONG2.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>;
+      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>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1333,6 +1788,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_LONG2_ascii_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_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/trig/tests/manifest.ttl#LITERAL_LONG2_ascii_boundaries>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1347,6 +1808,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_LONG2_with_1_squote.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_1_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/trig/tests/manifest.ttl#LITERAL_LONG2_with_1_squote>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1361,6 +1828,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/LITERAL_LONG2_with_2_squotes.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_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/trig/tests/manifest.ttl#LITERAL_LONG2_with_2_squotes>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1375,6 +1848,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_with_CHARACTER_TABULATION.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_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/trig/tests/manifest.ttl#literal_with_CHARACTER_TABULATION>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1389,6 +1868,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_with_BACKSPACE.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_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/trig/tests/manifest.ttl#literal_with_BACKSPACE>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1403,6 +1888,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_with_LINE_FEED.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_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/trig/tests/manifest.ttl#literal_with_LINE_FEED>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1417,6 +1908,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_with_CARRIAGE_RETURN.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_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/trig/tests/manifest.ttl#literal_with_CARRIAGE_RETURN>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1431,6 +1928,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_with_FORM_FEED.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_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/trig/tests/manifest.ttl#literal_with_FORM_FEED>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1445,6 +1948,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_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_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_with_REVERSE_SOLIDUS>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1459,6 +1968,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_with_escaped_CHARACTER_TABULATION.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_with_escaped_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/trig/tests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1473,6 +1988,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_with_escaped_BACKSPACE.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_with_escaped_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/trig/tests/manifest.ttl#literal_with_escaped_BACKSPACE>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1487,6 +2008,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_with_escaped_LINE_FEED.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_with_escaped_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/trig/tests/manifest.ttl#literal_with_escaped_LINE_FEED>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1501,6 +2028,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_with_escaped_CARRIAGE_RETURN.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_with_escaped_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/trig/tests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1515,6 +2048,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_with_escaped_FORM_FEED.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_with_escaped_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/trig/tests/manifest.ttl#literal_with_escaped_FORM_FEED>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1529,6 +2068,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_with_numeric_escape4.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_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/trig/tests/manifest.ttl#literal_with_numeric_escape4>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1543,6 +2088,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_with_numeric_escape8.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_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/trig/tests/manifest.ttl#literal_with_numeric_escape8>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1557,6 +2108,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/IRIREF_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#IRIREF_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#IRIREF_datatype>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1571,6 +2128,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/prefixed_name_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#prefixed_name_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#prefixed_name_datatype>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1585,6 +2148,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/bareword_integer.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#bareword_integer>;
+      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#bareword_integer>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1599,6 +2168,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/bareword_decimal.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#bareword_decimal>;
+      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#bareword_decimal>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1613,6 +2188,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/bareword_double.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#bareword_double>;
+      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#bareword_double>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1627,6 +2208,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/double_lower_case_e.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#double_lower_case_e>;
+      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#double_lower_case_e>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1641,6 +2228,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/negative_numeric.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#negative_numeric>;
+      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#negative_numeric>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1655,6 +2248,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/positive_numeric.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#positive_numeric>;
+      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#positive_numeric>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1669,6 +2268,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/numeric_with_leading_0.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#numeric_with_leading_0>;
+      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#numeric_with_leading_0>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1683,6 +2288,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_true.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_true>;
+      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_true>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1697,6 +2308,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/literal_false.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_false>;
+      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_false>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1711,6 +2328,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/langtagged_non_LONG.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_non_LONG>;
+      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_non_LONG>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1725,6 +2348,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/langtagged_LONG.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>;
+      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>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1739,6 +2368,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/lantag_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#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/trig/tests/manifest.ttl#lantag_with_subtag>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1753,6 +2388,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/objectList_with_two_objects.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#objectList_with_two_objects>;
+      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#objectList_with_two_objects>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1767,6 +2408,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/predicateObjectList_with_two_objectLists.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#predicateObjectList_with_two_objectLists>;
+      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#predicateObjectList_with_two_objectLists>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1781,6 +2428,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/repeated_semis_at_end.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#repeated_semis_at_end>;
+      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#repeated_semis_at_end>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1795,6 +2448,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/repeated_semis_not_at_end.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#repeated_semis_not_at_end>;
+      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#repeated_semis_not_at_end>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1808,6 +2467,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-file-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-file-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-file-01>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1821,6 +2486,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-file-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-file-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-file-02>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1834,6 +2505,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-file-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-file-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-file-03>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1847,6 +2524,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-uri-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-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/trig/tests/manifest.ttl#trig-syntax-uri-01>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1860,6 +2543,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-uri-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-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/trig/tests/manifest.ttl#trig-syntax-uri-02>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1873,6 +2562,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-uri-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-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/trig/tests/manifest.ttl#trig-syntax-uri-03>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1886,6 +2581,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-uri-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-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/trig/tests/manifest.ttl#trig-syntax-uri-04>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1899,6 +2600,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-base-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-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/trig/tests/manifest.ttl#trig-syntax-base-01>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1912,6 +2619,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-base-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-base-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-base-02>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1925,6 +2638,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-base-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-base-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-base-03>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1938,6 +2657,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-base-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-base-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-base-04>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1951,6 +2676,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-prefix-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-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/trig/tests/manifest.ttl#trig-syntax-prefix-01>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1964,6 +2695,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-prefix-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-prefix-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-prefix-02>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1977,6 +2714,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-prefix-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-prefix-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-prefix-03>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -1990,6 +2733,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-prefix-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-prefix-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-prefix-04>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2003,6 +2752,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-prefix-05.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-prefix-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/trig/tests/manifest.ttl#trig-syntax-prefix-05>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2016,6 +2771,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-prefix-06.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-prefix-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/trig/tests/manifest.ttl#trig-syntax-prefix-06>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2029,6 +2790,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-prefix-07.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-prefix-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/trig/tests/manifest.ttl#trig-syntax-prefix-07>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2042,6 +2809,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-prefix-08.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-prefix-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/trig/tests/manifest.ttl#trig-syntax-prefix-08>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2055,6 +2828,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-prefix-09.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-prefix-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/trig/tests/manifest.ttl#trig-syntax-prefix-09>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2068,6 +2847,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-string-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-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/trig/tests/manifest.ttl#trig-syntax-string-01>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2081,6 +2866,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-string-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-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/trig/tests/manifest.ttl#trig-syntax-string-02>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2094,6 +2885,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-string-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-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/trig/tests/manifest.ttl#trig-syntax-string-03>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2107,6 +2904,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-string-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-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/trig/tests/manifest.ttl#trig-syntax-string-04>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2120,6 +2923,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-string-05.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-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/trig/tests/manifest.ttl#trig-syntax-string-05>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2133,6 +2942,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-string-06.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-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/trig/tests/manifest.ttl#trig-syntax-string-06>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2146,6 +2961,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-string-07.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-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/trig/tests/manifest.ttl#trig-syntax-string-07>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2159,6 +2980,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-string-08.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-string-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/trig/tests/manifest.ttl#trig-syntax-string-08>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2172,6 +2999,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-string-09.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-string-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/trig/tests/manifest.ttl#trig-syntax-string-09>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2185,6 +3018,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-string-10.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-string-10>;
+      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-string-10>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2198,6 +3037,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-string-11.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-string-11>;
+      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-string-11>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2211,6 +3056,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-str-esc-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-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/trig/tests/manifest.ttl#trig-syntax-str-esc-01>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2224,6 +3075,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-str-esc-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-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/trig/tests/manifest.ttl#trig-syntax-str-esc-02>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2237,6 +3094,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-str-esc-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-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/trig/tests/manifest.ttl#trig-syntax-str-esc-03>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2250,6 +3113,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-pname-esc-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-pname-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/trig/tests/manifest.ttl#trig-syntax-pname-esc-01>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2263,6 +3132,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-pname-esc-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-pname-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/trig/tests/manifest.ttl#trig-syntax-pname-esc-02>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2276,6 +3151,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-pname-esc-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-pname-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/trig/tests/manifest.ttl#trig-syntax-pname-esc-03>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2289,6 +3170,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bnode-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-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/trig/tests/manifest.ttl#trig-syntax-bnode-01>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2302,6 +3189,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bnode-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-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/trig/tests/manifest.ttl#trig-syntax-bnode-02>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2315,6 +3208,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bnode-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-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/trig/tests/manifest.ttl#trig-syntax-bnode-03>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2328,6 +3227,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bnode-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-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/trig/tests/manifest.ttl#trig-syntax-bnode-04>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2341,6 +3246,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bnode-05.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-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/trig/tests/manifest.ttl#trig-syntax-bnode-05>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2354,6 +3265,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bnode-06.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-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/trig/tests/manifest.ttl#trig-syntax-bnode-06>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2367,6 +3284,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bnode-07.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-bnode-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/trig/tests/manifest.ttl#trig-syntax-bnode-07>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2380,6 +3303,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bnode-08.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-bnode-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/trig/tests/manifest.ttl#trig-syntax-bnode-08>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2393,6 +3322,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bnode-09.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-bnode-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/trig/tests/manifest.ttl#trig-syntax-bnode-09>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2406,6 +3341,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bnode-10.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-bnode-10>;
+      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-bnode-10>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2419,6 +3360,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-number-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-number-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-number-01>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2432,6 +3379,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-number-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-number-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-number-02>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2445,6 +3398,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-number-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-number-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-number-03>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2458,6 +3417,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-number-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-number-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-number-04>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2471,6 +3436,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-number-05.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-number-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/trig/tests/manifest.ttl#trig-syntax-number-05>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2484,6 +3455,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-number-06.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-number-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/trig/tests/manifest.ttl#trig-syntax-number-06>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2497,6 +3474,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-number-07.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-number-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/trig/tests/manifest.ttl#trig-syntax-number-07>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2510,6 +3493,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-number-08.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-number-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/trig/tests/manifest.ttl#trig-syntax-number-08>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2523,6 +3512,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-number-09.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-number-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/trig/tests/manifest.ttl#trig-syntax-number-09>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2536,6 +3531,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-number-10.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-number-10>;
+      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-number-10>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2549,6 +3550,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-number-11.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-number-11>;
+      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-number-11>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2562,6 +3569,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-datatypes-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-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/trig/tests/manifest.ttl#trig-syntax-datatypes-01>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2575,6 +3588,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-datatypes-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-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/trig/tests/manifest.ttl#trig-syntax-datatypes-02>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2588,6 +3607,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-kw-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-kw-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-kw-01>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2601,6 +3626,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-kw-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-kw-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-kw-02>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2614,6 +3645,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-kw-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-kw-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-kw-03>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2627,6 +3664,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-struct-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-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/trig/tests/manifest.ttl#trig-syntax-struct-01>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2640,6 +3683,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-struct-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-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/trig/tests/manifest.ttl#trig-syntax-struct-02>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2653,6 +3702,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-struct-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-struct-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-struct-03>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2666,6 +3721,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-struct-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-struct-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-struct-04>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2679,6 +3740,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-struct-05.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-struct-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/trig/tests/manifest.ttl#trig-syntax-struct-05>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2692,6 +3759,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-lists-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-lists-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-lists-01>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2705,6 +3778,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-lists-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-lists-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-lists-02>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2718,6 +3797,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-lists-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-lists-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-lists-03>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2731,6 +3816,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-lists-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-lists-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-lists-04>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2744,6 +3835,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-lists-05.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-lists-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/trig/tests/manifest.ttl#trig-syntax-lists-05>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2757,6 +3854,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-uri-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-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/trig/tests/manifest.ttl#trig-syntax-bad-uri-01>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2770,6 +3873,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-uri-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-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/trig/tests/manifest.ttl#trig-syntax-bad-uri-02>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2783,6 +3892,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-uri-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-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/trig/tests/manifest.ttl#trig-syntax-bad-uri-03>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2796,6 +3911,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-uri-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-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/trig/tests/manifest.ttl#trig-syntax-bad-uri-04>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2809,6 +3930,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-uri-05.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-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/trig/tests/manifest.ttl#trig-syntax-bad-uri-05>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2822,6 +3949,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-prefix-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-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/trig/tests/manifest.ttl#trig-syntax-bad-prefix-01>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2835,6 +3968,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-prefix-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-prefix-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-prefix-02>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2848,6 +3987,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-prefix-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-prefix-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-prefix-03>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2861,6 +4006,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-prefix-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-prefix-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-prefix-04>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2874,6 +4025,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-prefix-05.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-prefix-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/trig/tests/manifest.ttl#trig-syntax-bad-prefix-05>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2887,6 +4044,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-base-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-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/trig/tests/manifest.ttl#trig-syntax-bad-base-01>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2900,6 +4063,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-base-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-base-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-base-02>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2913,6 +4082,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-base-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-base-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-base-03>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2926,6 +4101,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-struct-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-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/trig/tests/manifest.ttl#trig-syntax-bad-struct-02>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2939,6 +4120,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-struct-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-struct-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-struct-03>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2952,6 +4139,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-struct-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-struct-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-struct-04>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2965,6 +4158,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-struct-05.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-struct-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/trig/tests/manifest.ttl#trig-syntax-bad-struct-05>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2978,6 +4177,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-struct-06.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-struct-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/trig/tests/manifest.ttl#trig-syntax-bad-struct-06>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -2991,6 +4196,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-struct-07.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-struct-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/trig/tests/manifest.ttl#trig-syntax-bad-struct-07>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3004,6 +4215,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-kw-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-kw-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-kw-01>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3017,6 +4234,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-kw-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-kw-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-kw-02>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3030,6 +4253,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-kw-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-kw-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-kw-03>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3043,6 +4272,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-kw-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-kw-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-kw-04>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3056,6 +4291,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-kw-05.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-kw-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/trig/tests/manifest.ttl#trig-syntax-bad-kw-05>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3069,6 +4310,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-n3-extras-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-n3-extras-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-n3-extras-01>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3082,6 +4329,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-n3-extras-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-n3-extras-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-n3-extras-02>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3095,6 +4348,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-n3-extras-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-n3-extras-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-n3-extras-03>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3108,6 +4367,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-n3-extras-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-n3-extras-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-n3-extras-04>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3121,6 +4386,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-n3-extras-05.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-n3-extras-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/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-05>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3134,6 +4405,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-n3-extras-06.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-n3-extras-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/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-06>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3147,6 +4424,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-n3-extras-07.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-n3-extras-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/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-07>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3160,6 +4443,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-n3-extras-08.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-n3-extras-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/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-08>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3173,6 +4462,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-n3-extras-09.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-n3-extras-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/trig/tests/manifest.ttl#trig-syntax-bad-n3-extras-09>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3186,6 +4481,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-n3-extras-10.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-n3-extras-10>;
+      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-n3-extras-10>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3199,6 +4500,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-n3-extras-11.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-n3-extras-11>;
+      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-n3-extras-11>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3212,6 +4519,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-n3-extras-12.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-n3-extras-12>;
+      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-n3-extras-12>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3225,6 +4538,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-n3-extras-13.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-n3-extras-13>;
+      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-n3-extras-13>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3238,6 +4557,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-struct-09.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-struct-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/trig/tests/manifest.ttl#trig-syntax-bad-struct-09>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3251,6 +4576,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-struct-10.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-struct-10>;
+      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-struct-10>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3264,6 +4595,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-struct-12.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-struct-12>;
+      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-struct-12>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3277,6 +4614,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-struct-13.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-struct-13>;
+      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-struct-13>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3290,6 +4633,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-struct-14.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-struct-14>;
+      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-struct-14>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3303,6 +4652,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-struct-15.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-struct-15>;
+      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-struct-15>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3316,6 +4671,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-struct-16.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-struct-16>;
+      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-struct-16>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3329,6 +4690,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-struct-17.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-struct-17>;
+      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-struct-17>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3342,6 +4709,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-lang-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-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/trig/tests/manifest.ttl#trig-syntax-bad-lang-01>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3355,6 +4728,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-esc-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-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/trig/tests/manifest.ttl#trig-syntax-bad-esc-01>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3368,6 +4747,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-esc-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-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/trig/tests/manifest.ttl#trig-syntax-bad-esc-02>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3381,6 +4766,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-esc-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-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/trig/tests/manifest.ttl#trig-syntax-bad-esc-03>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3394,6 +4785,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-esc-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-esc-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-esc-04>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3407,6 +4804,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-pname-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-pname-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-pname-01>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3420,6 +4823,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-pname-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-pname-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-pname-02>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3433,6 +4842,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-pname-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-pname-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-pname-03>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3446,6 +4861,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-string-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-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/trig/tests/manifest.ttl#trig-syntax-bad-string-01>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3459,6 +4880,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-string-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-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/trig/tests/manifest.ttl#trig-syntax-bad-string-02>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3472,6 +4899,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-string-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-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/trig/tests/manifest.ttl#trig-syntax-bad-string-03>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3485,6 +4918,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-string-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-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/trig/tests/manifest.ttl#trig-syntax-bad-string-04>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3498,6 +4937,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-string-05.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-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/trig/tests/manifest.ttl#trig-syntax-bad-string-05>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3511,6 +4956,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-string-06.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-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/trig/tests/manifest.ttl#trig-syntax-bad-string-06>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3524,6 +4975,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-string-07.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-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/trig/tests/manifest.ttl#trig-syntax-bad-string-07>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3537,6 +4994,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-num-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-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/trig/tests/manifest.ttl#trig-syntax-bad-num-01>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3550,6 +5013,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-num-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-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/trig/tests/manifest.ttl#trig-syntax-bad-num-02>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3563,6 +5032,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-num-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-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/trig/tests/manifest.ttl#trig-syntax-bad-num-03>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3576,6 +5051,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-num-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-num-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-num-04>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3589,6 +5070,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-num-05.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-num-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/trig/tests/manifest.ttl#trig-syntax-bad-num-05>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3603,6 +5090,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-eval-struct-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-eval-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/trig/tests/manifest.ttl#trig-eval-struct-01>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3617,6 +5110,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-eval-struct-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-eval-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/trig/tests/manifest.ttl#trig-eval-struct-02>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3631,6 +5130,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-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-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/trig/tests/manifest.ttl#trig-subm-01>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3645,6 +5150,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-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-subm-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-subm-02>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3659,6 +5170,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-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-subm-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-subm-03>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3673,6 +5190,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-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-subm-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-subm-04>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3687,6 +5210,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-05.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-subm-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/trig/tests/manifest.ttl#trig-subm-05>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3701,6 +5230,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-06.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-subm-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/trig/tests/manifest.ttl#trig-subm-06>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3715,6 +5250,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-07.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-subm-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/trig/tests/manifest.ttl#trig-subm-07>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3729,6 +5270,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-08.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-subm-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/trig/tests/manifest.ttl#trig-subm-08>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3743,6 +5290,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-09.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-subm-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/trig/tests/manifest.ttl#trig-subm-09>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3757,6 +5310,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-10.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-subm-10>;
+      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-subm-10>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3771,6 +5330,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-11.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-subm-11>;
+      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-subm-11>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3785,6 +5350,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-12.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-subm-12>;
+      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-subm-12>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3799,6 +5370,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-13.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-subm-13>;
+      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-subm-13>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3813,6 +5390,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-14.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-subm-14>;
+      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-subm-14>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3827,6 +5410,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-15.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-subm-15>;
+      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-subm-15>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3841,6 +5430,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-16.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-subm-16>;
+      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-subm-16>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3855,6 +5450,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-17.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-subm-17>;
+      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-subm-17>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3869,6 +5470,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-18.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-subm-18>;
+      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-subm-18>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3883,6 +5490,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-19.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-subm-19>;
+      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-subm-19>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3897,6 +5510,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-20.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-subm-20>;
+      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-subm-20>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3911,6 +5530,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-21.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-subm-21>;
+      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-subm-21>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3925,6 +5550,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-22.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-subm-22>;
+      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-subm-22>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3939,6 +5570,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-23.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-subm-23>;
+      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-subm-23>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3953,6 +5590,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-24.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-subm-24>;
+      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-subm-24>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3967,6 +5610,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-25.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-subm-25>;
+      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-subm-25>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3981,6 +5630,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-26.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-subm-26>;
+      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-subm-26>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -3995,6 +5650,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-subm-27.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-subm-27>;
+      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-subm-27>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4008,6 +5669,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-eval-bad-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-eval-bad-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-eval-bad-01>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4021,6 +5688,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-eval-bad-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-eval-bad-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-eval-bad-02>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4034,6 +5707,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-eval-bad-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-eval-bad-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-eval-bad-03>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4047,6 +5726,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-eval-bad-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-eval-bad-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-eval-bad-04>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4061,6 +5746,12 @@
   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>;
@@ -4074,6 +5765,12 @@
   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>;
@@ -4088,6 +5785,12 @@
   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>;
@@ -4102,6 +5805,12 @@
   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>;
@@ -4115,6 +5824,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-blank-label-dot-end.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-blank-label-dot-end>;
+      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-blank-label-dot-end>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4128,6 +5843,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-ln-dash-start.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-ln-dash-start>;
+      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-ln-dash-start>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4141,6 +5862,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-ln-escape-start.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-ln-escape-start>;
+      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-ln-escape-start>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4154,6 +5881,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-ln-escape.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-ln-escape>;
+      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-ln-escape>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4167,6 +5900,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-missing-ns-dot-end.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-missing-ns-dot-end>;
+      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-missing-ns-dot-end>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4180,6 +5919,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-missing-ns-dot-start.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-missing-ns-dot-start>;
+      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-missing-ns-dot-start>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4193,6 +5938,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-ns-dot-end.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-ns-dot-end>;
+      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-ns-dot-end>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4206,6 +5957,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-ns-dot-start.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-ns-dot-start>;
+      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-ns-dot-start>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4219,6 +5976,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-bad-number-dot-in-anon.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-number-dot-in-anon>;
+      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-number-dot-in-anon>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4232,6 +5995,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-blank-label.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-blank-label>;
+      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-blank-label>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4245,6 +6014,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-ln-colons.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-ln-colons>;
+      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-ln-colons>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4258,6 +6033,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-ln-dots.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-ln-dots>;
+      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-ln-dots>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4271,6 +6052,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-syntax-ns-dots.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-ns-dots>;
+      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-ns-dots>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4284,6 +6071,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-kw-graph-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-kw-graph-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-kw-graph-01>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4297,6 +6090,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-kw-graph-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-kw-graph-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-kw-graph-02>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4310,6 +6109,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-kw-graph-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-kw-graph-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-kw-graph-03>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4323,6 +6128,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-kw-graph-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-kw-graph-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-kw-graph-04>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4336,6 +6147,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-kw-graph-05.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-kw-graph-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/trig/tests/manifest.ttl#trig-kw-graph-05>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4349,6 +6166,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-kw-graph-06.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-kw-graph-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/trig/tests/manifest.ttl#trig-kw-graph-06>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4362,6 +6185,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-kw-graph-07.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-kw-graph-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/trig/tests/manifest.ttl#trig-kw-graph-07>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4375,6 +6204,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-kw-graph-08.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-kw-graph-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/trig/tests/manifest.ttl#trig-kw-graph-08>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4388,6 +6223,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-kw-graph-09.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-kw-graph-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/trig/tests/manifest.ttl#trig-kw-graph-09>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4401,6 +6242,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-kw-graph-10.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-kw-graph-10>;
+      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-kw-graph-10>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4414,6 +6261,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-graph-bad-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-graph-bad-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-graph-bad-01>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4427,6 +6280,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-graph-bad-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-graph-bad-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-graph-bad-02>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4440,6 +6299,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-graph-bad-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-graph-bad-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-graph-bad-03>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4453,6 +6318,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-graph-bad-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-graph-bad-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-graph-bad-04>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4466,6 +6337,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-graph-bad-05.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-graph-bad-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/trig/tests/manifest.ttl#trig-graph-bad-05>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4479,6 +6356,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-graph-bad-06.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-graph-bad-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/trig/tests/manifest.ttl#trig-graph-bad-06>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4492,6 +6375,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-graph-bad-07.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-graph-bad-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/trig/tests/manifest.ttl#trig-graph-bad-07>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4505,6 +6394,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-graph-bad-08.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-graph-bad-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/trig/tests/manifest.ttl#trig-graph-bad-08>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4518,6 +6413,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-graph-bad-09.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-graph-bad-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/trig/tests/manifest.ttl#trig-graph-bad-09>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4531,6 +6432,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-graph-bad-10.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-graph-bad-10>;
+      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-graph-bad-10>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4544,6 +6451,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-graph-bad-11.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-graph-bad-11>;
+      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-graph-bad-11>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4557,6 +6470,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-bnodeplist-graph-bad-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-bnodeplist-graph-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-bnodeplist-graph-01>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4570,6 +6489,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-collection-graph-bad-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-collection-graph-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-collection-graph-01>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4583,6 +6508,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-collection-graph-bad-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-collection-graph-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-collection-graph-02>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4596,6 +6527,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-turtle-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-turtle-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-turtle-01>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4609,6 +6546,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-turtle-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-turtle-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-turtle-02>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4622,6 +6565,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-turtle-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-turtle-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-turtle-03>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4635,6 +6584,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-turtle-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-turtle-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-turtle-04>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4648,6 +6603,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-turtle-05.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-turtle-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/trig/tests/manifest.ttl#trig-turtle-05>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4661,6 +6622,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-turtle-06.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-turtle-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/trig/tests/manifest.ttl#trig-turtle-06>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4674,6 +6641,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-turtle-bad-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-turtle-bad-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-turtle-bad-01>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
@@ -4687,6 +6660,12 @@
   mf:action <https://dvcs.w3.org/hg/rdf/raw-file/default/trig/tests/trig-turtle-bad-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-turtle-bad-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-turtle-bad-02>;
       earl:subject <http://rubygems.org/gems/rdf-trig>;
Binary file trig/reports/index.html has changed