Updated EARL report with EYE, node-n3, RDF::Turtle, and Turtle Parser Java
authorGregg Kellogg <gregg@kellogg-assoc.com>
Sat, 10 Aug 2013 17:18:38 -0700
changeset 972 7d0dab1005d3
parent 971 2ee210987295
child 973 de3ea9a59d23
Updated EARL report with EYE, node-n3, RDF::Turtle, and Turtle Parser Java
rdf-turtle/reports/Apache-Jena-ttl-earl-2013-08-10.ttl
rdf-turtle/reports/earl-eye-2013-08-10.ttl.txt
rdf-turtle/reports/earl-node-n3-2013-07-22.ttl
rdf-turtle/reports/earl-node-n3-2013-07-22.ttl.old
rdf-turtle/reports/earl-node-n3-2013-08-10.ttl
rdf-turtle/reports/earl.jsonld
rdf-turtle/reports/earl.ttl
rdf-turtle/reports/index.html
rdf-turtle/reports/rdf-trine-turtle-2013-08-10.ttl
rdf-turtle/reports/rdf.rb-earl-08-10.ttl
rdf-turtle/reports/rdf.rb-earl-2013-07-24.ttl
rdf-turtle/reports/rdf.rb-earl-2013-07-24.ttl.old
rdf-turtle/reports/rdf.rb-earl-2013-08-10.ttl
rdf-turtle/reports/template.md
rdf-turtle/reports/turtleparserjava-earl-2013-08-10.ttl
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-turtle/reports/Apache-Jena-ttl-earl-2013-08-10.ttl	Sat Aug 10 17:18:38 2013 -0700
@@ -0,0 +1,3346 @@
+@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-05-15"@en ;
+                  doap:name   "apache-jena-2.10.1"@en ;
+                  doap:revision
+                              "2.10.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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:LITERAL2_with_UTF8_boundaries
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-subm-06
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:comment_following_PNAME_NS
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-subm-20
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-subm-11
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-subm-24
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:first
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:nested_collection
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:bareword_integer
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:last
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-subm-03
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:LITERAL1
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-subm-17
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:positive_numeric
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:LITERAL_LONG1
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-subm-08
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-subm-22
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:labeled_blank_node_with_leading_digit
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-subm-13
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-subm-26
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:bareword_double
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:IRI_subject
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-subm-05
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-subm-19
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:collection_subject
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-syntax-bad-struct-11
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-syntax-bnode-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:LITERAL1_with_UTF8_boundaries
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:number_sign_following_localName
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:literal_false
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:LITERAL_LONG1_with_UTF8_boundaries
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-subm-10
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:IRIREF_datatype
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-subm-02
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-subm-15
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:LITERAL_LONG2
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-subm-16
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:negative_numeric
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-subm-07
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:nested_blankNodePropertyLists
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:number_sign_following_PNAME_NS
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-subm-21
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-syntax-bad-struct-08
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:langtagged_LONG
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-subm-12
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-subm-25
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-syntax-bad-struct-07
+] .
+
+<http://jena.apache.org/#riot>
+        a                doap:Project , earl:Software ;
+        dc:creator       _:b0 ;
+        dc:title         "Apache Jena RIOT" ;
+        dct:hasVersion   "${project.version}" ;
+        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-08-10+01: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:sole_blankNodePropertyList
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-subm-04
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:LITERAL2
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:bareword_decimal
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-subm-27
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:collection_object
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:comment_following_localName
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:LITERAL_LONG2_with_UTF8_boundaries
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-subm-18
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:empty_collection
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:literal_true
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-subm-09
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-subm-23
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-subm-01
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest: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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-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-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:turtle-subm-14
+] .
+
+[ a                earl:Assertion ;
+  earl:assertedBy  <http://jena.apache.org/#riot> ;
+  earl:mode        earl:automatic ;
+  earl:result      [ a             earl:TestResult ;
+                     dc:date       "2013-08-10+01:00"^^xsd:date ;
+                     earl:outcome  earl:passed
+                   ] ;
+  earl:subject     <http://jena.apache.org/#riot> ;
+  earl:test        turtletest:blankNodePropertyList_containing_collection
+] .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-turtle/reports/earl-eye-2013-08-10.ttl.txt	Sat Aug 10 17:18:38 2013 -0700
@@ -0,0 +1,3951 @@
+@prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#>.
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
+@prefix rdft: <http://www.w3.org/ns/rdftest#>.
+@prefix dc: <http://purl.org/dc/terms/>.
+@prefix doap: <http://usefulinc.com/ns/doap#>.
+@prefix earl: <http://www.w3.org/ns/earl#>.
+@prefix foaf: <http://xmlns.com/foaf/0.1/>.
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
+@prefix manifest: <http://www.w3.org/2013/TurtleTests/manifest.ttl#>.
+
+<> foaf:primaryTopic <http://eulersharp.sourceforge.net/#eye>;
+  dc:issued "2013-08-10T11:36:07.506Z"^^xsd:dateTime;
+  foaf:maker <http://www.agfa.com/w3c/jdroo/card.rdf#me>.
+
+<http://eulersharp.sourceforge.net/#eye> a earl:Software, earl:TestSubject, doap:Project;
+  doap:name "node-n3";
+  doap:homepage <http://eulersharp.sourceforge.net/>;
+  doap:license <http://opensource.org/licenses/MIT>;
+  doap:programming-language "Prolog";
+  doap:implements <http://www.w3.org/TR/turtle/>;
+  doap:category <http://dbpedia.org/resource/Resource_Description_Framework>;
+  doap:download-page <http://sourceforge.net/projects/eulersharp/files/eulersharp/>;
+  doap:developer <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+  doap:maintainer <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+  doap:documenter <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+  doap:maker <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+  dc:title "EYE";
+  dc:description "Euler Yet another proof Engine"@en;
+  dc:creator <http://www.agfa.com/w3c/jdroo/card.rdf#me>.
+
+<http://www.agfa.com/w3c/jdroo/card.rdf#me> a foaf:Person, earl:Assertor;
+  foaf:name "Jos De Roo";
+  foaf:homepage <http://www.agfa.com/w3c/jdroo/>;
+  foaf:primaryTopicOf <http://www.agfa.com/w3c/jdroo/card.rdf>;
+  rdfs:isDefinedBy <http://www.agfa.com/w3c/jdroo/card.rdf>.
+
+manifest:IRI_subject a earl:TestCriterion, earl:TestCase;
+  dc:title "IRI_subject";
+  dc:description "IRI subject";
+  mf:action <http://www.w3.org/2013/TurtleTests/IRI_subject.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:IRI_subject;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:IRI_with_four_digit_numeric_escape a earl:TestCriterion, earl:TestCase;
+  dc:title "IRI_with_four_digit_numeric_escape";
+  dc:description "IRI with four digit numeric escape (\\u)";
+  mf:action <http://www.w3.org/2013/TurtleTests/IRI_with_four_digit_numeric_escape.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:IRI_with_four_digit_numeric_escape;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:IRI_with_eight_digit_numeric_escape a earl:TestCriterion, earl:TestCase;
+  dc:title "IRI_with_eight_digit_numeric_escape";
+  dc:description "IRI with eight digit numeric escape (\\U)";
+  mf:action <http://www.w3.org/2013/TurtleTests/IRI_with_eight_digit_numeric_escape.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:IRI_with_eight_digit_numeric_escape;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:IRI_with_all_punctuation a earl:TestCriterion, earl:TestCase;
+  dc:title "IRI_with_all_punctuation";
+  dc:description "IRI with all punctuation";
+  mf:action <http://www.w3.org/2013/TurtleTests/IRI_with_all_punctuation.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_with_all_punctuation.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:IRI_with_all_punctuation;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:bareword_a_predicate a earl:TestCriterion, earl:TestCase;
+  dc:title "bareword_a_predicate";
+  dc:description "bareword a predicate";
+  mf:action <http://www.w3.org/2013/TurtleTests/bareword_a_predicate.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/bareword_a_predicate.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:bareword_a_predicate;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:old_style_prefix a earl:TestCriterion, earl:TestCase;
+  dc:title "old_style_prefix";
+  dc:description "old-style prefix";
+  mf:action <http://www.w3.org/2013/TurtleTests/old_style_prefix.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:old_style_prefix;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:SPARQL_style_prefix a earl:TestCriterion, earl:TestCase;
+  dc:title "SPARQL_style_prefix";
+  dc:description "SPARQL-style prefix";
+  mf:action <http://www.w3.org/2013/TurtleTests/SPARQL_style_prefix.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:SPARQL_style_prefix;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:prefixed_IRI_predicate a earl:TestCriterion, earl:TestCase;
+  dc:title "prefixed_IRI_predicate";
+  dc:description "prefixed IRI predicate";
+  mf:action <http://www.w3.org/2013/TurtleTests/prefixed_IRI_predicate.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:prefixed_IRI_predicate;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:prefixed_IRI_object a earl:TestCriterion, earl:TestCase;
+  dc:title "prefixed_IRI_object";
+  dc:description "prefixed IRI object";
+  mf:action <http://www.w3.org/2013/TurtleTests/prefixed_IRI_object.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:prefixed_IRI_object;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:prefix_only_IRI a earl:TestCriterion, earl:TestCase;
+  dc:title "prefix_only_IRI";
+  dc:description "prefix-only IRI (p:)";
+  mf:action <http://www.w3.org/2013/TurtleTests/prefix_only_IRI.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:prefix_only_IRI;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:prefix_with_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
+  dc:title "prefix_with_PN_CHARS_BASE_character_boundaries";
+  dc:description "prefix with PN CHARS BASE character boundaries (prefix: AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...:)";
+  mf:action <http://www.w3.org/2013/TurtleTests/prefix_with_PN_CHARS_BASE_character_boundaries.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:prefix_with_PN_CHARS_BASE_character_boundaries;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:prefix_with_non_leading_extras a earl:TestCriterion, earl:TestCase;
+  dc:title "prefix_with_non_leading_extras";
+  dc:description "prefix with_non_leading_extras (_:a\u00b7\u0300\u036f\u203f.\u2040)";
+  mf:action <http://www.w3.org/2013/TurtleTests/prefix_with_non_leading_extras.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:prefix_with_non_leading_extras;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:default_namespace_IRI a earl:TestCriterion, earl:TestCase;
+  dc:title "default_namespace_IRI";
+  dc:description "default namespace IRI (:ln)";
+  mf:action <http://www.w3.org/2013/TurtleTests/default_namespace_IRI.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:default_namespace_IRI;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:prefix_reassigned_and_used a earl:TestCriterion, earl:TestCase;
+  dc:title "prefix_reassigned_and_used";
+  dc:description "prefix reassigned and used";
+  mf:action <http://www.w3.org/2013/TurtleTests/prefix_reassigned_and_used.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/prefix_reassigned_and_used.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:prefix_reassigned_and_used;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:reserved_escaped_localName a earl:TestCriterion, earl:TestCase;
+  dc:title "reserved_escaped_localName";
+  dc:description "reserved-escaped local name";
+  mf:action <http://www.w3.org/2013/TurtleTests/reserved_escaped_localName.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/reserved_escaped_localName.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:reserved_escaped_localName;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:percent_escaped_localName a earl:TestCriterion, earl:TestCase;
+  dc:title "percent_escaped_localName";
+  dc:description "percent-escaped local name";
+  mf:action <http://www.w3.org/2013/TurtleTests/percent_escaped_localName.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/percent_escaped_localName.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:percent_escaped_localName;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:HYPHEN_MINUS_in_localName a earl:TestCriterion, earl:TestCase;
+  dc:title "HYPHEN_MINUS_in_localName";
+  dc:description "HYPHEN-MINUS in local name";
+  mf:action <http://www.w3.org/2013/TurtleTests/HYPHEN_MINUS_in_localName.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/HYPHEN_MINUS_in_localName.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:HYPHEN_MINUS_in_localName;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:underscore_in_localName a earl:TestCriterion, earl:TestCase;
+  dc:title "underscore_in_localName";
+  dc:description "underscore in local name";
+  mf:action <http://www.w3.org/2013/TurtleTests/underscore_in_localName.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/underscore_in_localName.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:underscore_in_localName;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:localname_with_COLON a earl:TestCriterion, earl:TestCase;
+  dc:title "localname_with_COLON";
+  dc:description "localname with COLON";
+  mf:action <http://www.w3.org/2013/TurtleTests/localname_with_COLON.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/localname_with_COLON.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:localname_with_COLON;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
+  dc:title "localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries";
+  dc:description "localName with assigned, NFC-normalized, basic-multilingual-plane PN CHARS BASE character boundaries (p:AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...)";
+  mf:action <http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
+  dc:title "localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries";
+  dc:description "localName with assigned, NFC-normalized PN CHARS BASE character boundaries (p:AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...)";
+  mf:action <http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:localName_with_nfc_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
+  dc:title "localName_with_nfc_PN_CHARS_BASE_character_boundaries";
+  dc:description "localName with nfc-normalize PN CHARS BASE character boundaries (p:AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...)";
+  mf:action <http://www.w3.org/2013/TurtleTests/localName_with_nfc_PN_CHARS_BASE_character_boundaries.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/localName_with_nfc_PN_CHARS_BASE_character_boundaries.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:localName_with_nfc_PN_CHARS_BASE_character_boundaries;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:localName_with_leading_underscore a earl:TestCriterion, earl:TestCase;
+  dc:title "localName_with_leading_underscore";
+  dc:description "localName with leading underscore (p:_)";
+  mf:action <http://www.w3.org/2013/TurtleTests/localName_with_leading_underscore.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/localName_with_leading_underscore.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:localName_with_leading_underscore;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:localName_with_leading_digit a earl:TestCriterion, earl:TestCase;
+  dc:title "localName_with_leading_digit";
+  dc:description "localName with leading digit (p:_)";
+  mf:action <http://www.w3.org/2013/TurtleTests/localName_with_leading_digit.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/localName_with_leading_digit.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:localName_with_leading_digit;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:localName_with_non_leading_extras a earl:TestCriterion, earl:TestCase;
+  dc:title "localName_with_non_leading_extras";
+  dc:description "localName with_non_leading_extras (_:a\u00b7\u0300\u036f\u203f.\u2040)";
+  mf:action <http://www.w3.org/2013/TurtleTests/localName_with_non_leading_extras.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/localName_with_non_leading_extras.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:localName_with_non_leading_extras;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:old_style_base a earl:TestCriterion, earl:TestCase;
+  dc:title "old_style_base";
+  dc:description "old-style base";
+  mf:action <http://www.w3.org/2013/TurtleTests/old_style_base.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:old_style_base;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:SPARQL_style_base a earl:TestCriterion, earl:TestCase;
+  dc:title "SPARQL_style_base";
+  dc:description "SPARQL-style base";
+  mf:action <http://www.w3.org/2013/TurtleTests/SPARQL_style_base.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:SPARQL_style_base;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:labeled_blank_node_subject a earl:TestCriterion, earl:TestCase;
+  dc:title "labeled_blank_node_subject";
+  dc:description "labeled blank node subject";
+  mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:labeled_blank_node_subject;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:labeled_blank_node_object a earl:TestCriterion, earl:TestCase;
+  dc:title "labeled_blank_node_object";
+  dc:description "labeled blank node object";
+  mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:labeled_blank_node_object;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:labeled_blank_node_with_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
+  dc:title "labeled_blank_node_with_PN_CHARS_BASE_character_boundaries";
+  dc:description "labeled blank node with PN_CHARS_BASE character boundaries (_:AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...)";
+  mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_PN_CHARS_BASE_character_boundaries.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:labeled_blank_node_with_PN_CHARS_BASE_character_boundaries;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:labeled_blank_node_with_leading_underscore a earl:TestCriterion, earl:TestCase;
+  dc:title "labeled_blank_node_with_leading_underscore";
+  dc:description "labeled blank node with_leading_underscore (_:_)";
+  mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_leading_underscore.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:labeled_blank_node_with_leading_underscore;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:labeled_blank_node_with_leading_digit a earl:TestCriterion, earl:TestCase;
+  dc:title "labeled_blank_node_with_leading_digit";
+  dc:description "labeled blank node with_leading_digit (_:0)";
+  mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_leading_digit.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:labeled_blank_node_with_leading_digit;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:labeled_blank_node_with_non_leading_extras a earl:TestCriterion, earl:TestCase;
+  dc:title "labeled_blank_node_with_non_leading_extras";
+  dc:description "labeled blank node with_non_leading_extras (_:a\u00b7\u0300\u036f\u203f.\u2040)";
+  mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_non_leading_extras.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:labeled_blank_node_with_non_leading_extras;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:anonymous_blank_node_subject a earl:TestCriterion, earl:TestCase;
+  dc:title "anonymous_blank_node_subject";
+  dc:description "anonymous blank node subject";
+  mf:action <http://www.w3.org/2013/TurtleTests/anonymous_blank_node_subject.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:anonymous_blank_node_subject;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:anonymous_blank_node_object a earl:TestCriterion, earl:TestCase;
+  dc:title "anonymous_blank_node_object";
+  dc:description "anonymous blank node object";
+  mf:action <http://www.w3.org/2013/TurtleTests/anonymous_blank_node_object.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:anonymous_blank_node_object;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:sole_blankNodePropertyList a earl:TestCriterion, earl:TestCase;
+  dc:title "sole_blankNodePropertyList";
+  dc:description "sole blankNodePropertyList [ <p> <o> ] .";
+  mf:action <http://www.w3.org/2013/TurtleTests/sole_blankNodePropertyList.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:sole_blankNodePropertyList;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:blankNodePropertyList_as_subject a earl:TestCriterion, earl:TestCase;
+  dc:title "blankNodePropertyList_as_subject";
+  dc:description "blankNodePropertyList as subject [ \u2026 ] <p> <o> .";
+  mf:action <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_subject.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_subject.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:blankNodePropertyList_as_subject;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:blankNodePropertyList_as_object a earl:TestCriterion, earl:TestCase;
+  dc:title "blankNodePropertyList_as_object";
+  dc:description "blankNodePropertyList as object <s> <p> [ \u2026 ] .";
+  mf:action <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_object.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_object.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:blankNodePropertyList_as_object;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:blankNodePropertyList_with_multiple_triples a earl:TestCriterion, earl:TestCase;
+  dc:title "blankNodePropertyList_with_multiple_triples";
+  dc:description "blankNodePropertyList with multiple triples [ <s> <p> ; <s2> <p2> ]";
+  mf:action <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_with_multiple_triples.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_with_multiple_triples.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:blankNodePropertyList_with_multiple_triples;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:nested_blankNodePropertyLists a earl:TestCriterion, earl:TestCase;
+  dc:title "nested_blankNodePropertyLists";
+  dc:description "nested blankNodePropertyLists [ <p1> [ <p2> <o2> ] ; <p3> <o3> ]";
+  mf:action <http://www.w3.org/2013/TurtleTests/nested_blankNodePropertyLists.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/nested_blankNodePropertyLists.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:nested_blankNodePropertyLists;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:blankNodePropertyList_containing_collection a earl:TestCriterion, earl:TestCase;
+  dc:title "blankNodePropertyList_containing_collection";
+  dc:description "blankNodePropertyList containing collection [ <p1> ( \u2026 ) ]";
+  mf:action <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_containing_collection.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_containing_collection.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:blankNodePropertyList_containing_collection;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:collection_subject a earl:TestCriterion, earl:TestCase;
+  dc:title "collection_subject";
+  dc:description "collection subject";
+  mf:action <http://www.w3.org/2013/TurtleTests/collection_subject.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/collection_subject.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:collection_subject;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:collection_object a earl:TestCriterion, earl:TestCase;
+  dc:title "collection_object";
+  dc:description "collection object";
+  mf:action <http://www.w3.org/2013/TurtleTests/collection_object.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/collection_object.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:collection_object;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:empty_collection a earl:TestCriterion, earl:TestCase;
+  dc:title "empty_collection";
+  dc:description "empty collection ()";
+  mf:action <http://www.w3.org/2013/TurtleTests/empty_collection.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/empty_collection.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:empty_collection;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:nested_collection a earl:TestCriterion, earl:TestCase;
+  dc:title "nested_collection";
+  dc:description "nested collection (())";
+  mf:action <http://www.w3.org/2013/TurtleTests/nested_collection.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/nested_collection.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:nested_collection;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:first a earl:TestCriterion, earl:TestCase;
+  dc:title "first";
+  dc:description "first, not last, non-empty nested collection";
+  mf:action <http://www.w3.org/2013/TurtleTests/first.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/first.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:first;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:last a earl:TestCriterion, earl:TestCase;
+  dc:title "last";
+  dc:description "last, not first, non-empty nested collection";
+  mf:action <http://www.w3.org/2013/TurtleTests/last.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/last.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:last;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:LITERAL1 a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL1";
+  dc:description "LITERAL1 'x'";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:LITERAL1;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:LITERAL1_ascii_boundaries a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL1_ascii_boundaries";
+  dc:description "LITERAL1_ascii_boundaries '\\x00\\x09\\x0b\\x0c\\x0e\\x26\\x28...'";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1_ascii_boundaries.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1_ascii_boundaries.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:LITERAL1_ascii_boundaries;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:LITERAL1_with_UTF8_boundaries a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL1_with_UTF8_boundaries";
+  dc:description "LITERAL1_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1_with_UTF8_boundaries.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:LITERAL1_with_UTF8_boundaries;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:LITERAL1_all_controls a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL1_all_controls";
+  dc:description "LITERAL1_all_controls '\\x00\\x01\\x02\\x03\\x04...'";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1_all_controls.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1_all_controls.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:LITERAL1_all_controls;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:LITERAL1_all_punctuation a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL1_all_punctuation";
+  dc:description "LITERAL1_all_punctuation '!\"#$%&()...'";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1_all_punctuation.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1_all_punctuation.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:LITERAL1_all_punctuation;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:LITERAL_LONG1 a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL_LONG1";
+  dc:description "LITERAL_LONG1 '''x'''";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:LITERAL_LONG1;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:LITERAL_LONG1_ascii_boundaries a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL_LONG1_ascii_boundaries";
+  dc:description "LITERAL_LONG1_ascii_boundaries '\\x00\\x26\\x28...'";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_ascii_boundaries.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_ascii_boundaries.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:LITERAL_LONG1_ascii_boundaries;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:LITERAL_LONG1_with_UTF8_boundaries a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL_LONG1_with_UTF8_boundaries";
+  dc:description "LITERAL_LONG1_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_UTF8_boundaries.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:LITERAL_LONG1_with_UTF8_boundaries;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:LITERAL_LONG1_with_1_squote a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL_LONG1_with_1_squote";
+  dc:description "LITERAL_LONG1 with 1 squote '''a'b'''";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_1_squote.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_1_squote.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:LITERAL_LONG1_with_1_squote;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:LITERAL_LONG1_with_2_squotes a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL_LONG1_with_2_squotes";
+  dc:description "LITERAL_LONG1 with 2 squotes '''a''b'''";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_2_squotes.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_2_squotes.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:LITERAL_LONG1_with_2_squotes;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:LITERAL2 a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL2";
+  dc:description "LITERAL2 \"x\"";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL2.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:LITERAL2;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:LITERAL2_ascii_boundaries a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL2_ascii_boundaries";
+  dc:description "LITERAL2_ascii_boundaries '\\x00\\x09\\x0b\\x0c\\x0e\\x21\\x23...'";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL2_ascii_boundaries.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL2_ascii_boundaries.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:LITERAL2_ascii_boundaries;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:LITERAL2_with_UTF8_boundaries a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL2_with_UTF8_boundaries";
+  dc:description "LITERAL2_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL2_with_UTF8_boundaries.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:LITERAL2_with_UTF8_boundaries;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:LITERAL_LONG2 a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL_LONG2";
+  dc:description "LITERAL_LONG2 \"\"\"x\"\"\"";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:LITERAL_LONG2;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:LITERAL_LONG2_ascii_boundaries a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL_LONG2_ascii_boundaries";
+  dc:description "LITERAL_LONG2_ascii_boundaries '\\x00\\x21\\x23...'";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_ascii_boundaries.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_ascii_boundaries.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:LITERAL_LONG2_ascii_boundaries;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:LITERAL_LONG2_with_UTF8_boundaries a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL_LONG2_with_UTF8_boundaries";
+  dc:description "LITERAL_LONG2_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_UTF8_boundaries.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:LITERAL_LONG2_with_UTF8_boundaries;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:LITERAL_LONG2_with_1_squote a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL_LONG2_with_1_squote";
+  dc:description "LITERAL_LONG2 with 1 squote \"\"\"a\"b\"\"\"";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_1_squote.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_1_squote.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:LITERAL_LONG2_with_1_squote;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:LITERAL_LONG2_with_2_squotes a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL_LONG2_with_2_squotes";
+  dc:description "LITERAL_LONG2 with 2 squotes \"\"\"a\"\"b\"\"\"";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_2_squotes.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_2_squotes.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:LITERAL_LONG2_with_2_squotes;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:literal_with_CHARACTER_TABULATION a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_with_CHARACTER_TABULATION";
+  dc:description "literal with CHARACTER TABULATION";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_CHARACTER_TABULATION.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_CHARACTER_TABULATION.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:literal_with_CHARACTER_TABULATION;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:literal_with_BACKSPACE a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_with_BACKSPACE";
+  dc:description "literal with BACKSPACE";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_BACKSPACE.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_BACKSPACE.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:literal_with_BACKSPACE;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:literal_with_LINE_FEED a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_with_LINE_FEED";
+  dc:description "literal with LINE FEED";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_LINE_FEED.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_LINE_FEED.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:literal_with_LINE_FEED;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:literal_with_CARRIAGE_RETURN a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_with_CARRIAGE_RETURN";
+  dc:description "literal with CARRIAGE RETURN";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_CARRIAGE_RETURN.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_CARRIAGE_RETURN.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:literal_with_CARRIAGE_RETURN;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:literal_with_FORM_FEED a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_with_FORM_FEED";
+  dc:description "literal with FORM FEED";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_FORM_FEED.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_FORM_FEED.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:literal_with_FORM_FEED;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:literal_with_REVERSE_SOLIDUS a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_with_REVERSE_SOLIDUS";
+  dc:description "literal with REVERSE SOLIDUS";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_REVERSE_SOLIDUS.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_REVERSE_SOLIDUS.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:literal_with_REVERSE_SOLIDUS;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:literal_with_escaped_CHARACTER_TABULATION a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_with_escaped_CHARACTER_TABULATION";
+  dc:description "literal with escaped CHARACTER TABULATION";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_CHARACTER_TABULATION.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_CHARACTER_TABULATION.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:literal_with_escaped_CHARACTER_TABULATION;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:literal_with_escaped_BACKSPACE a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_with_escaped_BACKSPACE";
+  dc:description "literal with escaped BACKSPACE";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_BACKSPACE.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_BACKSPACE.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:literal_with_escaped_BACKSPACE;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:literal_with_escaped_LINE_FEED a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_with_escaped_LINE_FEED";
+  dc:description "literal with escaped LINE FEED";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_LINE_FEED.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_LINE_FEED.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:literal_with_escaped_LINE_FEED;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:literal_with_escaped_CARRIAGE_RETURN a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_with_escaped_CARRIAGE_RETURN";
+  dc:description "literal with escaped CARRIAGE RETURN";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_CARRIAGE_RETURN.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_CARRIAGE_RETURN.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:literal_with_escaped_CARRIAGE_RETURN;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:literal_with_escaped_FORM_FEED a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_with_escaped_FORM_FEED";
+  dc:description "literal with escaped FORM FEED";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_FORM_FEED.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_FORM_FEED.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:literal_with_escaped_FORM_FEED;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:literal_with_numeric_escape4 a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_with_numeric_escape4";
+  dc:description "literal with numeric escape4 \\u";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape4.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape4.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:literal_with_numeric_escape4;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:literal_with_numeric_escape8 a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_with_numeric_escape8";
+  dc:description "literal with numeric escape8 \\U";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape8.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape4.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:literal_with_numeric_escape8;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:IRIREF_datatype a earl:TestCriterion, earl:TestCase;
+  dc:title "IRIREF_datatype";
+  dc:description "IRIREF datatype \"\"^^<t>";
+  mf:action <http://www.w3.org/2013/TurtleTests/IRIREF_datatype.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRIREF_datatype.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:IRIREF_datatype;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:prefixed_name_datatype a earl:TestCriterion, earl:TestCase;
+  dc:title "prefixed_name_datatype";
+  dc:description "prefixed name datatype \"\"^^p:t";
+  mf:action <http://www.w3.org/2013/TurtleTests/prefixed_name_datatype.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRIREF_datatype.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:prefixed_name_datatype;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:bareword_integer a earl:TestCriterion, earl:TestCase;
+  dc:title "bareword_integer";
+  dc:description "bareword integer";
+  mf:action <http://www.w3.org/2013/TurtleTests/bareword_integer.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRIREF_datatype.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:bareword_integer;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:bareword_decimal a earl:TestCriterion, earl:TestCase;
+  dc:title "bareword_decimal";
+  dc:description "bareword decimal";
+  mf:action <http://www.w3.org/2013/TurtleTests/bareword_decimal.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/bareword_decimal.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:bareword_decimal;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:bareword_double a earl:TestCriterion, earl:TestCase;
+  dc:title "bareword_double";
+  dc:description "bareword double";
+  mf:action <http://www.w3.org/2013/TurtleTests/bareword_double.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/bareword_double.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:bareword_double;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:double_lower_case_e a earl:TestCriterion, earl:TestCase;
+  dc:title "double_lower_case_e";
+  dc:description "double lower case e";
+  mf:action <http://www.w3.org/2013/TurtleTests/double_lower_case_e.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/double_lower_case_e.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:double_lower_case_e;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:negative_numeric a earl:TestCriterion, earl:TestCase;
+  dc:title "negative_numeric";
+  dc:description "negative numeric";
+  mf:action <http://www.w3.org/2013/TurtleTests/negative_numeric.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/negative_numeric.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:negative_numeric;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:positive_numeric a earl:TestCriterion, earl:TestCase;
+  dc:title "positive_numeric";
+  dc:description "positive numeric";
+  mf:action <http://www.w3.org/2013/TurtleTests/positive_numeric.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/positive_numeric.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:positive_numeric;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:numeric_with_leading_0 a earl:TestCriterion, earl:TestCase;
+  dc:title "numeric_with_leading_0";
+  dc:description "numeric with leading 0";
+  mf:action <http://www.w3.org/2013/TurtleTests/numeric_with_leading_0.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/numeric_with_leading_0.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:numeric_with_leading_0;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:literal_true a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_true";
+  dc:description "literal true";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_true.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_true.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:literal_true;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:literal_false a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_false";
+  dc:description "literal false";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_false.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_false.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:literal_false;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:langtagged_non_LONG a earl:TestCriterion, earl:TestCase;
+  dc:title "langtagged_non_LONG";
+  dc:description "langtagged non-LONG \"x\"@en";
+  mf:action <http://www.w3.org/2013/TurtleTests/langtagged_non_LONG.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/langtagged_non_LONG.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:langtagged_non_LONG;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:langtagged_LONG a earl:TestCriterion, earl:TestCase;
+  dc:title "langtagged_LONG";
+  dc:description "langtagged LONG \"\"\"x\"\"\"@en";
+  mf:action <http://www.w3.org/2013/TurtleTests/langtagged_LONG.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/langtagged_non_LONG.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:langtagged_LONG;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:lantag_with_subtag a earl:TestCriterion, earl:TestCase;
+  dc:title "lantag_with_subtag";
+  dc:description "lantag with subtag \"x\"@en-us";
+  mf:action <http://www.w3.org/2013/TurtleTests/lantag_with_subtag.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/lantag_with_subtag.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:lantag_with_subtag;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:objectList_with_two_objects a earl:TestCriterion, earl:TestCase;
+  dc:title "objectList_with_two_objects";
+  dc:description "objectList with two objects \u2026 <o1>,<o2>";
+  mf:action <http://www.w3.org/2013/TurtleTests/objectList_with_two_objects.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/objectList_with_two_objects.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:objectList_with_two_objects;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:predicateObjectList_with_two_objectLists a earl:TestCriterion, earl:TestCase;
+  dc:title "predicateObjectList_with_two_objectLists";
+  dc:description "predicateObjectList with two objectLists \u2026 <o1>,<o2>";
+  mf:action <http://www.w3.org/2013/TurtleTests/predicateObjectList_with_two_objectLists.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/predicateObjectList_with_two_objectLists.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:predicateObjectList_with_two_objectLists;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:repeated_semis_at_end a earl:TestCriterion, earl:TestCase;
+  dc:title "repeated_semis_at_end";
+  dc:description "repeated semis at end <s> <p> <o> ;; <p2> <o2> .";
+  mf:action <http://www.w3.org/2013/TurtleTests/repeated_semis_at_end.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/predicateObjectList_with_two_objectLists.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:repeated_semis_at_end;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:repeated_semis_not_at_end a earl:TestCriterion, earl:TestCase;
+  dc:title "repeated_semis_not_at_end";
+  dc:description "repeated semis not at end <s> <p> <o> ;;.";
+  mf:action <http://www.w3.org/2013/TurtleTests/repeated_semis_not_at_end.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/repeated_semis_not_at_end.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:repeated_semis_not_at_end;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:comment_following_localName a earl:TestCriterion, earl:TestCase;
+  dc:title "comment_following_localName";
+  dc:description "comment following localName";
+  mf:action <http://www.w3.org/2013/TurtleTests/comment_following_localName.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:comment_following_localName;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:number_sign_following_localName a earl:TestCriterion, earl:TestCase;
+  dc:title "number_sign_following_localName";
+  dc:description "number sign following localName";
+  mf:action <http://www.w3.org/2013/TurtleTests/number_sign_following_localName.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/number_sign_following_localName.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:number_sign_following_localName;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:comment_following_PNAME_NS a earl:TestCriterion, earl:TestCase;
+  dc:title "comment_following_PNAME_NS";
+  dc:description "comment following PNAME_NS";
+  mf:action <http://www.w3.org/2013/TurtleTests/comment_following_PNAME_NS.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/comment_following_PNAME_NS.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:comment_following_PNAME_NS;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:number_sign_following_PNAME_NS a earl:TestCriterion, earl:TestCase;
+  dc:title "number_sign_following_PNAME_NS";
+  dc:description "number sign following PNAME_NS";
+  mf:action <http://www.w3.org/2013/TurtleTests/number_sign_following_PNAME_NS.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/number_sign_following_PNAME_NS.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:number_sign_following_PNAME_NS;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:LITERAL_LONG2_with_REVERSE_SOLIDUS a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL_LONG2_with_REVERSE_SOLIDUS";
+  dc:description "REVERSE SOLIDUS at end of LITERAL_LONG2";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_REVERSE_SOLIDUS.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_REVERSE_SOLIDUS.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:LITERAL_LONG2_with_REVERSE_SOLIDUS;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-LITERAL2_with_langtag_and_datatype a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-num-05";
+  dc:description "Bad number format (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-LITERAL2_with_langtag_and_datatype.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-LITERAL2_with_langtag_and_datatype;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:two_LITERAL_LONG2s a earl:TestCriterion, earl:TestCase;
+  dc:title "two_LITERAL_LONG2s";
+  dc:description "two LITERAL_LONG2s testing quote delimiter overrun";
+  mf:action <http://www.w3.org/2013/TurtleTests/two_LITERAL_LONG2s.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/two_LITERAL_LONG2s.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:two_LITERAL_LONG2s;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:langtagged_LONG_with_subtag a earl:TestCriterion, earl:TestCase;
+  dc:title "langtagged_LONG_with_subtag";
+  dc:description "langtagged LONG with subtag \"\"\"Cheers\"\"\"@en-UK";
+  mf:action <http://www.w3.org/2013/TurtleTests/langtagged_LONG_with_subtag.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/langtagged_LONG_with_subtag.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:langtagged_LONG_with_subtag;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-file-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-file-01";
+  dc:description "Empty file";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-file-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-file-01;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-file-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-file-02";
+  dc:description "Only comment";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-file-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-file-02;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-file-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-file-03";
+  dc:description "One comment, one empty line";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-file-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-file-03;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-uri-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-uri-01";
+  dc:description "Only IRIs";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-uri-01;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-uri-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-uri-02";
+  dc:description "IRIs with Unicode escape";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-uri-02;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-uri-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-uri-03";
+  dc:description "IRIs with long Unicode escape";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-uri-03;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-uri-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-uri-04";
+  dc:description "Legal IRIs";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-uri-04;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-base-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-base-01";
+  dc:description "@base";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-base-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-base-01;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-base-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-base-02";
+  dc:description "BASE";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-base-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-base-02;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-base-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-base-03";
+  dc:description "@base with relative IRIs";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-base-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-base-03;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-base-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-base-04";
+  dc:description "base with relative IRIs";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-base-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-base-04;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-prefix-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-prefix-01";
+  dc:description "@prefix";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-prefix-01;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-prefix-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-prefix-02";
+  dc:description "PreFIX";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-prefix-02;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-prefix-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-prefix-03";
+  dc:description "Empty PREFIX";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-prefix-03;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-prefix-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-prefix-04";
+  dc:description "Empty @prefix with % escape";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-prefix-04;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-prefix-05 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-prefix-05";
+  dc:description "@prefix with no suffix";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-05.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-prefix-05;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-prefix-06 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-prefix-06";
+  dc:description "colon is a legal pname character";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-06.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-prefix-06;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-prefix-07 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-prefix-07";
+  dc:description "dash is a legal pname character";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-07.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-prefix-07;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-prefix-08 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-prefix-08";
+  dc:description "underscore is a legal pname character";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-08.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-prefix-08;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-prefix-09 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-prefix-09";
+  dc:description "percents in pnames";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-09.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-prefix-09;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-string-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-string-01";
+  dc:description "string literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-string-01;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-string-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-string-02";
+  dc:description "langString literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-string-02;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-string-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-string-03";
+  dc:description "langString literal with region";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-string-03;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-string-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-string-04";
+  dc:description "squote string literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-string-04;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-string-05 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-string-05";
+  dc:description "squote langString literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-05.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-string-05;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-string-06 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-string-06";
+  dc:description "squote langString literal with region";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-06.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-string-06;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-string-07 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-string-07";
+  dc:description "long string literal with embedded single- and double-quotes";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-07.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-string-07;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-string-08 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-string-08";
+  dc:description "long string literal with embedded newline";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-08.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-string-08;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-string-09 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-string-09";
+  dc:description "squote long string literal with embedded single- and double-quotes";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-09.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-string-09;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-string-10 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-string-10";
+  dc:description "long langString literal with embedded newline";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-10.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-string-10;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-string-11 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-string-11";
+  dc:description "squote long langString literal with embedded newline";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-11.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-string-11;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-str-esc-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-str-esc-01";
+  dc:description "string literal with escaped newline";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-str-esc-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-str-esc-01;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-str-esc-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-str-esc-02";
+  dc:description "string literal with Unicode escape";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-str-esc-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-str-esc-02;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-str-esc-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-str-esc-03";
+  dc:description "string literal with long Unicode escape";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-str-esc-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-str-esc-03;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-pname-esc-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-pname-esc-01";
+  dc:description "pname with back-slash escapes";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-pname-esc-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-pname-esc-01;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-pname-esc-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-pname-esc-02";
+  dc:description "pname with back-slash escapes (2)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-pname-esc-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-pname-esc-02;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-pname-esc-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-pname-esc-03";
+  dc:description "pname with back-slash escapes (3)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-pname-esc-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-pname-esc-03;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bnode-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bnode-01";
+  dc:description "bnode subject";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bnode-01;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bnode-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bnode-02";
+  dc:description "bnode object";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bnode-02;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bnode-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bnode-03";
+  dc:description "bnode property list object";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bnode-03;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bnode-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bnode-04";
+  dc:description "bnode property list object (2)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bnode-04;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bnode-05 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bnode-05";
+  dc:description "bnode property list subject";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-05.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bnode-05;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bnode-06 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bnode-06";
+  dc:description "labeled bnode subject";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-06.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bnode-06;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bnode-07 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bnode-07";
+  dc:description "labeled bnode subject and object";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-07.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bnode-07;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bnode-08 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bnode-08";
+  dc:description "bare bnode property list";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-08.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bnode-08;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bnode-09 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bnode-09";
+  dc:description "bnode property list";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-09.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bnode-09;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bnode-10 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bnode-10";
+  dc:description "mixed bnode property list and triple";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-10.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bnode-10;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-number-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-number-01";
+  dc:description "integer literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-number-01;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-number-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-number-02";
+  dc:description "negative integer literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-number-02;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-number-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-number-03";
+  dc:description "positive integer literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-number-03;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-number-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-number-04";
+  dc:description "decimal literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-number-04;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-number-05 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-number-05";
+  dc:description "decimal literal (no leading digits)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-05.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-number-05;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-number-06 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-number-06";
+  dc:description "negative decimal literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-06.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-number-06;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-number-07 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-number-07";
+  dc:description "positive decimal literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-07.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-number-07;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-number-08 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-number-08";
+  dc:description "integer literal with decimal lexical confusion";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-08.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-number-08;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-number-09 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-number-09";
+  dc:description "double literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-09.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-number-09;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-number-10 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-number-10";
+  dc:description "negative double literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-10.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-number-10;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-number-11 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-number-11";
+  dc:description "double literal no fraction";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-11.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-number-11;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-datatypes-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-datatypes-01";
+  dc:description "xsd:byte literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-datatypes-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-datatypes-01;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-datatypes-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-datatypes-02";
+  dc:description "integer as xsd:string";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-datatypes-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-datatypes-02;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-kw-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-kw-01";
+  dc:description "boolean literal (true)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-kw-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-kw-01;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-kw-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-kw-02";
+  dc:description "boolean literal (false)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-kw-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-kw-02;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-kw-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-kw-03";
+  dc:description "'a' as keyword";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-kw-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-kw-03;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-struct-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-struct-01";
+  dc:description "object list";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-struct-01;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-struct-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-struct-02";
+  dc:description "predicate list with object list";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-struct-02;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-struct-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-struct-03";
+  dc:description "predicate list with object list and dangling ';'";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-struct-03;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-struct-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-struct-04";
+  dc:description "predicate list with multiple ;;";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-struct-04;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-struct-05 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-struct-05";
+  dc:description "predicate list with multiple ;;";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-05.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-struct-05;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-lists-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-lists-01";
+  dc:description "empty list";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-lists-01;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-lists-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-lists-02";
+  dc:description "mixed list";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-lists-02;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-lists-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-lists-03";
+  dc:description "isomorphic list as subject and object";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-lists-03;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-lists-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-lists-04";
+  dc:description "lists of lists";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-lists-04;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-lists-05 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-lists-05";
+  dc:description "mixed lists with embedded lists";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-05.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-lists-05;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-uri-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-uri-01";
+  dc:description "Bad IRI : space (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-uri-01;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-uri-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-uri-02";
+  dc:description "Bad IRI : bad escape (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-uri-02;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-uri-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-uri-03";
+  dc:description "Bad IRI : bad long escape (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-uri-03;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-uri-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-uri-04";
+  dc:description "Bad IRI : character escapes not allowed (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-uri-04;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-uri-05 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-uri-05";
+  dc:description "Bad IRI : character escapes not allowed (2) (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-05.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-uri-05;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-prefix-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-prefix-01";
+  dc:description "No prefix (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-prefix-01;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-prefix-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-prefix-02";
+  dc:description "No prefix (2) (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-prefix-02;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-prefix-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-prefix-03";
+  dc:description "@prefix without URI (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-prefix-03;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-prefix-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-prefix-04";
+  dc:description "@prefix without prefix name (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-prefix-04;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-prefix-05 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-prefix-05";
+  dc:description "@prefix without ':' (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-05.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-prefix-05;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-base-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-base-01";
+  dc:description "@base without URI (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-base-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-base-01;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-base-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-base-02";
+  dc:description "@base in wrong case (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-base-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-base-02;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-base-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-base-03";
+  dc:description "BASE without URI (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-base-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-base-03;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-01";
+  dc:description "Turtle is not TriG (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-struct-01;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-02";
+  dc:description "Turtle is not N3 (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-struct-02;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-03";
+  dc:description "Turtle is not NQuads (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-struct-03;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-04";
+  dc:description "Turtle does not allow literals-as-subjects (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-struct-04;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-05 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-05";
+  dc:description "Turtle does not allow literals-as-predicates (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-05.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-struct-05;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-06 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-06";
+  dc:description "Turtle does not allow bnodes-as-predicates (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-06.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-struct-06;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-07 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-07";
+  dc:description "Turtle does not allow labeled bnodes-as-predicates (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-07.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-struct-07;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-kw-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-kw-01";
+  dc:description "'A' is not a keyword (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-kw-01;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-kw-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-kw-02";
+  dc:description "'a' cannot be used as subject (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-kw-02;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-kw-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-kw-03";
+  dc:description "'a' cannot be used as object (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-kw-03;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-kw-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-kw-04";
+  dc:description "'true' cannot be used as subject (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-kw-04;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-kw-05 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-kw-05";
+  dc:description "'true' cannot be used as object (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-05.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-kw-05;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-n3-extras-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-n3-extras-01";
+  dc:description "{} fomulae not in Turtle (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-n3-extras-01;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-n3-extras-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-n3-extras-02";
+  dc:description "= is not Turtle (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-n3-extras-02;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-n3-extras-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-n3-extras-03";
+  dc:description "N3 paths not in Turtle (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-n3-extras-03;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-n3-extras-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-n3-extras-04";
+  dc:description "N3 paths not in Turtle (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-n3-extras-04;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-n3-extras-05 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-n3-extras-05";
+  dc:description "N3 is...of not in Turtle (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-05.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-n3-extras-05;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-n3-extras-06 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-n3-extras-06";
+  dc:description "N3 paths not in Turtle (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-06.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-n3-extras-06;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-n3-extras-07 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-n3-extras-07";
+  dc:description "@keywords is not Turtle (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-07.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-n3-extras-07;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-n3-extras-08 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-n3-extras-08";
+  dc:description "@keywords is not Turtle (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-08.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-n3-extras-08;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-n3-extras-09 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-n3-extras-09";
+  dc:description "=> is not Turtle (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-09.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-n3-extras-09;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-n3-extras-10 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-n3-extras-10";
+  dc:description "<= is not Turtle (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-10.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-n3-extras-10;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-n3-extras-11 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-n3-extras-11";
+  dc:description "@forSome is not Turtle (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-11.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-n3-extras-11;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-n3-extras-12 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-n3-extras-12";
+  dc:description "@forAll is not Turtle (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-12.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-n3-extras-12;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-n3-extras-13 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-n3-extras-13";
+  dc:description "@keywords is not Turtle (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-13.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-n3-extras-13;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-08 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-08";
+  dc:description "missing '.' (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-08.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-struct-08;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-09 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-09";
+  dc:description "extra '.' (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-09.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-struct-09;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-10 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-10";
+  dc:description "extra '.' (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-10.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-struct-10;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-11 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-11";
+  dc:description "trailing ';' no '.' (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-11.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-struct-11;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-12 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-12";
+  dc:description "subject, predicate, no object (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-12.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-struct-12;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-13 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-13";
+  dc:description "subject, predicate, no object (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-13.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-struct-13;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-14 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-14";
+  dc:description "literal as subject (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-14.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-struct-14;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-15 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-15";
+  dc:description "literal as predicate (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-15.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-struct-15;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-16 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-16";
+  dc:description "bnode as predicate (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-16.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-struct-16;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-17 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-17";
+  dc:description "labeled bnode as predicate (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-17.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-struct-17;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-lang-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-lang-01";
+  dc:description "langString with bad lang (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-lang-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-lang-01;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-esc-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-esc-01";
+  dc:description "Bad string escape (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-esc-01;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-esc-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-esc-02";
+  dc:description "Bad string escape (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-esc-02;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-esc-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-esc-03";
+  dc:description "Bad string escape (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-esc-03;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-esc-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-esc-04";
+  dc:description "Bad string escape (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-esc-04;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-pname-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-pname-01";
+  dc:description "'~' must be escaped in pname (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-pname-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-pname-01;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-pname-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-pname-02";
+  dc:description "Bad %-sequence in pname (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-pname-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-pname-02;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-pname-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-pname-03";
+  dc:description "Bad unicode escape in pname (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-pname-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-pname-03;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-string-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-string-01";
+  dc:description "mismatching string literal open/close (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-string-01;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-string-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-string-02";
+  dc:description "mismatching string literal open/close (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-string-02;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-string-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-string-03";
+  dc:description "mismatching string literal long/short (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-string-03;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-string-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-string-04";
+  dc:description "mismatching long string literal open/close (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-string-04;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-string-05 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-string-05";
+  dc:description "Long literal with missing end (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-05.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-string-05;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-string-06 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-string-06";
+  dc:description "Long literal with extra quote (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-06.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-string-06;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-string-07 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-string-07";
+  dc:description "Long literal with extra squote (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-07.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-string-07;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-num-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-num-01";
+  dc:description "Bad number format (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-num-01;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-num-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-num-02";
+  dc:description "Bad number format (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-num-02;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-num-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-num-03";
+  dc:description "Bad number format (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-num-03;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-num-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-num-04";
+  dc:description "Bad number format (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-num-04;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-num-05 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-num-05";
+  dc:description "Bad number format (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-05.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-num-05;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-eval-struct-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-eval-struct-01";
+  dc:description "triple with IRIs";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-struct-01.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-eval-struct-01.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-eval-struct-01;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-eval-struct-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-eval-struct-02";
+  dc:description "triple with IRIs and embedded whitespace";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-struct-02.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-eval-struct-02.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-eval-struct-02;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-01";
+  dc:description "Blank subject";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-01.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-01.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-subm-01;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-02";
+  dc:description "@prefix and qnames";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-02.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-02.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-subm-02;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-03";
+  dc:description ", operator";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-03.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-03.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-subm-03;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-04";
+  dc:description "; operator";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-04.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-04.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-subm-04;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-05 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-05";
+  dc:description "empty [] as subject and object";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-05.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-05.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-subm-05;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-06 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-06";
+  dc:description "non-empty [] as subject and object";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-06.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-06.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-subm-06;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-07 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-07";
+  dc:description "'a' as predicate";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-07.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-07.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-subm-07;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-08 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-08";
+  dc:description "simple collection";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-08.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-08.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-subm-08;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-09 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-09";
+  dc:description "empty collection";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-09.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-09.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-subm-09;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-10 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-10";
+  dc:description "integer datatyped literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-10.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-10.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-subm-10;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-11 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-11";
+  dc:description "decimal integer canonicalization";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-11.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-11.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-subm-11;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-12 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-12";
+  dc:description "- and _ in names and qnames";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-12.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-12.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-subm-12;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-13 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-13";
+  dc:description "tests for rdf:_<numbers> and other qnames starting with _";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-13.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-13.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-subm-13;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-14 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-14";
+  dc:description "bare : allowed";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-14.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-14.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-subm-14;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-15 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-15";
+  dc:description "simple long literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-15.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-15.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-subm-15;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-16 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-16";
+  dc:description "long literals with escapes";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-16.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-16.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-subm-16;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-17 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-17";
+  dc:description "floating point number";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-17.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-17.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-subm-17;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-18 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-18";
+  dc:description "empty literals, normal and long variant";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-18.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-18.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-subm-18;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-19 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-19";
+  dc:description "positive integer, decimal and doubles";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-19.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-19.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-subm-19;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-20 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-20";
+  dc:description "negative integer, decimal and doubles";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-20.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-20.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-subm-20;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-21 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-21";
+  dc:description "long literal ending in double quote";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-21.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-21.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-subm-21;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-22 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-22";
+  dc:description "boolean literals";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-22.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-22.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-subm-22;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-23 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-23";
+  dc:description "comments";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-23.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-23.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-subm-23;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-24 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-24";
+  dc:description "no final mewline";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-24.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-24.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-subm-24;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-25 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-25";
+  dc:description "repeating a @prefix changes pname definition";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-25.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-25.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-subm-25;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-26 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-26";
+  dc:description "Variations on decimal canonicalization";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-26.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-26.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-subm-26;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:failed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-27 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-27";
+  dc:description "Repeating @base changes base for relative IRI lookup";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-27.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-27.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-subm-27;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-eval-bad-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-eval-bad-01";
+  dc:description "Bad IRI : good escape, bad charcater (negative evaluation test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-bad-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-eval-bad-01;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-eval-bad-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-eval-bad-02";
+  dc:description "Bad IRI : hex 3C is < (negative evaluation test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-bad-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-eval-bad-02;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-eval-bad-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-eval-bad-03";
+  dc:description "Bad IRI : hex 3E is  (negative evaluation test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-bad-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-eval-bad-03;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-eval-bad-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-eval-bad-04";
+  dc:description "Bad IRI : {abc} (negative evaluation test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-bad-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-eval-bad-04;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-blank-label-dot-end a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-blank-label-dot-end";
+  dc:description "Blank node label must not end in dot";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-blank-label-dot-end.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-blank-label-dot-end;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-ln-dash-start a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-ln-dash-start";
+  dc:description "Local name must not begin with dash";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ln-dash-start.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-ln-dash-start;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-ln-escape-start a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-ln-escape-start";
+  dc:description "Bad hex escape at start of local name";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ln-escape-start.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-ln-escape-start;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-ln-escape a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-ln-escape";
+  dc:description "Bad hex escape in local name";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ln-escape.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-ln-escape;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-missing-ns-dot-end a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-missing-ns-dot-end";
+  dc:description "Prefix must not end in dot (error in triple, not prefix directive like turtle-syntax-bad-ns-dot-end)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-missing-ns-dot-end.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-missing-ns-dot-end;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-missing-ns-dot-start a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-missing-ns-dot-start";
+  dc:description "Prefix must not start with dot (error in triple, not prefix directive like turtle-syntax-bad-ns-dot-end)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-missing-ns-dot-start.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-missing-ns-dot-start;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-ns-dot-end a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-ns-dot-end";
+  dc:description "Prefix must not end in dot";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ns-dot-end.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-ns-dot-end;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-ns-dot-start a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-ns-dot-start";
+  dc:description "Prefix must not start with dot";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ns-dot-start.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-ns-dot-start;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-number-dot-in-anon a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-number-dot-in-anon";
+  dc:description "Dot delimeter may not appear in anonymous nodes";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-number-dot-in-anon.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-bad-number-dot-in-anon;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-blank-label a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-blank-label";
+  dc:description "Characters allowed in blank node labels";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-blank-label.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-blank-label;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-ln-colons a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-ln-colons";
+  dc:description "Colons in pname local names";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-ln-colons.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-ln-colons;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-ln-dots a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-ln-dots";
+  dc:description "Dots in pname local names";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-ln-dots.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-ln-dots;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-ns-dots a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-ns-dots";
+  dc:description "Dots in namespace names";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-ns-dots.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://www.agfa.com/w3c/jdroo/card.rdf#me>;
+       earl:test manifest:turtle-syntax-ns-dots;
+       earl:subject <http://eulersharp.sourceforge.net/#eye>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T11:36:07.506Z"^^xsd:dateTime ]]
+  ).
--- a/rdf-turtle/reports/earl-node-n3-2013-07-22.ttl	Wed Jul 24 20:47:32 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,3945 +0,0 @@
-@prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#>.
-@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
-@prefix rdft: <http://www.w3.org/ns/rdftest#>.
-@prefix dc: <http://purl.org/dc/terms/>.
-@prefix doap: <http://usefulinc.com/ns/doap#>.
-@prefix earl: <http://www.w3.org/ns/earl#>.
-@prefix foaf: <http://xmlns.com/foaf/0.1/>.
-@prefix manifest: <http://www.w3.org/2013/TurtleTests/manifest.ttl#>.
-
-<https://github.com/RubenVerborgh/node-n3#node-n3> a earl:Software, earl:TestSubject, doap:Project;
-  doap:name "node-n3";
-  doap:homepage <https://github.com/RubenVerborgh/node-n3>;
-  doap:license <http://opensource.org/licenses/MIT>;
-  doap:programming-language "JavaScript";
-  doap:implements <http://www.w3.org/TR/turtle/>;
-  doap:category <http://dbpedia.org/resource/Resource_Description_Framework>;
-  doap:download-page <https://npmjs.org/package/n3>;
-  doap:bug-database <https://github.com/RubenVerborgh/node-n3/issues>;
-  doap:blog <http://ruben.verborgh.org/blog/>;
-  doap:developer <http://ruben.verborgh.org/#me>;
-  doap:maintainer <http://ruben.verborgh.org/#me>;
-  doap:documenter <http://ruben.verborgh.org/#me>;
-  doap:maker <http://ruben.verborgh.org/#me>;
-  dc:title "node-n3";
-  dc:description "node-n3 is an asynchronous, streaming JavaScript parser of Turtle."@en;
-  dc:creator <http://ruben.verborgh.org/#me>.
-
-<http://ruben.verborgh.org/#me> a foaf:Person, earl:Assertor;
-  foaf:name "Ruben Verborgh";
-  foaf:homepage <http://ruben.verborgh.org/>.
-
-manifest:IRI_subject a earl:TestCriterion, earl:TestCase;
-  dc:title "IRI_subject";
-  dc:description "IRI subject";
-  mf:action <http://www.w3.org/2013/TurtleTests/IRI_subject.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:IRI_subject;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:IRI_with_four_digit_numeric_escape a earl:TestCriterion, earl:TestCase;
-  dc:title "IRI_with_four_digit_numeric_escape";
-  dc:description "IRI with four digit numeric escape (\\u)";
-  mf:action <http://www.w3.org/2013/TurtleTests/IRI_with_four_digit_numeric_escape.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:IRI_with_four_digit_numeric_escape;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:IRI_with_eight_digit_numeric_escape a earl:TestCriterion, earl:TestCase;
-  dc:title "IRI_with_eight_digit_numeric_escape";
-  dc:description "IRI with eight digit numeric escape (\\U)";
-  mf:action <http://www.w3.org/2013/TurtleTests/IRI_with_eight_digit_numeric_escape.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:IRI_with_eight_digit_numeric_escape;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:IRI_with_all_punctuation a earl:TestCriterion, earl:TestCase;
-  dc:title "IRI_with_all_punctuation";
-  dc:description "IRI with all punctuation";
-  mf:action <http://www.w3.org/2013/TurtleTests/IRI_with_all_punctuation.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/IRI_with_all_punctuation.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:IRI_with_all_punctuation;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:bareword_a_predicate a earl:TestCriterion, earl:TestCase;
-  dc:title "bareword_a_predicate";
-  dc:description "bareword a predicate";
-  mf:action <http://www.w3.org/2013/TurtleTests/bareword_a_predicate.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/bareword_a_predicate.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:bareword_a_predicate;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:old_style_prefix a earl:TestCriterion, earl:TestCase;
-  dc:title "old_style_prefix";
-  dc:description "old-style prefix";
-  mf:action <http://www.w3.org/2013/TurtleTests/old_style_prefix.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:old_style_prefix;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:SPARQL_style_prefix a earl:TestCriterion, earl:TestCase;
-  dc:title "SPARQL_style_prefix";
-  dc:description "SPARQL-style prefix";
-  mf:action <http://www.w3.org/2013/TurtleTests/SPARQL_style_prefix.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:SPARQL_style_prefix;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:prefixed_IRI_predicate a earl:TestCriterion, earl:TestCase;
-  dc:title "prefixed_IRI_predicate";
-  dc:description "prefixed IRI predicate";
-  mf:action <http://www.w3.org/2013/TurtleTests/prefixed_IRI_predicate.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:prefixed_IRI_predicate;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:prefixed_IRI_object a earl:TestCriterion, earl:TestCase;
-  dc:title "prefixed_IRI_object";
-  dc:description "prefixed IRI object";
-  mf:action <http://www.w3.org/2013/TurtleTests/prefixed_IRI_object.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:prefixed_IRI_object;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:prefix_only_IRI a earl:TestCriterion, earl:TestCase;
-  dc:title "prefix_only_IRI";
-  dc:description "prefix-only IRI (p:)";
-  mf:action <http://www.w3.org/2013/TurtleTests/prefix_only_IRI.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:prefix_only_IRI;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:prefix_with_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
-  dc:title "prefix_with_PN_CHARS_BASE_character_boundaries";
-  dc:description "prefix with PN CHARS BASE character boundaries (prefix: AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...:)";
-  mf:action <http://www.w3.org/2013/TurtleTests/prefix_with_PN_CHARS_BASE_character_boundaries.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:prefix_with_PN_CHARS_BASE_character_boundaries;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:prefix_with_non_leading_extras a earl:TestCriterion, earl:TestCase;
-  dc:title "prefix_with_non_leading_extras";
-  dc:description "prefix with_non_leading_extras (_:a\u00b7\u0300\u036f\u203f.\u2040)";
-  mf:action <http://www.w3.org/2013/TurtleTests/prefix_with_non_leading_extras.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:prefix_with_non_leading_extras;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:default_namespace_IRI a earl:TestCriterion, earl:TestCase;
-  dc:title "default_namespace_IRI";
-  dc:description "default namespace IRI (:ln)";
-  mf:action <http://www.w3.org/2013/TurtleTests/default_namespace_IRI.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:default_namespace_IRI;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:prefix_reassigned_and_used a earl:TestCriterion, earl:TestCase;
-  dc:title "prefix_reassigned_and_used";
-  dc:description "prefix reassigned and used";
-  mf:action <http://www.w3.org/2013/TurtleTests/prefix_reassigned_and_used.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/prefix_reassigned_and_used.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:prefix_reassigned_and_used;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:reserved_escaped_localName a earl:TestCriterion, earl:TestCase;
-  dc:title "reserved_escaped_localName";
-  dc:description "reserved-escaped local name";
-  mf:action <http://www.w3.org/2013/TurtleTests/reserved_escaped_localName.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/reserved_escaped_localName.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:reserved_escaped_localName;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:percent_escaped_localName a earl:TestCriterion, earl:TestCase;
-  dc:title "percent_escaped_localName";
-  dc:description "percent-escaped local name";
-  mf:action <http://www.w3.org/2013/TurtleTests/percent_escaped_localName.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/percent_escaped_localName.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:percent_escaped_localName;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:HYPHEN_MINUS_in_localName a earl:TestCriterion, earl:TestCase;
-  dc:title "HYPHEN_MINUS_in_localName";
-  dc:description "HYPHEN-MINUS in local name";
-  mf:action <http://www.w3.org/2013/TurtleTests/HYPHEN_MINUS_in_localName.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/HYPHEN_MINUS_in_localName.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:HYPHEN_MINUS_in_localName;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:underscore_in_localName a earl:TestCriterion, earl:TestCase;
-  dc:title "underscore_in_localName";
-  dc:description "underscore in local name";
-  mf:action <http://www.w3.org/2013/TurtleTests/underscore_in_localName.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/underscore_in_localName.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:underscore_in_localName;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:localname_with_COLON a earl:TestCriterion, earl:TestCase;
-  dc:title "localname_with_COLON";
-  dc:description "localname with COLON";
-  mf:action <http://www.w3.org/2013/TurtleTests/localname_with_COLON.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/localname_with_COLON.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:localname_with_COLON;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
-  dc:title "localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries";
-  dc:description "localName with assigned, NFC-normalized, basic-multilingual-plane PN CHARS BASE character boundaries (p:AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...)";
-  mf:action <http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
-  dc:title "localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries";
-  dc:description "localName with assigned, NFC-normalized PN CHARS BASE character boundaries (p:AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...)";
-  mf:action <http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:localName_with_nfc_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
-  dc:title "localName_with_nfc_PN_CHARS_BASE_character_boundaries";
-  dc:description "localName with nfc-normalize PN CHARS BASE character boundaries (p:AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...)";
-  mf:action <http://www.w3.org/2013/TurtleTests/localName_with_nfc_PN_CHARS_BASE_character_boundaries.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/localName_with_nfc_PN_CHARS_BASE_character_boundaries.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:localName_with_nfc_PN_CHARS_BASE_character_boundaries;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:localName_with_leading_underscore a earl:TestCriterion, earl:TestCase;
-  dc:title "localName_with_leading_underscore";
-  dc:description "localName with leading underscore (p:_)";
-  mf:action <http://www.w3.org/2013/TurtleTests/localName_with_leading_underscore.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/localName_with_leading_underscore.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:localName_with_leading_underscore;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:localName_with_leading_digit a earl:TestCriterion, earl:TestCase;
-  dc:title "localName_with_leading_digit";
-  dc:description "localName with leading digit (p:_)";
-  mf:action <http://www.w3.org/2013/TurtleTests/localName_with_leading_digit.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/localName_with_leading_digit.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:localName_with_leading_digit;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:localName_with_non_leading_extras a earl:TestCriterion, earl:TestCase;
-  dc:title "localName_with_non_leading_extras";
-  dc:description "localName with_non_leading_extras (_:a\u00b7\u0300\u036f\u203f.\u2040)";
-  mf:action <http://www.w3.org/2013/TurtleTests/localName_with_non_leading_extras.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/localName_with_non_leading_extras.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:localName_with_non_leading_extras;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:old_style_base a earl:TestCriterion, earl:TestCase;
-  dc:title "old_style_base";
-  dc:description "old-style base";
-  mf:action <http://www.w3.org/2013/TurtleTests/old_style_base.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:old_style_base;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:SPARQL_style_base a earl:TestCriterion, earl:TestCase;
-  dc:title "SPARQL_style_base";
-  dc:description "SPARQL-style base";
-  mf:action <http://www.w3.org/2013/TurtleTests/SPARQL_style_base.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:SPARQL_style_base;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:labeled_blank_node_subject a earl:TestCriterion, earl:TestCase;
-  dc:title "labeled_blank_node_subject";
-  dc:description "labeled blank node subject";
-  mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:labeled_blank_node_subject;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:labeled_blank_node_object a earl:TestCriterion, earl:TestCase;
-  dc:title "labeled_blank_node_object";
-  dc:description "labeled blank node object";
-  mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:labeled_blank_node_object;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:labeled_blank_node_with_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
-  dc:title "labeled_blank_node_with_PN_CHARS_BASE_character_boundaries";
-  dc:description "labeled blank node with PN_CHARS_BASE character boundaries (_:AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...)";
-  mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_PN_CHARS_BASE_character_boundaries.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:labeled_blank_node_with_PN_CHARS_BASE_character_boundaries;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:labeled_blank_node_with_leading_underscore a earl:TestCriterion, earl:TestCase;
-  dc:title "labeled_blank_node_with_leading_underscore";
-  dc:description "labeled blank node with_leading_underscore (_:_)";
-  mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_leading_underscore.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:labeled_blank_node_with_leading_underscore;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:labeled_blank_node_with_leading_digit a earl:TestCriterion, earl:TestCase;
-  dc:title "labeled_blank_node_with_leading_digit";
-  dc:description "labeled blank node with_leading_digit (_:0)";
-  mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_leading_digit.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:labeled_blank_node_with_leading_digit;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:labeled_blank_node_with_non_leading_extras a earl:TestCriterion, earl:TestCase;
-  dc:title "labeled_blank_node_with_non_leading_extras";
-  dc:description "labeled blank node with_non_leading_extras (_:a\u00b7\u0300\u036f\u203f.\u2040)";
-  mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_non_leading_extras.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:labeled_blank_node_with_non_leading_extras;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:anonymous_blank_node_subject a earl:TestCriterion, earl:TestCase;
-  dc:title "anonymous_blank_node_subject";
-  dc:description "anonymous blank node subject";
-  mf:action <http://www.w3.org/2013/TurtleTests/anonymous_blank_node_subject.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:anonymous_blank_node_subject;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:anonymous_blank_node_object a earl:TestCriterion, earl:TestCase;
-  dc:title "anonymous_blank_node_object";
-  dc:description "anonymous blank node object";
-  mf:action <http://www.w3.org/2013/TurtleTests/anonymous_blank_node_object.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:anonymous_blank_node_object;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:sole_blankNodePropertyList a earl:TestCriterion, earl:TestCase;
-  dc:title "sole_blankNodePropertyList";
-  dc:description "sole blankNodePropertyList [ <p> <o> ] .";
-  mf:action <http://www.w3.org/2013/TurtleTests/sole_blankNodePropertyList.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:sole_blankNodePropertyList;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:blankNodePropertyList_as_subject a earl:TestCriterion, earl:TestCase;
-  dc:title "blankNodePropertyList_as_subject";
-  dc:description "blankNodePropertyList as subject [ \u2026 ] <p> <o> .";
-  mf:action <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_subject.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_subject.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:blankNodePropertyList_as_subject;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:blankNodePropertyList_as_object a earl:TestCriterion, earl:TestCase;
-  dc:title "blankNodePropertyList_as_object";
-  dc:description "blankNodePropertyList as object <s> <p> [ \u2026 ] .";
-  mf:action <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_object.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_object.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:blankNodePropertyList_as_object;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:blankNodePropertyList_with_multiple_triples a earl:TestCriterion, earl:TestCase;
-  dc:title "blankNodePropertyList_with_multiple_triples";
-  dc:description "blankNodePropertyList with multiple triples [ <s> <p> ; <s2> <p2> ]";
-  mf:action <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_with_multiple_triples.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_with_multiple_triples.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:blankNodePropertyList_with_multiple_triples;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:nested_blankNodePropertyLists a earl:TestCriterion, earl:TestCase;
-  dc:title "nested_blankNodePropertyLists";
-  dc:description "nested blankNodePropertyLists [ <p1> [ <p2> <o2> ] ; <p3> <o3> ]";
-  mf:action <http://www.w3.org/2013/TurtleTests/nested_blankNodePropertyLists.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/nested_blankNodePropertyLists.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:nested_blankNodePropertyLists;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:blankNodePropertyList_containing_collection a earl:TestCriterion, earl:TestCase;
-  dc:title "blankNodePropertyList_containing_collection";
-  dc:description "blankNodePropertyList containing collection [ <p1> ( \u2026 ) ]";
-  mf:action <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_containing_collection.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_containing_collection.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:blankNodePropertyList_containing_collection;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:collection_subject a earl:TestCriterion, earl:TestCase;
-  dc:title "collection_subject";
-  dc:description "collection subject";
-  mf:action <http://www.w3.org/2013/TurtleTests/collection_subject.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/collection_subject.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:collection_subject;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:collection_object a earl:TestCriterion, earl:TestCase;
-  dc:title "collection_object";
-  dc:description "collection object";
-  mf:action <http://www.w3.org/2013/TurtleTests/collection_object.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/collection_object.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:collection_object;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:empty_collection a earl:TestCriterion, earl:TestCase;
-  dc:title "empty_collection";
-  dc:description "empty collection ()";
-  mf:action <http://www.w3.org/2013/TurtleTests/empty_collection.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/empty_collection.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:empty_collection;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:nested_collection a earl:TestCriterion, earl:TestCase;
-  dc:title "nested_collection";
-  dc:description "nested collection (())";
-  mf:action <http://www.w3.org/2013/TurtleTests/nested_collection.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/nested_collection.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:nested_collection;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:first a earl:TestCriterion, earl:TestCase;
-  dc:title "first";
-  dc:description "first, not last, non-empty nested collection";
-  mf:action <http://www.w3.org/2013/TurtleTests/first.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/first.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:first;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:last a earl:TestCriterion, earl:TestCase;
-  dc:title "last";
-  dc:description "last, not first, non-empty nested collection";
-  mf:action <http://www.w3.org/2013/TurtleTests/last.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/last.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:last;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:LITERAL1 a earl:TestCriterion, earl:TestCase;
-  dc:title "LITERAL1";
-  dc:description "LITERAL1 'x'";
-  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:LITERAL1;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:LITERAL1_ascii_boundaries a earl:TestCriterion, earl:TestCase;
-  dc:title "LITERAL1_ascii_boundaries";
-  dc:description "LITERAL1_ascii_boundaries '\\x00\\x09\\x0b\\x0c\\x0e\\x26\\x28...'";
-  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1_ascii_boundaries.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1_ascii_boundaries.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:LITERAL1_ascii_boundaries;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:LITERAL1_with_UTF8_boundaries a earl:TestCriterion, earl:TestCase;
-  dc:title "LITERAL1_with_UTF8_boundaries";
-  dc:description "LITERAL1_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'";
-  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1_with_UTF8_boundaries.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:LITERAL1_with_UTF8_boundaries;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:LITERAL1_all_controls a earl:TestCriterion, earl:TestCase;
-  dc:title "LITERAL1_all_controls";
-  dc:description "LITERAL1_all_controls '\\x00\\x01\\x02\\x03\\x04...'";
-  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1_all_controls.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1_all_controls.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:LITERAL1_all_controls;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:LITERAL1_all_punctuation a earl:TestCriterion, earl:TestCase;
-  dc:title "LITERAL1_all_punctuation";
-  dc:description "LITERAL1_all_punctuation '!\"#$%&()...'";
-  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1_all_punctuation.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1_all_punctuation.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:LITERAL1_all_punctuation;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:LITERAL_LONG1 a earl:TestCriterion, earl:TestCase;
-  dc:title "LITERAL_LONG1";
-  dc:description "LITERAL_LONG1 '''x'''";
-  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:LITERAL_LONG1;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:LITERAL_LONG1_ascii_boundaries a earl:TestCriterion, earl:TestCase;
-  dc:title "LITERAL_LONG1_ascii_boundaries";
-  dc:description "LITERAL_LONG1_ascii_boundaries '\\x00\\x26\\x28...'";
-  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_ascii_boundaries.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_ascii_boundaries.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:LITERAL_LONG1_ascii_boundaries;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:LITERAL_LONG1_with_UTF8_boundaries a earl:TestCriterion, earl:TestCase;
-  dc:title "LITERAL_LONG1_with_UTF8_boundaries";
-  dc:description "LITERAL_LONG1_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'";
-  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_UTF8_boundaries.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:LITERAL_LONG1_with_UTF8_boundaries;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:LITERAL_LONG1_with_1_squote a earl:TestCriterion, earl:TestCase;
-  dc:title "LITERAL_LONG1_with_1_squote";
-  dc:description "LITERAL_LONG1 with 1 squote '''a'b'''";
-  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_1_squote.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_1_squote.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:LITERAL_LONG1_with_1_squote;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:LITERAL_LONG1_with_2_squotes a earl:TestCriterion, earl:TestCase;
-  dc:title "LITERAL_LONG1_with_2_squotes";
-  dc:description "LITERAL_LONG1 with 2 squotes '''a''b'''";
-  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_2_squotes.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_2_squotes.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:LITERAL_LONG1_with_2_squotes;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:LITERAL2 a earl:TestCriterion, earl:TestCase;
-  dc:title "LITERAL2";
-  dc:description "LITERAL2 \"x\"";
-  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL2.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:LITERAL2;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:LITERAL2_ascii_boundaries a earl:TestCriterion, earl:TestCase;
-  dc:title "LITERAL2_ascii_boundaries";
-  dc:description "LITERAL2_ascii_boundaries '\\x00\\x09\\x0b\\x0c\\x0e\\x21\\x23...'";
-  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL2_ascii_boundaries.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL2_ascii_boundaries.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:LITERAL2_ascii_boundaries;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:LITERAL2_with_UTF8_boundaries a earl:TestCriterion, earl:TestCase;
-  dc:title "LITERAL2_with_UTF8_boundaries";
-  dc:description "LITERAL2_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'";
-  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL2_with_UTF8_boundaries.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:LITERAL2_with_UTF8_boundaries;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:LITERAL_LONG2 a earl:TestCriterion, earl:TestCase;
-  dc:title "LITERAL_LONG2";
-  dc:description "LITERAL_LONG2 \"\"\"x\"\"\"";
-  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:LITERAL_LONG2;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:LITERAL_LONG2_ascii_boundaries a earl:TestCriterion, earl:TestCase;
-  dc:title "LITERAL_LONG2_ascii_boundaries";
-  dc:description "LITERAL_LONG2_ascii_boundaries '\\x00\\x21\\x23...'";
-  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_ascii_boundaries.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_ascii_boundaries.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:LITERAL_LONG2_ascii_boundaries;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:LITERAL_LONG2_with_UTF8_boundaries a earl:TestCriterion, earl:TestCase;
-  dc:title "LITERAL_LONG2_with_UTF8_boundaries";
-  dc:description "LITERAL_LONG2_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'";
-  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_UTF8_boundaries.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:LITERAL_LONG2_with_UTF8_boundaries;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:LITERAL_LONG2_with_1_squote a earl:TestCriterion, earl:TestCase;
-  dc:title "LITERAL_LONG2_with_1_squote";
-  dc:description "LITERAL_LONG2 with 1 squote \"\"\"a\"b\"\"\"";
-  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_1_squote.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_1_squote.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:LITERAL_LONG2_with_1_squote;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:LITERAL_LONG2_with_2_squotes a earl:TestCriterion, earl:TestCase;
-  dc:title "LITERAL_LONG2_with_2_squotes";
-  dc:description "LITERAL_LONG2 with 2 squotes \"\"\"a\"\"b\"\"\"";
-  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_2_squotes.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_2_squotes.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:LITERAL_LONG2_with_2_squotes;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:literal_with_CHARACTER_TABULATION a earl:TestCriterion, earl:TestCase;
-  dc:title "literal_with_CHARACTER_TABULATION";
-  dc:description "literal with CHARACTER TABULATION";
-  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_CHARACTER_TABULATION.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_CHARACTER_TABULATION.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:literal_with_CHARACTER_TABULATION;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:literal_with_BACKSPACE a earl:TestCriterion, earl:TestCase;
-  dc:title "literal_with_BACKSPACE";
-  dc:description "literal with BACKSPACE";
-  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_BACKSPACE.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_BACKSPACE.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:literal_with_BACKSPACE;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:literal_with_LINE_FEED a earl:TestCriterion, earl:TestCase;
-  dc:title "literal_with_LINE_FEED";
-  dc:description "literal with LINE FEED";
-  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_LINE_FEED.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_LINE_FEED.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:literal_with_LINE_FEED;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:literal_with_CARRIAGE_RETURN a earl:TestCriterion, earl:TestCase;
-  dc:title "literal_with_CARRIAGE_RETURN";
-  dc:description "literal with CARRIAGE RETURN";
-  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_CARRIAGE_RETURN.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_CARRIAGE_RETURN.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:literal_with_CARRIAGE_RETURN;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:literal_with_FORM_FEED a earl:TestCriterion, earl:TestCase;
-  dc:title "literal_with_FORM_FEED";
-  dc:description "literal with FORM FEED";
-  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_FORM_FEED.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_FORM_FEED.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:literal_with_FORM_FEED;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:literal_with_REVERSE_SOLIDUS a earl:TestCriterion, earl:TestCase;
-  dc:title "literal_with_REVERSE_SOLIDUS";
-  dc:description "literal with REVERSE SOLIDUS";
-  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_REVERSE_SOLIDUS.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_REVERSE_SOLIDUS.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:literal_with_REVERSE_SOLIDUS;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:literal_with_escaped_CHARACTER_TABULATION a earl:TestCriterion, earl:TestCase;
-  dc:title "literal_with_escaped_CHARACTER_TABULATION";
-  dc:description "literal with escaped CHARACTER TABULATION";
-  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_CHARACTER_TABULATION.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_CHARACTER_TABULATION.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:literal_with_escaped_CHARACTER_TABULATION;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:literal_with_escaped_BACKSPACE a earl:TestCriterion, earl:TestCase;
-  dc:title "literal_with_escaped_BACKSPACE";
-  dc:description "literal with escaped BACKSPACE";
-  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_BACKSPACE.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_BACKSPACE.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:literal_with_escaped_BACKSPACE;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:literal_with_escaped_LINE_FEED a earl:TestCriterion, earl:TestCase;
-  dc:title "literal_with_escaped_LINE_FEED";
-  dc:description "literal with escaped LINE FEED";
-  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_LINE_FEED.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_LINE_FEED.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:literal_with_escaped_LINE_FEED;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:literal_with_escaped_CARRIAGE_RETURN a earl:TestCriterion, earl:TestCase;
-  dc:title "literal_with_escaped_CARRIAGE_RETURN";
-  dc:description "literal with escaped CARRIAGE RETURN";
-  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_CARRIAGE_RETURN.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_CARRIAGE_RETURN.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:literal_with_escaped_CARRIAGE_RETURN;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:literal_with_escaped_FORM_FEED a earl:TestCriterion, earl:TestCase;
-  dc:title "literal_with_escaped_FORM_FEED";
-  dc:description "literal with escaped FORM FEED";
-  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_FORM_FEED.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_FORM_FEED.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:literal_with_escaped_FORM_FEED;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:literal_with_numeric_escape4 a earl:TestCriterion, earl:TestCase;
-  dc:title "literal_with_numeric_escape4";
-  dc:description "literal with numeric escape4 \\u";
-  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape4.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape4.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:literal_with_numeric_escape4;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:literal_with_numeric_escape8 a earl:TestCriterion, earl:TestCase;
-  dc:title "literal_with_numeric_escape8";
-  dc:description "literal with numeric escape8 \\U";
-  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape8.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape4.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:literal_with_numeric_escape8;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:IRIREF_datatype a earl:TestCriterion, earl:TestCase;
-  dc:title "IRIREF_datatype";
-  dc:description "IRIREF datatype \"\"^^<t>";
-  mf:action <http://www.w3.org/2013/TurtleTests/IRIREF_datatype.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/IRIREF_datatype.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:IRIREF_datatype;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:prefixed_name_datatype a earl:TestCriterion, earl:TestCase;
-  dc:title "prefixed_name_datatype";
-  dc:description "prefixed name datatype \"\"^^p:t";
-  mf:action <http://www.w3.org/2013/TurtleTests/prefixed_name_datatype.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/IRIREF_datatype.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:prefixed_name_datatype;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:bareword_integer a earl:TestCriterion, earl:TestCase;
-  dc:title "bareword_integer";
-  dc:description "bareword integer";
-  mf:action <http://www.w3.org/2013/TurtleTests/bareword_integer.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/IRIREF_datatype.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:bareword_integer;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:bareword_decimal a earl:TestCriterion, earl:TestCase;
-  dc:title "bareword_decimal";
-  dc:description "bareword decimal";
-  mf:action <http://www.w3.org/2013/TurtleTests/bareword_decimal.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/bareword_decimal.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:bareword_decimal;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:bareword_double a earl:TestCriterion, earl:TestCase;
-  dc:title "bareword_double";
-  dc:description "bareword double";
-  mf:action <http://www.w3.org/2013/TurtleTests/bareword_double.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/bareword_double.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:bareword_double;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:double_lower_case_e a earl:TestCriterion, earl:TestCase;
-  dc:title "double_lower_case_e";
-  dc:description "double lower case e";
-  mf:action <http://www.w3.org/2013/TurtleTests/double_lower_case_e.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/double_lower_case_e.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:double_lower_case_e;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:negative_numeric a earl:TestCriterion, earl:TestCase;
-  dc:title "negative_numeric";
-  dc:description "negative numeric";
-  mf:action <http://www.w3.org/2013/TurtleTests/negative_numeric.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/negative_numeric.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:negative_numeric;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:positive_numeric a earl:TestCriterion, earl:TestCase;
-  dc:title "positive_numeric";
-  dc:description "positive numeric";
-  mf:action <http://www.w3.org/2013/TurtleTests/positive_numeric.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/positive_numeric.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:positive_numeric;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:numeric_with_leading_0 a earl:TestCriterion, earl:TestCase;
-  dc:title "numeric_with_leading_0";
-  dc:description "numeric with leading 0";
-  mf:action <http://www.w3.org/2013/TurtleTests/numeric_with_leading_0.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/numeric_with_leading_0.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:numeric_with_leading_0;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:literal_true a earl:TestCriterion, earl:TestCase;
-  dc:title "literal_true";
-  dc:description "literal true";
-  mf:action <http://www.w3.org/2013/TurtleTests/literal_true.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/literal_true.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:literal_true;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:literal_false a earl:TestCriterion, earl:TestCase;
-  dc:title "literal_false";
-  dc:description "literal false";
-  mf:action <http://www.w3.org/2013/TurtleTests/literal_false.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/literal_false.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:literal_false;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:langtagged_non_LONG a earl:TestCriterion, earl:TestCase;
-  dc:title "langtagged_non_LONG";
-  dc:description "langtagged non-LONG \"x\"@en";
-  mf:action <http://www.w3.org/2013/TurtleTests/langtagged_non_LONG.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/langtagged_non_LONG.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:langtagged_non_LONG;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:langtagged_LONG a earl:TestCriterion, earl:TestCase;
-  dc:title "langtagged_LONG";
-  dc:description "langtagged LONG \"\"\"x\"\"\"@en";
-  mf:action <http://www.w3.org/2013/TurtleTests/langtagged_LONG.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/langtagged_non_LONG.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:langtagged_LONG;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:lantag_with_subtag a earl:TestCriterion, earl:TestCase;
-  dc:title "lantag_with_subtag";
-  dc:description "lantag with subtag \"x\"@en-us";
-  mf:action <http://www.w3.org/2013/TurtleTests/lantag_with_subtag.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/lantag_with_subtag.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:lantag_with_subtag;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:objectList_with_two_objects a earl:TestCriterion, earl:TestCase;
-  dc:title "objectList_with_two_objects";
-  dc:description "objectList with two objects \u2026 <o1>,<o2>";
-  mf:action <http://www.w3.org/2013/TurtleTests/objectList_with_two_objects.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/objectList_with_two_objects.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:objectList_with_two_objects;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:predicateObjectList_with_two_objectLists a earl:TestCriterion, earl:TestCase;
-  dc:title "predicateObjectList_with_two_objectLists";
-  dc:description "predicateObjectList with two objectLists \u2026 <o1>,<o2>";
-  mf:action <http://www.w3.org/2013/TurtleTests/predicateObjectList_with_two_objectLists.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/predicateObjectList_with_two_objectLists.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:predicateObjectList_with_two_objectLists;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:repeated_semis_at_end a earl:TestCriterion, earl:TestCase;
-  dc:title "repeated_semis_at_end";
-  dc:description "repeated semis at end <s> <p> <o> ;; <p2> <o2> .";
-  mf:action <http://www.w3.org/2013/TurtleTests/repeated_semis_at_end.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/predicateObjectList_with_two_objectLists.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:repeated_semis_at_end;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:repeated_semis_not_at_end a earl:TestCriterion, earl:TestCase;
-  dc:title "repeated_semis_not_at_end";
-  dc:description "repeated semis not at end <s> <p> <o> ;;.";
-  mf:action <http://www.w3.org/2013/TurtleTests/repeated_semis_not_at_end.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/repeated_semis_not_at_end.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:repeated_semis_not_at_end;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:comment_following_localName a earl:TestCriterion, earl:TestCase;
-  dc:title "comment_following_localName";
-  dc:description "comment following localName";
-  mf:action <http://www.w3.org/2013/TurtleTests/comment_following_localName.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:comment_following_localName;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:number_sign_following_localName a earl:TestCriterion, earl:TestCase;
-  dc:title "number_sign_following_localName";
-  dc:description "number sign following localName";
-  mf:action <http://www.w3.org/2013/TurtleTests/number_sign_following_localName.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/number_sign_following_localName.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:number_sign_following_localName;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:comment_following_PNAME_NS a earl:TestCriterion, earl:TestCase;
-  dc:title "comment_following_PNAME_NS";
-  dc:description "comment following PNAME_NS";
-  mf:action <http://www.w3.org/2013/TurtleTests/comment_following_PNAME_NS.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/comment_following_PNAME_NS.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:comment_following_PNAME_NS;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:number_sign_following_PNAME_NS a earl:TestCriterion, earl:TestCase;
-  dc:title "number_sign_following_PNAME_NS";
-  dc:description "number sign following PNAME_NS";
-  mf:action <http://www.w3.org/2013/TurtleTests/number_sign_following_PNAME_NS.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/number_sign_following_PNAME_NS.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:number_sign_following_PNAME_NS;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:LITERAL_LONG2_with_REVERSE_SOLIDUS a earl:TestCriterion, earl:TestCase;
-  dc:title "LITERAL_LONG2_with_REVERSE_SOLIDUS";
-  dc:description "REVERSE SOLIDUS at end of LITERAL_LONG2";
-  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_REVERSE_SOLIDUS.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_REVERSE_SOLIDUS.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:LITERAL_LONG2_with_REVERSE_SOLIDUS;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-LITERAL2_with_langtag_and_datatype a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-num-05";
-  dc:description "Bad number format (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-LITERAL2_with_langtag_and_datatype.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-LITERAL2_with_langtag_and_datatype;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:two_LITERAL_LONG2s a earl:TestCriterion, earl:TestCase;
-  dc:title "two_LITERAL_LONG2s";
-  dc:description "two LITERAL_LONG2s testing quote delimiter overrun";
-  mf:action <http://www.w3.org/2013/TurtleTests/two_LITERAL_LONG2s.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/two_LITERAL_LONG2s.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:two_LITERAL_LONG2s;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:langtagged_LONG_with_subtag a earl:TestCriterion, earl:TestCase;
-  dc:title "langtagged_LONG_with_subtag";
-  dc:description "langtagged LONG with subtag \"\"\"Cheers\"\"\"@en-UK";
-  mf:action <http://www.w3.org/2013/TurtleTests/langtagged_LONG_with_subtag.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/langtagged_LONG_with_subtag.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:langtagged_LONG_with_subtag;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-file-01 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-file-01";
-  dc:description "Empty file";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-file-01.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-file-01;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-file-02 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-file-02";
-  dc:description "Only comment";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-file-02.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-file-02;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-file-03 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-file-03";
-  dc:description "One comment, one empty line";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-file-03.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-file-03;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-uri-01 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-uri-01";
-  dc:description "Only IRIs";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-01.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-uri-01;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-uri-02 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-uri-02";
-  dc:description "IRIs with Unicode escape";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-02.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-uri-02;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-uri-03 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-uri-03";
-  dc:description "IRIs with long Unicode escape";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-03.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-uri-03;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-uri-04 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-uri-04";
-  dc:description "Legal IRIs";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-04.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-uri-04;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-base-01 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-base-01";
-  dc:description "@base";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-base-01.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-base-01;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-base-02 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-base-02";
-  dc:description "BASE";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-base-02.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-base-02;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-base-03 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-base-03";
-  dc:description "@base with relative IRIs";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-base-03.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-base-03;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-base-04 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-base-04";
-  dc:description "base with relative IRIs";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-base-04.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-base-04;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-prefix-01 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-prefix-01";
-  dc:description "@prefix";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-01.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-prefix-01;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-prefix-02 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-prefix-02";
-  dc:description "PreFIX";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-02.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-prefix-02;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-prefix-03 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-prefix-03";
-  dc:description "Empty PREFIX";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-03.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-prefix-03;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-prefix-04 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-prefix-04";
-  dc:description "Empty @prefix with % escape";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-04.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-prefix-04;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-prefix-05 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-prefix-05";
-  dc:description "@prefix with no suffix";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-05.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-prefix-05;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-prefix-06 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-prefix-06";
-  dc:description "colon is a legal pname character";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-06.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-prefix-06;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-prefix-07 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-prefix-07";
-  dc:description "dash is a legal pname character";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-07.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-prefix-07;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-prefix-08 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-prefix-08";
-  dc:description "underscore is a legal pname character";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-08.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-prefix-08;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-prefix-09 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-prefix-09";
-  dc:description "percents in pnames";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-09.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-prefix-09;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-string-01 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-string-01";
-  dc:description "string literal";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-01.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-string-01;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-string-02 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-string-02";
-  dc:description "langString literal";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-02.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-string-02;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-string-03 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-string-03";
-  dc:description "langString literal with region";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-03.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-string-03;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-string-04 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-string-04";
-  dc:description "squote string literal";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-04.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-string-04;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-string-05 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-string-05";
-  dc:description "squote langString literal";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-05.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-string-05;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-string-06 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-string-06";
-  dc:description "squote langString literal with region";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-06.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-string-06;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-string-07 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-string-07";
-  dc:description "long string literal with embedded single- and double-quotes";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-07.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-string-07;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-string-08 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-string-08";
-  dc:description "long string literal with embedded newline";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-08.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-string-08;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-string-09 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-string-09";
-  dc:description "squote long string literal with embedded single- and double-quotes";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-09.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-string-09;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-string-10 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-string-10";
-  dc:description "long langString literal with embedded newline";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-10.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-string-10;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-string-11 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-string-11";
-  dc:description "squote long langString literal with embedded newline";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-11.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-string-11;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-str-esc-01 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-str-esc-01";
-  dc:description "string literal with escaped newline";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-str-esc-01.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-str-esc-01;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-str-esc-02 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-str-esc-02";
-  dc:description "string literal with Unicode escape";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-str-esc-02.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-str-esc-02;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-str-esc-03 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-str-esc-03";
-  dc:description "string literal with long Unicode escape";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-str-esc-03.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-str-esc-03;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-pname-esc-01 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-pname-esc-01";
-  dc:description "pname with back-slash escapes";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-pname-esc-01.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-pname-esc-01;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-pname-esc-02 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-pname-esc-02";
-  dc:description "pname with back-slash escapes (2)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-pname-esc-02.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-pname-esc-02;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-pname-esc-03 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-pname-esc-03";
-  dc:description "pname with back-slash escapes (3)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-pname-esc-03.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-pname-esc-03;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bnode-01 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bnode-01";
-  dc:description "bnode subject";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-01.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bnode-01;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bnode-02 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bnode-02";
-  dc:description "bnode object";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-02.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bnode-02;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bnode-03 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bnode-03";
-  dc:description "bnode property list object";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-03.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bnode-03;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bnode-04 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bnode-04";
-  dc:description "bnode property list object (2)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-04.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bnode-04;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bnode-05 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bnode-05";
-  dc:description "bnode property list subject";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-05.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bnode-05;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bnode-06 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bnode-06";
-  dc:description "labeled bnode subject";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-06.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bnode-06;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bnode-07 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bnode-07";
-  dc:description "labeled bnode subject and object";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-07.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bnode-07;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bnode-08 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bnode-08";
-  dc:description "bare bnode property list";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-08.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bnode-08;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bnode-09 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bnode-09";
-  dc:description "bnode property list";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-09.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bnode-09;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bnode-10 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bnode-10";
-  dc:description "mixed bnode property list and triple";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-10.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bnode-10;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-number-01 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-number-01";
-  dc:description "integer literal";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-01.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-number-01;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-number-02 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-number-02";
-  dc:description "negative integer literal";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-02.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-number-02;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-number-03 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-number-03";
-  dc:description "positive integer literal";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-03.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-number-03;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-number-04 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-number-04";
-  dc:description "decimal literal";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-04.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-number-04;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-number-05 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-number-05";
-  dc:description "decimal literal (no leading digits)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-05.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-number-05;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-number-06 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-number-06";
-  dc:description "negative decimal literal";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-06.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-number-06;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-number-07 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-number-07";
-  dc:description "positive decimal literal";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-07.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-number-07;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-number-08 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-number-08";
-  dc:description "integer literal with decimal lexical confusion";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-08.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-number-08;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-number-09 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-number-09";
-  dc:description "double literal";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-09.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-number-09;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-number-10 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-number-10";
-  dc:description "negative double literal";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-10.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-number-10;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-number-11 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-number-11";
-  dc:description "double literal no fraction";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-11.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-number-11;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-datatypes-01 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-datatypes-01";
-  dc:description "xsd:byte literal";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-datatypes-01.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-datatypes-01;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-datatypes-02 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-datatypes-02";
-  dc:description "integer as xsd:string";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-datatypes-02.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-datatypes-02;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-kw-01 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-kw-01";
-  dc:description "boolean literal (true)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-kw-01.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-kw-01;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-kw-02 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-kw-02";
-  dc:description "boolean literal (false)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-kw-02.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-kw-02;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-kw-03 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-kw-03";
-  dc:description "'a' as keyword";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-kw-03.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-kw-03;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-struct-01 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-struct-01";
-  dc:description "object list";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-01.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-struct-01;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-struct-02 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-struct-02";
-  dc:description "predicate list with object list";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-02.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-struct-02;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-struct-03 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-struct-03";
-  dc:description "predicate list with object list and dangling ';'";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-03.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-struct-03;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-struct-04 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-struct-04";
-  dc:description "predicate list with multiple ;;";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-04.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-struct-04;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-struct-05 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-struct-05";
-  dc:description "predicate list with multiple ;;";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-05.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-struct-05;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-lists-01 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-lists-01";
-  dc:description "empty list";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-01.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-lists-01;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-lists-02 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-lists-02";
-  dc:description "mixed list";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-02.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-lists-02;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-lists-03 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-lists-03";
-  dc:description "isomorphic list as subject and object";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-03.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-lists-03;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-lists-04 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-lists-04";
-  dc:description "lists of lists";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-04.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-lists-04;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-lists-05 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-lists-05";
-  dc:description "mixed lists with embedded lists";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-05.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-lists-05;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-uri-01 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-uri-01";
-  dc:description "Bad IRI : space (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-01.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-uri-01;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-uri-02 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-uri-02";
-  dc:description "Bad IRI : bad escape (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-02.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-uri-02;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-uri-03 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-uri-03";
-  dc:description "Bad IRI : bad long escape (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-03.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-uri-03;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-uri-04 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-uri-04";
-  dc:description "Bad IRI : character escapes not allowed (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-04.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-uri-04;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-uri-05 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-uri-05";
-  dc:description "Bad IRI : character escapes not allowed (2) (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-05.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-uri-05;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-prefix-01 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-prefix-01";
-  dc:description "No prefix (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-01.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-prefix-01;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-prefix-02 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-prefix-02";
-  dc:description "No prefix (2) (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-02.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-prefix-02;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-prefix-03 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-prefix-03";
-  dc:description "@prefix without URI (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-03.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-prefix-03;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-prefix-04 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-prefix-04";
-  dc:description "@prefix without prefix name (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-04.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-prefix-04;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-prefix-05 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-prefix-05";
-  dc:description "@prefix without ':' (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-05.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-prefix-05;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-base-01 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-base-01";
-  dc:description "@base without URI (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-base-01.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-base-01;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-base-02 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-base-02";
-  dc:description "@base in wrong case (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-base-02.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-base-02;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-base-03 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-base-03";
-  dc:description "BASE without URI (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-base-03.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-base-03;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-struct-01 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-struct-01";
-  dc:description "Turtle is not TriG (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-01.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-struct-01;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-struct-02 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-struct-02";
-  dc:description "Turtle is not N3 (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-02.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-struct-02;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-struct-03 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-struct-03";
-  dc:description "Turtle is not NQuads (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-03.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-struct-03;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-struct-04 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-struct-04";
-  dc:description "Turtle does not allow literals-as-subjects (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-04.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-struct-04;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-struct-05 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-struct-05";
-  dc:description "Turtle does not allow literals-as-predicates (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-05.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-struct-05;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-struct-06 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-struct-06";
-  dc:description "Turtle does not allow bnodes-as-predicates (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-06.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-struct-06;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-struct-07 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-struct-07";
-  dc:description "Turtle does not allow labeled bnodes-as-predicates (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-07.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-struct-07;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-kw-01 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-kw-01";
-  dc:description "'A' is not a keyword (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-01.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-kw-01;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-kw-02 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-kw-02";
-  dc:description "'a' cannot be used as subject (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-02.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-kw-02;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-kw-03 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-kw-03";
-  dc:description "'a' cannot be used as object (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-03.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-kw-03;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-kw-04 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-kw-04";
-  dc:description "'true' cannot be used as subject (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-04.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-kw-04;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-kw-05 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-kw-05";
-  dc:description "'true' cannot be used as object (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-05.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-kw-05;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-n3-extras-01 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-n3-extras-01";
-  dc:description "{} fomulae not in Turtle (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-01.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-n3-extras-01;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-n3-extras-02 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-n3-extras-02";
-  dc:description "= is not Turtle (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-02.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-n3-extras-02;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-n3-extras-03 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-n3-extras-03";
-  dc:description "N3 paths not in Turtle (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-03.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-n3-extras-03;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-n3-extras-04 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-n3-extras-04";
-  dc:description "N3 paths not in Turtle (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-04.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-n3-extras-04;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-n3-extras-05 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-n3-extras-05";
-  dc:description "N3 is...of not in Turtle (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-05.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-n3-extras-05;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-n3-extras-06 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-n3-extras-06";
-  dc:description "N3 paths not in Turtle (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-06.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-n3-extras-06;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-n3-extras-07 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-n3-extras-07";
-  dc:description "@keywords is not Turtle (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-07.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-n3-extras-07;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-n3-extras-08 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-n3-extras-08";
-  dc:description "@keywords is not Turtle (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-08.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-n3-extras-08;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-n3-extras-09 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-n3-extras-09";
-  dc:description "=> is not Turtle (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-09.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-n3-extras-09;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-n3-extras-10 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-n3-extras-10";
-  dc:description "<= is not Turtle (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-10.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-n3-extras-10;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-n3-extras-11 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-n3-extras-11";
-  dc:description "@forSome is not Turtle (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-11.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-n3-extras-11;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-n3-extras-12 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-n3-extras-12";
-  dc:description "@forAll is not Turtle (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-12.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-n3-extras-12;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-n3-extras-13 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-n3-extras-13";
-  dc:description "@keywords is not Turtle (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-13.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-n3-extras-13;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-struct-08 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-struct-08";
-  dc:description "missing '.' (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-08.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-struct-08;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-struct-09 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-struct-09";
-  dc:description "extra '.' (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-09.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-struct-09;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-struct-10 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-struct-10";
-  dc:description "extra '.' (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-10.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-struct-10;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-struct-11 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-struct-11";
-  dc:description "trailing ';' no '.' (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-11.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-struct-11;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-struct-12 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-struct-12";
-  dc:description "subject, predicate, no object (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-12.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-struct-12;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-struct-13 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-struct-13";
-  dc:description "subject, predicate, no object (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-13.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-struct-13;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-struct-14 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-struct-14";
-  dc:description "literal as subject (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-14.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-struct-14;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-struct-15 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-struct-15";
-  dc:description "literal as predicate (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-15.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-struct-15;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-struct-16 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-struct-16";
-  dc:description "bnode as predicate (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-16.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-struct-16;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-struct-17 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-struct-17";
-  dc:description "labeled bnode as predicate (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-17.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-struct-17;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-lang-01 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-lang-01";
-  dc:description "langString with bad lang (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-lang-01.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-lang-01;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-esc-01 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-esc-01";
-  dc:description "Bad string escape (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-01.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-esc-01;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-esc-02 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-esc-02";
-  dc:description "Bad string escape (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-02.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-esc-02;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-esc-03 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-esc-03";
-  dc:description "Bad string escape (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-03.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-esc-03;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-esc-04 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-esc-04";
-  dc:description "Bad string escape (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-04.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-esc-04;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-pname-01 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-pname-01";
-  dc:description "'~' must be escaped in pname (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-pname-01.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-pname-01;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-pname-02 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-pname-02";
-  dc:description "Bad %-sequence in pname (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-pname-02.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-pname-02;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-pname-03 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-pname-03";
-  dc:description "Bad unicode escape in pname (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-pname-03.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-pname-03;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-string-01 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-string-01";
-  dc:description "mismatching string literal open/close (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-01.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-string-01;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-string-02 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-string-02";
-  dc:description "mismatching string literal open/close (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-02.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-string-02;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-string-03 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-string-03";
-  dc:description "mismatching string literal long/short (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-03.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-string-03;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-string-04 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-string-04";
-  dc:description "mismatching long string literal open/close (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-04.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-string-04;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-string-05 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-string-05";
-  dc:description "Long literal with missing end (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-05.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-string-05;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-string-06 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-string-06";
-  dc:description "Long literal with extra quote (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-06.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-string-06;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-string-07 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-string-07";
-  dc:description "Long literal with extra squote (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-07.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-string-07;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-num-01 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-num-01";
-  dc:description "Bad number format (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-01.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-num-01;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-num-02 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-num-02";
-  dc:description "Bad number format (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-02.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-num-02;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-num-03 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-num-03";
-  dc:description "Bad number format (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-03.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-num-03;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-num-04 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-num-04";
-  dc:description "Bad number format (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-04.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-num-04;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-num-05 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-num-05";
-  dc:description "Bad number format (negative test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-05.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-num-05;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-eval-struct-01 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-eval-struct-01";
-  dc:description "triple with IRIs";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-struct-01.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/turtle-eval-struct-01.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-eval-struct-01;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-eval-struct-02 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-eval-struct-02";
-  dc:description "triple with IRIs and embedded whitespace";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-struct-02.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/turtle-eval-struct-02.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-eval-struct-02;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-subm-01 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-subm-01";
-  dc:description "Blank subject";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-01.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-01.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-subm-01;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-subm-02 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-subm-02";
-  dc:description "@prefix and qnames";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-02.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-02.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-subm-02;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-subm-03 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-subm-03";
-  dc:description ", operator";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-03.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-03.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-subm-03;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-subm-04 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-subm-04";
-  dc:description "; operator";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-04.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-04.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-subm-04;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-subm-05 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-subm-05";
-  dc:description "empty [] as subject and object";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-05.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-05.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-subm-05;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-subm-06 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-subm-06";
-  dc:description "non-empty [] as subject and object";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-06.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-06.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-subm-06;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-subm-07 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-subm-07";
-  dc:description "'a' as predicate";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-07.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-07.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-subm-07;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-subm-08 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-subm-08";
-  dc:description "simple collection";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-08.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-08.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-subm-08;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-subm-09 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-subm-09";
-  dc:description "empty collection";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-09.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-09.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-subm-09;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-subm-10 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-subm-10";
-  dc:description "integer datatyped literal";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-10.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-10.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-subm-10;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-subm-11 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-subm-11";
-  dc:description "decimal integer canonicalization";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-11.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-11.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-subm-11;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-subm-12 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-subm-12";
-  dc:description "- and _ in names and qnames";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-12.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-12.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-subm-12;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-subm-13 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-subm-13";
-  dc:description "tests for rdf:_<numbers> and other qnames starting with _";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-13.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-13.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-subm-13;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-subm-14 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-subm-14";
-  dc:description "bare : allowed";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-14.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-14.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-subm-14;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-subm-15 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-subm-15";
-  dc:description "simple long literal";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-15.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-15.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-subm-15;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-subm-16 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-subm-16";
-  dc:description "long literals with escapes";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-16.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-16.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-subm-16;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-subm-17 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-subm-17";
-  dc:description "floating point number";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-17.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-17.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-subm-17;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-subm-18 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-subm-18";
-  dc:description "empty literals, normal and long variant";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-18.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-18.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-subm-18;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-subm-19 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-subm-19";
-  dc:description "positive integer, decimal and doubles";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-19.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-19.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-subm-19;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-subm-20 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-subm-20";
-  dc:description "negative integer, decimal and doubles";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-20.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-20.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-subm-20;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-subm-21 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-subm-21";
-  dc:description "long literal ending in double quote";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-21.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-21.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-subm-21;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-subm-22 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-subm-22";
-  dc:description "boolean literals";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-22.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-22.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-subm-22;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-subm-23 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-subm-23";
-  dc:description "comments";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-23.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-23.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-subm-23;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-subm-24 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-subm-24";
-  dc:description "no final mewline";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-24.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-24.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-subm-24;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-subm-25 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-subm-25";
-  dc:description "repeating a @prefix changes pname definition";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-25.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-25.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-subm-25;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-subm-26 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-subm-26";
-  dc:description "Variations on decimal canonicalization";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-26.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-26.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-subm-26;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-subm-27 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-subm-27";
-  dc:description "Repeating @base changes base for relative IRI lookup";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-27.ttl>;
-  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-27.nt>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-subm-27;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-eval-bad-01 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-eval-bad-01";
-  dc:description "Bad IRI : good escape, bad charcater (negative evaluation test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-bad-01.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-eval-bad-01;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-eval-bad-02 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-eval-bad-02";
-  dc:description "Bad IRI : hex 3C is < (negative evaluation test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-bad-02.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-eval-bad-02;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-eval-bad-03 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-eval-bad-03";
-  dc:description "Bad IRI : hex 3E is  (negative evaluation test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-bad-03.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-eval-bad-03;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-eval-bad-04 a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-eval-bad-04";
-  dc:description "Bad IRI : {abc} (negative evaluation test)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-bad-04.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-eval-bad-04;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-blank-label-dot-end a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-blank-label-dot-end";
-  dc:description "Blank node label must not end in dot";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-blank-label-dot-end.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-blank-label-dot-end;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-ln-dash-start a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-ln-dash-start";
-  dc:description "Local name must not begin with dash";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ln-dash-start.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-ln-dash-start;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-ln-escape-start a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-ln-escape-start";
-  dc:description "Bad hex escape at start of local name";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ln-escape-start.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-ln-escape-start;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-ln-escape a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-ln-escape";
-  dc:description "Bad hex escape in local name";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ln-escape.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-ln-escape;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-missing-ns-dot-end a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-missing-ns-dot-end";
-  dc:description "Prefix must not end in dot (error in triple, not prefix directive like turtle-syntax-bad-ns-dot-end)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-missing-ns-dot-end.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-missing-ns-dot-end;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-missing-ns-dot-start a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-missing-ns-dot-start";
-  dc:description "Prefix must not start with dot (error in triple, not prefix directive like turtle-syntax-bad-ns-dot-end)";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-missing-ns-dot-start.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-missing-ns-dot-start;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-ns-dot-end a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-ns-dot-end";
-  dc:description "Prefix must not end in dot";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ns-dot-end.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-ns-dot-end;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-ns-dot-start a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-ns-dot-start";
-  dc:description "Prefix must not start with dot";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ns-dot-start.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-ns-dot-start;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-bad-number-dot-in-anon a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-bad-number-dot-in-anon";
-  dc:description "Dot delimeter may not appear in anonymous nodes";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-number-dot-in-anon.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-bad-number-dot-in-anon;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-blank-label a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-blank-label";
-  dc:description "Characters allowed in blank node labels";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-blank-label.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-blank-label;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-ln-colons a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-ln-colons";
-  dc:description "Colons in pname local names";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-ln-colons.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-ln-colons;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-ln-dots a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-ln-dots";
-  dc:description "Dots in pname local names";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-ln-dots.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-ln-dots;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
-
-manifest:turtle-syntax-ns-dots a earl:TestCriterion, earl:TestCase;
-  dc:title "turtle-syntax-ns-dots";
-  dc:description "Dots in namespace names";
-  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-ns-dots.ttl>;
-  earl:assertions (
-     [ a earl:Assertion;
-       earl:assertedBy <http://ruben.verborgh.org/#me>;
-       earl:test manifest:turtle-syntax-ns-dots;
-       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
-       earl:mode earl:automatic;
-       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ).
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-turtle/reports/earl-node-n3-2013-07-22.ttl.old	Sat Aug 10 17:18:38 2013 -0700
@@ -0,0 +1,3945 @@
+@prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#>.
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
+@prefix rdft: <http://www.w3.org/ns/rdftest#>.
+@prefix dc: <http://purl.org/dc/terms/>.
+@prefix doap: <http://usefulinc.com/ns/doap#>.
+@prefix earl: <http://www.w3.org/ns/earl#>.
+@prefix foaf: <http://xmlns.com/foaf/0.1/>.
+@prefix manifest: <http://www.w3.org/2013/TurtleTests/manifest.ttl#>.
+
+<https://github.com/RubenVerborgh/node-n3#node-n3> a earl:Software, earl:TestSubject, doap:Project;
+  doap:name "node-n3";
+  doap:homepage <https://github.com/RubenVerborgh/node-n3>;
+  doap:license <http://opensource.org/licenses/MIT>;
+  doap:programming-language "JavaScript";
+  doap:implements <http://www.w3.org/TR/turtle/>;
+  doap:category <http://dbpedia.org/resource/Resource_Description_Framework>;
+  doap:download-page <https://npmjs.org/package/n3>;
+  doap:bug-database <https://github.com/RubenVerborgh/node-n3/issues>;
+  doap:blog <http://ruben.verborgh.org/blog/>;
+  doap:developer <http://ruben.verborgh.org/#me>;
+  doap:maintainer <http://ruben.verborgh.org/#me>;
+  doap:documenter <http://ruben.verborgh.org/#me>;
+  doap:maker <http://ruben.verborgh.org/#me>;
+  dc:title "node-n3";
+  dc:description "node-n3 is an asynchronous, streaming JavaScript parser of Turtle."@en;
+  dc:creator <http://ruben.verborgh.org/#me>.
+
+<http://ruben.verborgh.org/#me> a foaf:Person, earl:Assertor;
+  foaf:name "Ruben Verborgh";
+  foaf:homepage <http://ruben.verborgh.org/>.
+
+manifest:IRI_subject a earl:TestCriterion, earl:TestCase;
+  dc:title "IRI_subject";
+  dc:description "IRI subject";
+  mf:action <http://www.w3.org/2013/TurtleTests/IRI_subject.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:IRI_subject;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:IRI_with_four_digit_numeric_escape a earl:TestCriterion, earl:TestCase;
+  dc:title "IRI_with_four_digit_numeric_escape";
+  dc:description "IRI with four digit numeric escape (\\u)";
+  mf:action <http://www.w3.org/2013/TurtleTests/IRI_with_four_digit_numeric_escape.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:IRI_with_four_digit_numeric_escape;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:IRI_with_eight_digit_numeric_escape a earl:TestCriterion, earl:TestCase;
+  dc:title "IRI_with_eight_digit_numeric_escape";
+  dc:description "IRI with eight digit numeric escape (\\U)";
+  mf:action <http://www.w3.org/2013/TurtleTests/IRI_with_eight_digit_numeric_escape.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:IRI_with_eight_digit_numeric_escape;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:IRI_with_all_punctuation a earl:TestCriterion, earl:TestCase;
+  dc:title "IRI_with_all_punctuation";
+  dc:description "IRI with all punctuation";
+  mf:action <http://www.w3.org/2013/TurtleTests/IRI_with_all_punctuation.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_with_all_punctuation.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:IRI_with_all_punctuation;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:bareword_a_predicate a earl:TestCriterion, earl:TestCase;
+  dc:title "bareword_a_predicate";
+  dc:description "bareword a predicate";
+  mf:action <http://www.w3.org/2013/TurtleTests/bareword_a_predicate.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/bareword_a_predicate.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:bareword_a_predicate;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:old_style_prefix a earl:TestCriterion, earl:TestCase;
+  dc:title "old_style_prefix";
+  dc:description "old-style prefix";
+  mf:action <http://www.w3.org/2013/TurtleTests/old_style_prefix.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:old_style_prefix;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:SPARQL_style_prefix a earl:TestCriterion, earl:TestCase;
+  dc:title "SPARQL_style_prefix";
+  dc:description "SPARQL-style prefix";
+  mf:action <http://www.w3.org/2013/TurtleTests/SPARQL_style_prefix.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:SPARQL_style_prefix;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:prefixed_IRI_predicate a earl:TestCriterion, earl:TestCase;
+  dc:title "prefixed_IRI_predicate";
+  dc:description "prefixed IRI predicate";
+  mf:action <http://www.w3.org/2013/TurtleTests/prefixed_IRI_predicate.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:prefixed_IRI_predicate;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:prefixed_IRI_object a earl:TestCriterion, earl:TestCase;
+  dc:title "prefixed_IRI_object";
+  dc:description "prefixed IRI object";
+  mf:action <http://www.w3.org/2013/TurtleTests/prefixed_IRI_object.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:prefixed_IRI_object;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:prefix_only_IRI a earl:TestCriterion, earl:TestCase;
+  dc:title "prefix_only_IRI";
+  dc:description "prefix-only IRI (p:)";
+  mf:action <http://www.w3.org/2013/TurtleTests/prefix_only_IRI.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:prefix_only_IRI;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:prefix_with_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
+  dc:title "prefix_with_PN_CHARS_BASE_character_boundaries";
+  dc:description "prefix with PN CHARS BASE character boundaries (prefix: AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...:)";
+  mf:action <http://www.w3.org/2013/TurtleTests/prefix_with_PN_CHARS_BASE_character_boundaries.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:prefix_with_PN_CHARS_BASE_character_boundaries;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:prefix_with_non_leading_extras a earl:TestCriterion, earl:TestCase;
+  dc:title "prefix_with_non_leading_extras";
+  dc:description "prefix with_non_leading_extras (_:a\u00b7\u0300\u036f\u203f.\u2040)";
+  mf:action <http://www.w3.org/2013/TurtleTests/prefix_with_non_leading_extras.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:prefix_with_non_leading_extras;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:default_namespace_IRI a earl:TestCriterion, earl:TestCase;
+  dc:title "default_namespace_IRI";
+  dc:description "default namespace IRI (:ln)";
+  mf:action <http://www.w3.org/2013/TurtleTests/default_namespace_IRI.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:default_namespace_IRI;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:prefix_reassigned_and_used a earl:TestCriterion, earl:TestCase;
+  dc:title "prefix_reassigned_and_used";
+  dc:description "prefix reassigned and used";
+  mf:action <http://www.w3.org/2013/TurtleTests/prefix_reassigned_and_used.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/prefix_reassigned_and_used.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:prefix_reassigned_and_used;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:reserved_escaped_localName a earl:TestCriterion, earl:TestCase;
+  dc:title "reserved_escaped_localName";
+  dc:description "reserved-escaped local name";
+  mf:action <http://www.w3.org/2013/TurtleTests/reserved_escaped_localName.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/reserved_escaped_localName.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:reserved_escaped_localName;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:percent_escaped_localName a earl:TestCriterion, earl:TestCase;
+  dc:title "percent_escaped_localName";
+  dc:description "percent-escaped local name";
+  mf:action <http://www.w3.org/2013/TurtleTests/percent_escaped_localName.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/percent_escaped_localName.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:percent_escaped_localName;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:HYPHEN_MINUS_in_localName a earl:TestCriterion, earl:TestCase;
+  dc:title "HYPHEN_MINUS_in_localName";
+  dc:description "HYPHEN-MINUS in local name";
+  mf:action <http://www.w3.org/2013/TurtleTests/HYPHEN_MINUS_in_localName.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/HYPHEN_MINUS_in_localName.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:HYPHEN_MINUS_in_localName;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:underscore_in_localName a earl:TestCriterion, earl:TestCase;
+  dc:title "underscore_in_localName";
+  dc:description "underscore in local name";
+  mf:action <http://www.w3.org/2013/TurtleTests/underscore_in_localName.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/underscore_in_localName.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:underscore_in_localName;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:localname_with_COLON a earl:TestCriterion, earl:TestCase;
+  dc:title "localname_with_COLON";
+  dc:description "localname with COLON";
+  mf:action <http://www.w3.org/2013/TurtleTests/localname_with_COLON.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/localname_with_COLON.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:localname_with_COLON;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
+  dc:title "localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries";
+  dc:description "localName with assigned, NFC-normalized, basic-multilingual-plane PN CHARS BASE character boundaries (p:AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...)";
+  mf:action <http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
+  dc:title "localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries";
+  dc:description "localName with assigned, NFC-normalized PN CHARS BASE character boundaries (p:AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...)";
+  mf:action <http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:localName_with_nfc_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
+  dc:title "localName_with_nfc_PN_CHARS_BASE_character_boundaries";
+  dc:description "localName with nfc-normalize PN CHARS BASE character boundaries (p:AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...)";
+  mf:action <http://www.w3.org/2013/TurtleTests/localName_with_nfc_PN_CHARS_BASE_character_boundaries.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/localName_with_nfc_PN_CHARS_BASE_character_boundaries.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:localName_with_nfc_PN_CHARS_BASE_character_boundaries;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:localName_with_leading_underscore a earl:TestCriterion, earl:TestCase;
+  dc:title "localName_with_leading_underscore";
+  dc:description "localName with leading underscore (p:_)";
+  mf:action <http://www.w3.org/2013/TurtleTests/localName_with_leading_underscore.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/localName_with_leading_underscore.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:localName_with_leading_underscore;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:localName_with_leading_digit a earl:TestCriterion, earl:TestCase;
+  dc:title "localName_with_leading_digit";
+  dc:description "localName with leading digit (p:_)";
+  mf:action <http://www.w3.org/2013/TurtleTests/localName_with_leading_digit.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/localName_with_leading_digit.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:localName_with_leading_digit;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:localName_with_non_leading_extras a earl:TestCriterion, earl:TestCase;
+  dc:title "localName_with_non_leading_extras";
+  dc:description "localName with_non_leading_extras (_:a\u00b7\u0300\u036f\u203f.\u2040)";
+  mf:action <http://www.w3.org/2013/TurtleTests/localName_with_non_leading_extras.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/localName_with_non_leading_extras.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:localName_with_non_leading_extras;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:old_style_base a earl:TestCriterion, earl:TestCase;
+  dc:title "old_style_base";
+  dc:description "old-style base";
+  mf:action <http://www.w3.org/2013/TurtleTests/old_style_base.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:old_style_base;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:SPARQL_style_base a earl:TestCriterion, earl:TestCase;
+  dc:title "SPARQL_style_base";
+  dc:description "SPARQL-style base";
+  mf:action <http://www.w3.org/2013/TurtleTests/SPARQL_style_base.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:SPARQL_style_base;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:labeled_blank_node_subject a earl:TestCriterion, earl:TestCase;
+  dc:title "labeled_blank_node_subject";
+  dc:description "labeled blank node subject";
+  mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:labeled_blank_node_subject;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:labeled_blank_node_object a earl:TestCriterion, earl:TestCase;
+  dc:title "labeled_blank_node_object";
+  dc:description "labeled blank node object";
+  mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:labeled_blank_node_object;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:labeled_blank_node_with_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
+  dc:title "labeled_blank_node_with_PN_CHARS_BASE_character_boundaries";
+  dc:description "labeled blank node with PN_CHARS_BASE character boundaries (_:AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...)";
+  mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_PN_CHARS_BASE_character_boundaries.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:labeled_blank_node_with_PN_CHARS_BASE_character_boundaries;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:labeled_blank_node_with_leading_underscore a earl:TestCriterion, earl:TestCase;
+  dc:title "labeled_blank_node_with_leading_underscore";
+  dc:description "labeled blank node with_leading_underscore (_:_)";
+  mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_leading_underscore.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:labeled_blank_node_with_leading_underscore;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:labeled_blank_node_with_leading_digit a earl:TestCriterion, earl:TestCase;
+  dc:title "labeled_blank_node_with_leading_digit";
+  dc:description "labeled blank node with_leading_digit (_:0)";
+  mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_leading_digit.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:labeled_blank_node_with_leading_digit;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:labeled_blank_node_with_non_leading_extras a earl:TestCriterion, earl:TestCase;
+  dc:title "labeled_blank_node_with_non_leading_extras";
+  dc:description "labeled blank node with_non_leading_extras (_:a\u00b7\u0300\u036f\u203f.\u2040)";
+  mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_non_leading_extras.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:labeled_blank_node_with_non_leading_extras;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:anonymous_blank_node_subject a earl:TestCriterion, earl:TestCase;
+  dc:title "anonymous_blank_node_subject";
+  dc:description "anonymous blank node subject";
+  mf:action <http://www.w3.org/2013/TurtleTests/anonymous_blank_node_subject.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:anonymous_blank_node_subject;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:anonymous_blank_node_object a earl:TestCriterion, earl:TestCase;
+  dc:title "anonymous_blank_node_object";
+  dc:description "anonymous blank node object";
+  mf:action <http://www.w3.org/2013/TurtleTests/anonymous_blank_node_object.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:anonymous_blank_node_object;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:sole_blankNodePropertyList a earl:TestCriterion, earl:TestCase;
+  dc:title "sole_blankNodePropertyList";
+  dc:description "sole blankNodePropertyList [ <p> <o> ] .";
+  mf:action <http://www.w3.org/2013/TurtleTests/sole_blankNodePropertyList.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:sole_blankNodePropertyList;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:blankNodePropertyList_as_subject a earl:TestCriterion, earl:TestCase;
+  dc:title "blankNodePropertyList_as_subject";
+  dc:description "blankNodePropertyList as subject [ \u2026 ] <p> <o> .";
+  mf:action <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_subject.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_subject.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:blankNodePropertyList_as_subject;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:blankNodePropertyList_as_object a earl:TestCriterion, earl:TestCase;
+  dc:title "blankNodePropertyList_as_object";
+  dc:description "blankNodePropertyList as object <s> <p> [ \u2026 ] .";
+  mf:action <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_object.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_object.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:blankNodePropertyList_as_object;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:blankNodePropertyList_with_multiple_triples a earl:TestCriterion, earl:TestCase;
+  dc:title "blankNodePropertyList_with_multiple_triples";
+  dc:description "blankNodePropertyList with multiple triples [ <s> <p> ; <s2> <p2> ]";
+  mf:action <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_with_multiple_triples.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_with_multiple_triples.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:blankNodePropertyList_with_multiple_triples;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:nested_blankNodePropertyLists a earl:TestCriterion, earl:TestCase;
+  dc:title "nested_blankNodePropertyLists";
+  dc:description "nested blankNodePropertyLists [ <p1> [ <p2> <o2> ] ; <p3> <o3> ]";
+  mf:action <http://www.w3.org/2013/TurtleTests/nested_blankNodePropertyLists.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/nested_blankNodePropertyLists.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:nested_blankNodePropertyLists;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:blankNodePropertyList_containing_collection a earl:TestCriterion, earl:TestCase;
+  dc:title "blankNodePropertyList_containing_collection";
+  dc:description "blankNodePropertyList containing collection [ <p1> ( \u2026 ) ]";
+  mf:action <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_containing_collection.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_containing_collection.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:blankNodePropertyList_containing_collection;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:collection_subject a earl:TestCriterion, earl:TestCase;
+  dc:title "collection_subject";
+  dc:description "collection subject";
+  mf:action <http://www.w3.org/2013/TurtleTests/collection_subject.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/collection_subject.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:collection_subject;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:collection_object a earl:TestCriterion, earl:TestCase;
+  dc:title "collection_object";
+  dc:description "collection object";
+  mf:action <http://www.w3.org/2013/TurtleTests/collection_object.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/collection_object.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:collection_object;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:empty_collection a earl:TestCriterion, earl:TestCase;
+  dc:title "empty_collection";
+  dc:description "empty collection ()";
+  mf:action <http://www.w3.org/2013/TurtleTests/empty_collection.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/empty_collection.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:empty_collection;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:nested_collection a earl:TestCriterion, earl:TestCase;
+  dc:title "nested_collection";
+  dc:description "nested collection (())";
+  mf:action <http://www.w3.org/2013/TurtleTests/nested_collection.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/nested_collection.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:nested_collection;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:first a earl:TestCriterion, earl:TestCase;
+  dc:title "first";
+  dc:description "first, not last, non-empty nested collection";
+  mf:action <http://www.w3.org/2013/TurtleTests/first.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/first.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:first;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:last a earl:TestCriterion, earl:TestCase;
+  dc:title "last";
+  dc:description "last, not first, non-empty nested collection";
+  mf:action <http://www.w3.org/2013/TurtleTests/last.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/last.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:last;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:LITERAL1 a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL1";
+  dc:description "LITERAL1 'x'";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:LITERAL1;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:LITERAL1_ascii_boundaries a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL1_ascii_boundaries";
+  dc:description "LITERAL1_ascii_boundaries '\\x00\\x09\\x0b\\x0c\\x0e\\x26\\x28...'";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1_ascii_boundaries.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1_ascii_boundaries.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:LITERAL1_ascii_boundaries;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:LITERAL1_with_UTF8_boundaries a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL1_with_UTF8_boundaries";
+  dc:description "LITERAL1_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1_with_UTF8_boundaries.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:LITERAL1_with_UTF8_boundaries;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:LITERAL1_all_controls a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL1_all_controls";
+  dc:description "LITERAL1_all_controls '\\x00\\x01\\x02\\x03\\x04...'";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1_all_controls.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1_all_controls.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:LITERAL1_all_controls;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:LITERAL1_all_punctuation a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL1_all_punctuation";
+  dc:description "LITERAL1_all_punctuation '!\"#$%&()...'";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1_all_punctuation.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1_all_punctuation.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:LITERAL1_all_punctuation;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:LITERAL_LONG1 a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL_LONG1";
+  dc:description "LITERAL_LONG1 '''x'''";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:LITERAL_LONG1;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:LITERAL_LONG1_ascii_boundaries a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL_LONG1_ascii_boundaries";
+  dc:description "LITERAL_LONG1_ascii_boundaries '\\x00\\x26\\x28...'";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_ascii_boundaries.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_ascii_boundaries.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:LITERAL_LONG1_ascii_boundaries;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:LITERAL_LONG1_with_UTF8_boundaries a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL_LONG1_with_UTF8_boundaries";
+  dc:description "LITERAL_LONG1_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_UTF8_boundaries.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:LITERAL_LONG1_with_UTF8_boundaries;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:LITERAL_LONG1_with_1_squote a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL_LONG1_with_1_squote";
+  dc:description "LITERAL_LONG1 with 1 squote '''a'b'''";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_1_squote.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_1_squote.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:LITERAL_LONG1_with_1_squote;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:LITERAL_LONG1_with_2_squotes a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL_LONG1_with_2_squotes";
+  dc:description "LITERAL_LONG1 with 2 squotes '''a''b'''";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_2_squotes.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_2_squotes.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:LITERAL_LONG1_with_2_squotes;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:LITERAL2 a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL2";
+  dc:description "LITERAL2 \"x\"";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL2.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:LITERAL2;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:LITERAL2_ascii_boundaries a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL2_ascii_boundaries";
+  dc:description "LITERAL2_ascii_boundaries '\\x00\\x09\\x0b\\x0c\\x0e\\x21\\x23...'";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL2_ascii_boundaries.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL2_ascii_boundaries.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:LITERAL2_ascii_boundaries;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:LITERAL2_with_UTF8_boundaries a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL2_with_UTF8_boundaries";
+  dc:description "LITERAL2_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL2_with_UTF8_boundaries.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:LITERAL2_with_UTF8_boundaries;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:LITERAL_LONG2 a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL_LONG2";
+  dc:description "LITERAL_LONG2 \"\"\"x\"\"\"";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:LITERAL_LONG2;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:LITERAL_LONG2_ascii_boundaries a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL_LONG2_ascii_boundaries";
+  dc:description "LITERAL_LONG2_ascii_boundaries '\\x00\\x21\\x23...'";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_ascii_boundaries.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_ascii_boundaries.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:LITERAL_LONG2_ascii_boundaries;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:LITERAL_LONG2_with_UTF8_boundaries a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL_LONG2_with_UTF8_boundaries";
+  dc:description "LITERAL_LONG2_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_UTF8_boundaries.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:LITERAL_LONG2_with_UTF8_boundaries;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:LITERAL_LONG2_with_1_squote a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL_LONG2_with_1_squote";
+  dc:description "LITERAL_LONG2 with 1 squote \"\"\"a\"b\"\"\"";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_1_squote.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_1_squote.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:LITERAL_LONG2_with_1_squote;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:LITERAL_LONG2_with_2_squotes a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL_LONG2_with_2_squotes";
+  dc:description "LITERAL_LONG2 with 2 squotes \"\"\"a\"\"b\"\"\"";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_2_squotes.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_2_squotes.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:LITERAL_LONG2_with_2_squotes;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:literal_with_CHARACTER_TABULATION a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_with_CHARACTER_TABULATION";
+  dc:description "literal with CHARACTER TABULATION";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_CHARACTER_TABULATION.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_CHARACTER_TABULATION.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:literal_with_CHARACTER_TABULATION;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:literal_with_BACKSPACE a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_with_BACKSPACE";
+  dc:description "literal with BACKSPACE";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_BACKSPACE.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_BACKSPACE.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:literal_with_BACKSPACE;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:literal_with_LINE_FEED a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_with_LINE_FEED";
+  dc:description "literal with LINE FEED";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_LINE_FEED.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_LINE_FEED.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:literal_with_LINE_FEED;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:literal_with_CARRIAGE_RETURN a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_with_CARRIAGE_RETURN";
+  dc:description "literal with CARRIAGE RETURN";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_CARRIAGE_RETURN.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_CARRIAGE_RETURN.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:literal_with_CARRIAGE_RETURN;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:literal_with_FORM_FEED a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_with_FORM_FEED";
+  dc:description "literal with FORM FEED";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_FORM_FEED.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_FORM_FEED.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:literal_with_FORM_FEED;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:literal_with_REVERSE_SOLIDUS a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_with_REVERSE_SOLIDUS";
+  dc:description "literal with REVERSE SOLIDUS";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_REVERSE_SOLIDUS.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_REVERSE_SOLIDUS.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:literal_with_REVERSE_SOLIDUS;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:literal_with_escaped_CHARACTER_TABULATION a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_with_escaped_CHARACTER_TABULATION";
+  dc:description "literal with escaped CHARACTER TABULATION";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_CHARACTER_TABULATION.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_CHARACTER_TABULATION.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:literal_with_escaped_CHARACTER_TABULATION;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:literal_with_escaped_BACKSPACE a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_with_escaped_BACKSPACE";
+  dc:description "literal with escaped BACKSPACE";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_BACKSPACE.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_BACKSPACE.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:literal_with_escaped_BACKSPACE;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:literal_with_escaped_LINE_FEED a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_with_escaped_LINE_FEED";
+  dc:description "literal with escaped LINE FEED";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_LINE_FEED.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_LINE_FEED.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:literal_with_escaped_LINE_FEED;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:literal_with_escaped_CARRIAGE_RETURN a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_with_escaped_CARRIAGE_RETURN";
+  dc:description "literal with escaped CARRIAGE RETURN";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_CARRIAGE_RETURN.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_CARRIAGE_RETURN.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:literal_with_escaped_CARRIAGE_RETURN;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:literal_with_escaped_FORM_FEED a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_with_escaped_FORM_FEED";
+  dc:description "literal with escaped FORM FEED";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_FORM_FEED.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_FORM_FEED.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:literal_with_escaped_FORM_FEED;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:literal_with_numeric_escape4 a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_with_numeric_escape4";
+  dc:description "literal with numeric escape4 \\u";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape4.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape4.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:literal_with_numeric_escape4;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:literal_with_numeric_escape8 a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_with_numeric_escape8";
+  dc:description "literal with numeric escape8 \\U";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape8.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape4.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:literal_with_numeric_escape8;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:IRIREF_datatype a earl:TestCriterion, earl:TestCase;
+  dc:title "IRIREF_datatype";
+  dc:description "IRIREF datatype \"\"^^<t>";
+  mf:action <http://www.w3.org/2013/TurtleTests/IRIREF_datatype.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRIREF_datatype.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:IRIREF_datatype;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:prefixed_name_datatype a earl:TestCriterion, earl:TestCase;
+  dc:title "prefixed_name_datatype";
+  dc:description "prefixed name datatype \"\"^^p:t";
+  mf:action <http://www.w3.org/2013/TurtleTests/prefixed_name_datatype.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRIREF_datatype.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:prefixed_name_datatype;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:bareword_integer a earl:TestCriterion, earl:TestCase;
+  dc:title "bareword_integer";
+  dc:description "bareword integer";
+  mf:action <http://www.w3.org/2013/TurtleTests/bareword_integer.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRIREF_datatype.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:bareword_integer;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:bareword_decimal a earl:TestCriterion, earl:TestCase;
+  dc:title "bareword_decimal";
+  dc:description "bareword decimal";
+  mf:action <http://www.w3.org/2013/TurtleTests/bareword_decimal.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/bareword_decimal.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:bareword_decimal;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:bareword_double a earl:TestCriterion, earl:TestCase;
+  dc:title "bareword_double";
+  dc:description "bareword double";
+  mf:action <http://www.w3.org/2013/TurtleTests/bareword_double.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/bareword_double.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:bareword_double;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:double_lower_case_e a earl:TestCriterion, earl:TestCase;
+  dc:title "double_lower_case_e";
+  dc:description "double lower case e";
+  mf:action <http://www.w3.org/2013/TurtleTests/double_lower_case_e.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/double_lower_case_e.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:double_lower_case_e;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:negative_numeric a earl:TestCriterion, earl:TestCase;
+  dc:title "negative_numeric";
+  dc:description "negative numeric";
+  mf:action <http://www.w3.org/2013/TurtleTests/negative_numeric.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/negative_numeric.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:negative_numeric;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:positive_numeric a earl:TestCriterion, earl:TestCase;
+  dc:title "positive_numeric";
+  dc:description "positive numeric";
+  mf:action <http://www.w3.org/2013/TurtleTests/positive_numeric.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/positive_numeric.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:positive_numeric;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:numeric_with_leading_0 a earl:TestCriterion, earl:TestCase;
+  dc:title "numeric_with_leading_0";
+  dc:description "numeric with leading 0";
+  mf:action <http://www.w3.org/2013/TurtleTests/numeric_with_leading_0.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/numeric_with_leading_0.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:numeric_with_leading_0;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:literal_true a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_true";
+  dc:description "literal true";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_true.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_true.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:literal_true;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:literal_false a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_false";
+  dc:description "literal false";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_false.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_false.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:literal_false;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:langtagged_non_LONG a earl:TestCriterion, earl:TestCase;
+  dc:title "langtagged_non_LONG";
+  dc:description "langtagged non-LONG \"x\"@en";
+  mf:action <http://www.w3.org/2013/TurtleTests/langtagged_non_LONG.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/langtagged_non_LONG.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:langtagged_non_LONG;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:langtagged_LONG a earl:TestCriterion, earl:TestCase;
+  dc:title "langtagged_LONG";
+  dc:description "langtagged LONG \"\"\"x\"\"\"@en";
+  mf:action <http://www.w3.org/2013/TurtleTests/langtagged_LONG.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/langtagged_non_LONG.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:langtagged_LONG;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:lantag_with_subtag a earl:TestCriterion, earl:TestCase;
+  dc:title "lantag_with_subtag";
+  dc:description "lantag with subtag \"x\"@en-us";
+  mf:action <http://www.w3.org/2013/TurtleTests/lantag_with_subtag.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/lantag_with_subtag.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:lantag_with_subtag;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:objectList_with_two_objects a earl:TestCriterion, earl:TestCase;
+  dc:title "objectList_with_two_objects";
+  dc:description "objectList with two objects \u2026 <o1>,<o2>";
+  mf:action <http://www.w3.org/2013/TurtleTests/objectList_with_two_objects.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/objectList_with_two_objects.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:objectList_with_two_objects;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:predicateObjectList_with_two_objectLists a earl:TestCriterion, earl:TestCase;
+  dc:title "predicateObjectList_with_two_objectLists";
+  dc:description "predicateObjectList with two objectLists \u2026 <o1>,<o2>";
+  mf:action <http://www.w3.org/2013/TurtleTests/predicateObjectList_with_two_objectLists.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/predicateObjectList_with_two_objectLists.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:predicateObjectList_with_two_objectLists;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:repeated_semis_at_end a earl:TestCriterion, earl:TestCase;
+  dc:title "repeated_semis_at_end";
+  dc:description "repeated semis at end <s> <p> <o> ;; <p2> <o2> .";
+  mf:action <http://www.w3.org/2013/TurtleTests/repeated_semis_at_end.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/predicateObjectList_with_two_objectLists.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:repeated_semis_at_end;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:repeated_semis_not_at_end a earl:TestCriterion, earl:TestCase;
+  dc:title "repeated_semis_not_at_end";
+  dc:description "repeated semis not at end <s> <p> <o> ;;.";
+  mf:action <http://www.w3.org/2013/TurtleTests/repeated_semis_not_at_end.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/repeated_semis_not_at_end.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:repeated_semis_not_at_end;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:comment_following_localName a earl:TestCriterion, earl:TestCase;
+  dc:title "comment_following_localName";
+  dc:description "comment following localName";
+  mf:action <http://www.w3.org/2013/TurtleTests/comment_following_localName.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:comment_following_localName;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:number_sign_following_localName a earl:TestCriterion, earl:TestCase;
+  dc:title "number_sign_following_localName";
+  dc:description "number sign following localName";
+  mf:action <http://www.w3.org/2013/TurtleTests/number_sign_following_localName.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/number_sign_following_localName.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:number_sign_following_localName;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:comment_following_PNAME_NS a earl:TestCriterion, earl:TestCase;
+  dc:title "comment_following_PNAME_NS";
+  dc:description "comment following PNAME_NS";
+  mf:action <http://www.w3.org/2013/TurtleTests/comment_following_PNAME_NS.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/comment_following_PNAME_NS.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:comment_following_PNAME_NS;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:number_sign_following_PNAME_NS a earl:TestCriterion, earl:TestCase;
+  dc:title "number_sign_following_PNAME_NS";
+  dc:description "number sign following PNAME_NS";
+  mf:action <http://www.w3.org/2013/TurtleTests/number_sign_following_PNAME_NS.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/number_sign_following_PNAME_NS.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:number_sign_following_PNAME_NS;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:LITERAL_LONG2_with_REVERSE_SOLIDUS a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL_LONG2_with_REVERSE_SOLIDUS";
+  dc:description "REVERSE SOLIDUS at end of LITERAL_LONG2";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_REVERSE_SOLIDUS.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_REVERSE_SOLIDUS.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:LITERAL_LONG2_with_REVERSE_SOLIDUS;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-LITERAL2_with_langtag_and_datatype a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-num-05";
+  dc:description "Bad number format (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-LITERAL2_with_langtag_and_datatype.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-LITERAL2_with_langtag_and_datatype;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:two_LITERAL_LONG2s a earl:TestCriterion, earl:TestCase;
+  dc:title "two_LITERAL_LONG2s";
+  dc:description "two LITERAL_LONG2s testing quote delimiter overrun";
+  mf:action <http://www.w3.org/2013/TurtleTests/two_LITERAL_LONG2s.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/two_LITERAL_LONG2s.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:two_LITERAL_LONG2s;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:langtagged_LONG_with_subtag a earl:TestCriterion, earl:TestCase;
+  dc:title "langtagged_LONG_with_subtag";
+  dc:description "langtagged LONG with subtag \"\"\"Cheers\"\"\"@en-UK";
+  mf:action <http://www.w3.org/2013/TurtleTests/langtagged_LONG_with_subtag.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/langtagged_LONG_with_subtag.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:langtagged_LONG_with_subtag;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-file-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-file-01";
+  dc:description "Empty file";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-file-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-file-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-file-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-file-02";
+  dc:description "Only comment";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-file-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-file-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-file-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-file-03";
+  dc:description "One comment, one empty line";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-file-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-file-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-uri-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-uri-01";
+  dc:description "Only IRIs";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-uri-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-uri-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-uri-02";
+  dc:description "IRIs with Unicode escape";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-uri-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-uri-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-uri-03";
+  dc:description "IRIs with long Unicode escape";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-uri-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-uri-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-uri-04";
+  dc:description "Legal IRIs";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-uri-04;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-base-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-base-01";
+  dc:description "@base";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-base-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-base-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-base-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-base-02";
+  dc:description "BASE";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-base-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-base-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-base-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-base-03";
+  dc:description "@base with relative IRIs";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-base-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-base-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-base-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-base-04";
+  dc:description "base with relative IRIs";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-base-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-base-04;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-prefix-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-prefix-01";
+  dc:description "@prefix";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-prefix-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-prefix-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-prefix-02";
+  dc:description "PreFIX";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-prefix-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-prefix-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-prefix-03";
+  dc:description "Empty PREFIX";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-prefix-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-prefix-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-prefix-04";
+  dc:description "Empty @prefix with % escape";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-prefix-04;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-prefix-05 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-prefix-05";
+  dc:description "@prefix with no suffix";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-05.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-prefix-05;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-prefix-06 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-prefix-06";
+  dc:description "colon is a legal pname character";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-06.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-prefix-06;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-prefix-07 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-prefix-07";
+  dc:description "dash is a legal pname character";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-07.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-prefix-07;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-prefix-08 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-prefix-08";
+  dc:description "underscore is a legal pname character";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-08.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-prefix-08;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-prefix-09 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-prefix-09";
+  dc:description "percents in pnames";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-09.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-prefix-09;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-string-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-string-01";
+  dc:description "string literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-string-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-string-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-string-02";
+  dc:description "langString literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-string-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-string-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-string-03";
+  dc:description "langString literal with region";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-string-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-string-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-string-04";
+  dc:description "squote string literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-string-04;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-string-05 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-string-05";
+  dc:description "squote langString literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-05.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-string-05;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-string-06 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-string-06";
+  dc:description "squote langString literal with region";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-06.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-string-06;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-string-07 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-string-07";
+  dc:description "long string literal with embedded single- and double-quotes";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-07.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-string-07;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-string-08 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-string-08";
+  dc:description "long string literal with embedded newline";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-08.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-string-08;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-string-09 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-string-09";
+  dc:description "squote long string literal with embedded single- and double-quotes";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-09.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-string-09;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-string-10 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-string-10";
+  dc:description "long langString literal with embedded newline";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-10.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-string-10;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-string-11 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-string-11";
+  dc:description "squote long langString literal with embedded newline";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-11.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-string-11;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-str-esc-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-str-esc-01";
+  dc:description "string literal with escaped newline";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-str-esc-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-str-esc-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-str-esc-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-str-esc-02";
+  dc:description "string literal with Unicode escape";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-str-esc-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-str-esc-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-str-esc-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-str-esc-03";
+  dc:description "string literal with long Unicode escape";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-str-esc-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-str-esc-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-pname-esc-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-pname-esc-01";
+  dc:description "pname with back-slash escapes";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-pname-esc-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-pname-esc-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-pname-esc-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-pname-esc-02";
+  dc:description "pname with back-slash escapes (2)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-pname-esc-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-pname-esc-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-pname-esc-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-pname-esc-03";
+  dc:description "pname with back-slash escapes (3)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-pname-esc-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-pname-esc-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bnode-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bnode-01";
+  dc:description "bnode subject";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bnode-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bnode-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bnode-02";
+  dc:description "bnode object";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bnode-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bnode-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bnode-03";
+  dc:description "bnode property list object";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bnode-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bnode-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bnode-04";
+  dc:description "bnode property list object (2)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bnode-04;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bnode-05 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bnode-05";
+  dc:description "bnode property list subject";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-05.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bnode-05;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bnode-06 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bnode-06";
+  dc:description "labeled bnode subject";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-06.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bnode-06;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bnode-07 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bnode-07";
+  dc:description "labeled bnode subject and object";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-07.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bnode-07;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bnode-08 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bnode-08";
+  dc:description "bare bnode property list";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-08.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bnode-08;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bnode-09 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bnode-09";
+  dc:description "bnode property list";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-09.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bnode-09;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bnode-10 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bnode-10";
+  dc:description "mixed bnode property list and triple";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-10.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bnode-10;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-number-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-number-01";
+  dc:description "integer literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-number-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-number-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-number-02";
+  dc:description "negative integer literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-number-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-number-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-number-03";
+  dc:description "positive integer literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-number-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-number-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-number-04";
+  dc:description "decimal literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-number-04;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-number-05 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-number-05";
+  dc:description "decimal literal (no leading digits)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-05.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-number-05;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-number-06 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-number-06";
+  dc:description "negative decimal literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-06.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-number-06;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-number-07 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-number-07";
+  dc:description "positive decimal literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-07.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-number-07;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-number-08 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-number-08";
+  dc:description "integer literal with decimal lexical confusion";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-08.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-number-08;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-number-09 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-number-09";
+  dc:description "double literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-09.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-number-09;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-number-10 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-number-10";
+  dc:description "negative double literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-10.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-number-10;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-number-11 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-number-11";
+  dc:description "double literal no fraction";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-11.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-number-11;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-datatypes-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-datatypes-01";
+  dc:description "xsd:byte literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-datatypes-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-datatypes-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-datatypes-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-datatypes-02";
+  dc:description "integer as xsd:string";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-datatypes-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-datatypes-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-kw-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-kw-01";
+  dc:description "boolean literal (true)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-kw-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-kw-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-kw-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-kw-02";
+  dc:description "boolean literal (false)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-kw-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-kw-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-kw-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-kw-03";
+  dc:description "'a' as keyword";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-kw-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-kw-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-struct-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-struct-01";
+  dc:description "object list";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-struct-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-struct-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-struct-02";
+  dc:description "predicate list with object list";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-struct-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-struct-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-struct-03";
+  dc:description "predicate list with object list and dangling ';'";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-struct-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-struct-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-struct-04";
+  dc:description "predicate list with multiple ;;";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-struct-04;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-struct-05 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-struct-05";
+  dc:description "predicate list with multiple ;;";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-05.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-struct-05;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-lists-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-lists-01";
+  dc:description "empty list";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-lists-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-lists-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-lists-02";
+  dc:description "mixed list";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-lists-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-lists-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-lists-03";
+  dc:description "isomorphic list as subject and object";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-lists-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-lists-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-lists-04";
+  dc:description "lists of lists";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-lists-04;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-lists-05 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-lists-05";
+  dc:description "mixed lists with embedded lists";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-05.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-lists-05;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-uri-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-uri-01";
+  dc:description "Bad IRI : space (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-uri-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-uri-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-uri-02";
+  dc:description "Bad IRI : bad escape (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-uri-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-uri-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-uri-03";
+  dc:description "Bad IRI : bad long escape (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-uri-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-uri-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-uri-04";
+  dc:description "Bad IRI : character escapes not allowed (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-uri-04;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-uri-05 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-uri-05";
+  dc:description "Bad IRI : character escapes not allowed (2) (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-05.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-uri-05;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-prefix-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-prefix-01";
+  dc:description "No prefix (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-prefix-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-prefix-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-prefix-02";
+  dc:description "No prefix (2) (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-prefix-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-prefix-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-prefix-03";
+  dc:description "@prefix without URI (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-prefix-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-prefix-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-prefix-04";
+  dc:description "@prefix without prefix name (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-prefix-04;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-prefix-05 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-prefix-05";
+  dc:description "@prefix without ':' (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-05.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-prefix-05;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-base-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-base-01";
+  dc:description "@base without URI (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-base-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-base-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-base-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-base-02";
+  dc:description "@base in wrong case (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-base-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-base-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-base-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-base-03";
+  dc:description "BASE without URI (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-base-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-base-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-01";
+  dc:description "Turtle is not TriG (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-struct-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-02";
+  dc:description "Turtle is not N3 (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-struct-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-03";
+  dc:description "Turtle is not NQuads (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-struct-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-04";
+  dc:description "Turtle does not allow literals-as-subjects (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-struct-04;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-05 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-05";
+  dc:description "Turtle does not allow literals-as-predicates (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-05.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-struct-05;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-06 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-06";
+  dc:description "Turtle does not allow bnodes-as-predicates (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-06.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-struct-06;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-07 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-07";
+  dc:description "Turtle does not allow labeled bnodes-as-predicates (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-07.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-struct-07;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-kw-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-kw-01";
+  dc:description "'A' is not a keyword (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-kw-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-kw-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-kw-02";
+  dc:description "'a' cannot be used as subject (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-kw-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-kw-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-kw-03";
+  dc:description "'a' cannot be used as object (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-kw-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-kw-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-kw-04";
+  dc:description "'true' cannot be used as subject (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-kw-04;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-kw-05 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-kw-05";
+  dc:description "'true' cannot be used as object (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-05.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-kw-05;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-n3-extras-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-n3-extras-01";
+  dc:description "{} fomulae not in Turtle (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-n3-extras-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-n3-extras-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-n3-extras-02";
+  dc:description "= is not Turtle (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-n3-extras-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-n3-extras-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-n3-extras-03";
+  dc:description "N3 paths not in Turtle (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-n3-extras-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-n3-extras-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-n3-extras-04";
+  dc:description "N3 paths not in Turtle (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-n3-extras-04;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-n3-extras-05 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-n3-extras-05";
+  dc:description "N3 is...of not in Turtle (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-05.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-n3-extras-05;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-n3-extras-06 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-n3-extras-06";
+  dc:description "N3 paths not in Turtle (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-06.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-n3-extras-06;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-n3-extras-07 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-n3-extras-07";
+  dc:description "@keywords is not Turtle (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-07.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-n3-extras-07;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-n3-extras-08 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-n3-extras-08";
+  dc:description "@keywords is not Turtle (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-08.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-n3-extras-08;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-n3-extras-09 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-n3-extras-09";
+  dc:description "=> is not Turtle (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-09.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-n3-extras-09;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-n3-extras-10 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-n3-extras-10";
+  dc:description "<= is not Turtle (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-10.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-n3-extras-10;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-n3-extras-11 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-n3-extras-11";
+  dc:description "@forSome is not Turtle (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-11.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-n3-extras-11;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-n3-extras-12 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-n3-extras-12";
+  dc:description "@forAll is not Turtle (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-12.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-n3-extras-12;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-n3-extras-13 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-n3-extras-13";
+  dc:description "@keywords is not Turtle (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-13.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-n3-extras-13;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-08 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-08";
+  dc:description "missing '.' (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-08.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-struct-08;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-09 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-09";
+  dc:description "extra '.' (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-09.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-struct-09;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-10 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-10";
+  dc:description "extra '.' (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-10.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-struct-10;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-11 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-11";
+  dc:description "trailing ';' no '.' (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-11.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-struct-11;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-12 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-12";
+  dc:description "subject, predicate, no object (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-12.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-struct-12;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-13 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-13";
+  dc:description "subject, predicate, no object (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-13.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-struct-13;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-14 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-14";
+  dc:description "literal as subject (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-14.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-struct-14;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-15 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-15";
+  dc:description "literal as predicate (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-15.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-struct-15;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-16 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-16";
+  dc:description "bnode as predicate (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-16.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-struct-16;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-17 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-17";
+  dc:description "labeled bnode as predicate (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-17.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-struct-17;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-lang-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-lang-01";
+  dc:description "langString with bad lang (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-lang-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-lang-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-esc-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-esc-01";
+  dc:description "Bad string escape (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-esc-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-esc-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-esc-02";
+  dc:description "Bad string escape (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-esc-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-esc-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-esc-03";
+  dc:description "Bad string escape (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-esc-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-esc-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-esc-04";
+  dc:description "Bad string escape (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-esc-04;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-pname-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-pname-01";
+  dc:description "'~' must be escaped in pname (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-pname-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-pname-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-pname-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-pname-02";
+  dc:description "Bad %-sequence in pname (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-pname-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-pname-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-pname-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-pname-03";
+  dc:description "Bad unicode escape in pname (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-pname-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-pname-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-string-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-string-01";
+  dc:description "mismatching string literal open/close (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-string-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-string-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-string-02";
+  dc:description "mismatching string literal open/close (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-string-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-string-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-string-03";
+  dc:description "mismatching string literal long/short (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-string-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-string-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-string-04";
+  dc:description "mismatching long string literal open/close (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-string-04;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-string-05 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-string-05";
+  dc:description "Long literal with missing end (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-05.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-string-05;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-string-06 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-string-06";
+  dc:description "Long literal with extra quote (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-06.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-string-06;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-string-07 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-string-07";
+  dc:description "Long literal with extra squote (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-07.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-string-07;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-num-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-num-01";
+  dc:description "Bad number format (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-num-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-num-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-num-02";
+  dc:description "Bad number format (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-num-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-num-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-num-03";
+  dc:description "Bad number format (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-num-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-num-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-num-04";
+  dc:description "Bad number format (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-num-04;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-num-05 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-num-05";
+  dc:description "Bad number format (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-05.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-num-05;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-eval-struct-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-eval-struct-01";
+  dc:description "triple with IRIs";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-struct-01.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-eval-struct-01.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-eval-struct-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-eval-struct-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-eval-struct-02";
+  dc:description "triple with IRIs and embedded whitespace";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-struct-02.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-eval-struct-02.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-eval-struct-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-subm-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-01";
+  dc:description "Blank subject";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-01.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-01.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-subm-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-02";
+  dc:description "@prefix and qnames";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-02.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-02.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-subm-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-03";
+  dc:description ", operator";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-03.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-03.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-subm-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-04";
+  dc:description "; operator";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-04.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-04.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-04;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-subm-05 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-05";
+  dc:description "empty [] as subject and object";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-05.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-05.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-05;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-subm-06 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-06";
+  dc:description "non-empty [] as subject and object";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-06.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-06.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-06;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-subm-07 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-07";
+  dc:description "'a' as predicate";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-07.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-07.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-07;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-subm-08 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-08";
+  dc:description "simple collection";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-08.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-08.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-08;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-subm-09 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-09";
+  dc:description "empty collection";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-09.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-09.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-09;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-subm-10 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-10";
+  dc:description "integer datatyped literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-10.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-10.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-10;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-subm-11 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-11";
+  dc:description "decimal integer canonicalization";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-11.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-11.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-11;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-subm-12 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-12";
+  dc:description "- and _ in names and qnames";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-12.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-12.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-12;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-subm-13 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-13";
+  dc:description "tests for rdf:_<numbers> and other qnames starting with _";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-13.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-13.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-13;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-subm-14 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-14";
+  dc:description "bare : allowed";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-14.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-14.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-14;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-subm-15 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-15";
+  dc:description "simple long literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-15.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-15.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-15;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-subm-16 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-16";
+  dc:description "long literals with escapes";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-16.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-16.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-16;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-subm-17 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-17";
+  dc:description "floating point number";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-17.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-17.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-17;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-subm-18 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-18";
+  dc:description "empty literals, normal and long variant";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-18.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-18.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-18;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-subm-19 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-19";
+  dc:description "positive integer, decimal and doubles";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-19.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-19.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-19;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-subm-20 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-20";
+  dc:description "negative integer, decimal and doubles";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-20.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-20.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-20;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-subm-21 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-21";
+  dc:description "long literal ending in double quote";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-21.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-21.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-21;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-subm-22 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-22";
+  dc:description "boolean literals";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-22.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-22.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-22;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-subm-23 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-23";
+  dc:description "comments";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-23.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-23.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-23;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-subm-24 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-24";
+  dc:description "no final mewline";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-24.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-24.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-24;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-subm-25 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-25";
+  dc:description "repeating a @prefix changes pname definition";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-25.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-25.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-25;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-subm-26 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-26";
+  dc:description "Variations on decimal canonicalization";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-26.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-26.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-26;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-subm-27 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-27";
+  dc:description "Repeating @base changes base for relative IRI lookup";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-27.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-27.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-27;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-eval-bad-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-eval-bad-01";
+  dc:description "Bad IRI : good escape, bad charcater (negative evaluation test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-bad-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-eval-bad-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-eval-bad-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-eval-bad-02";
+  dc:description "Bad IRI : hex 3C is < (negative evaluation test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-bad-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-eval-bad-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-eval-bad-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-eval-bad-03";
+  dc:description "Bad IRI : hex 3E is  (negative evaluation test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-bad-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-eval-bad-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-eval-bad-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-eval-bad-04";
+  dc:description "Bad IRI : {abc} (negative evaluation test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-bad-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-eval-bad-04;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-blank-label-dot-end a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-blank-label-dot-end";
+  dc:description "Blank node label must not end in dot";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-blank-label-dot-end.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-blank-label-dot-end;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-ln-dash-start a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-ln-dash-start";
+  dc:description "Local name must not begin with dash";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ln-dash-start.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-ln-dash-start;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-ln-escape-start a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-ln-escape-start";
+  dc:description "Bad hex escape at start of local name";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ln-escape-start.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-ln-escape-start;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-ln-escape a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-ln-escape";
+  dc:description "Bad hex escape in local name";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ln-escape.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-ln-escape;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-missing-ns-dot-end a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-missing-ns-dot-end";
+  dc:description "Prefix must not end in dot (error in triple, not prefix directive like turtle-syntax-bad-ns-dot-end)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-missing-ns-dot-end.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-missing-ns-dot-end;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-missing-ns-dot-start a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-missing-ns-dot-start";
+  dc:description "Prefix must not start with dot (error in triple, not prefix directive like turtle-syntax-bad-ns-dot-end)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-missing-ns-dot-start.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-missing-ns-dot-start;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-ns-dot-end a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-ns-dot-end";
+  dc:description "Prefix must not end in dot";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ns-dot-end.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-ns-dot-end;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-ns-dot-start a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-ns-dot-start";
+  dc:description "Prefix must not start with dot";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ns-dot-start.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-ns-dot-start;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-bad-number-dot-in-anon a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-number-dot-in-anon";
+  dc:description "Dot delimeter may not appear in anonymous nodes";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-number-dot-in-anon.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-number-dot-in-anon;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-blank-label a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-blank-label";
+  dc:description "Characters allowed in blank node labels";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-blank-label.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-blank-label;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-ln-colons a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-ln-colons";
+  dc:description "Colons in pname local names";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-ln-colons.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-ln-colons;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-ln-dots a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-ln-dots";
+  dc:description "Dots in pname local names";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-ln-dots.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-ln-dots;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
+
+manifest:turtle-syntax-ns-dots a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-ns-dots";
+  dc:description "Dots in namespace names";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-ns-dots.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-ns-dots;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ).
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-turtle/reports/earl-node-n3-2013-08-10.ttl	Sat Aug 10 17:18:38 2013 -0700
@@ -0,0 +1,3953 @@
+@prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#>.
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
+@prefix rdft: <http://www.w3.org/ns/rdftest#>.
+@prefix dc: <http://purl.org/dc/terms/>.
+@prefix doap: <http://usefulinc.com/ns/doap#>.
+@prefix earl: <http://www.w3.org/ns/earl#>.
+@prefix foaf: <http://xmlns.com/foaf/0.1/>.
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
+@prefix manifest: <http://www.w3.org/2013/TurtleTests/manifest.ttl#>.
+
+<> foaf:primaryTopic <https://github.com/RubenVerborgh/node-n3#node-n3>;
+  dc:issued "2013-08-10T10:49:11.302Z"^^xsd:dateTime;
+  foaf:maker <http://ruben.verborgh.org/#me>.
+
+<https://github.com/RubenVerborgh/node-n3#node-n3> a earl:Software, earl:TestSubject, doap:Project;
+  doap:name "node-n3";
+  doap:homepage <https://github.com/RubenVerborgh/node-n3>;
+  doap:license <http://opensource.org/licenses/MIT>;
+  doap:programming-language "JavaScript";
+  doap:implements <http://www.w3.org/TR/turtle/>;
+  doap:category <http://dbpedia.org/resource/Resource_Description_Framework>;
+  doap:download-page <https://npmjs.org/package/n3>;
+  doap:bug-database <https://github.com/RubenVerborgh/node-n3/issues>;
+  doap:blog <http://ruben.verborgh.org/blog/>;
+  doap:developer <http://ruben.verborgh.org/#me>;
+  doap:maintainer <http://ruben.verborgh.org/#me>;
+  doap:documenter <http://ruben.verborgh.org/#me>;
+  doap:maker <http://ruben.verborgh.org/#me>;
+  dc:title "node-n3";
+  dc:description "node-n3 is an asynchronous, streaming Turtle parser for JavaScript."@en;
+  dc:creator <http://ruben.verborgh.org/#me>.
+
+<http://ruben.verborgh.org/#me> a foaf:Person, earl:Assertor;
+  foaf:name "Ruben Verborgh";
+  foaf:homepage <http://ruben.verborgh.org/>;
+  foaf:primaryTopicOf <http://ruben.verborgh.org/profile/>;
+  rdfs:isDefinedBy <http://ruben.verborgh.org/profile/>.
+
+manifest:IRI_subject a earl:TestCriterion, earl:TestCase;
+  dc:title "IRI_subject";
+  dc:description "IRI subject";
+  mf:action <http://www.w3.org/2013/TurtleTests/IRI_subject.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:IRI_subject;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:IRI_with_four_digit_numeric_escape a earl:TestCriterion, earl:TestCase;
+  dc:title "IRI_with_four_digit_numeric_escape";
+  dc:description "IRI with four digit numeric escape (\\u)";
+  mf:action <http://www.w3.org/2013/TurtleTests/IRI_with_four_digit_numeric_escape.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:IRI_with_four_digit_numeric_escape;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:IRI_with_eight_digit_numeric_escape a earl:TestCriterion, earl:TestCase;
+  dc:title "IRI_with_eight_digit_numeric_escape";
+  dc:description "IRI with eight digit numeric escape (\\U)";
+  mf:action <http://www.w3.org/2013/TurtleTests/IRI_with_eight_digit_numeric_escape.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:IRI_with_eight_digit_numeric_escape;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:IRI_with_all_punctuation a earl:TestCriterion, earl:TestCase;
+  dc:title "IRI_with_all_punctuation";
+  dc:description "IRI with all punctuation";
+  mf:action <http://www.w3.org/2013/TurtleTests/IRI_with_all_punctuation.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_with_all_punctuation.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:IRI_with_all_punctuation;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:bareword_a_predicate a earl:TestCriterion, earl:TestCase;
+  dc:title "bareword_a_predicate";
+  dc:description "bareword a predicate";
+  mf:action <http://www.w3.org/2013/TurtleTests/bareword_a_predicate.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/bareword_a_predicate.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:bareword_a_predicate;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:old_style_prefix a earl:TestCriterion, earl:TestCase;
+  dc:title "old_style_prefix";
+  dc:description "old-style prefix";
+  mf:action <http://www.w3.org/2013/TurtleTests/old_style_prefix.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:old_style_prefix;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:SPARQL_style_prefix a earl:TestCriterion, earl:TestCase;
+  dc:title "SPARQL_style_prefix";
+  dc:description "SPARQL-style prefix";
+  mf:action <http://www.w3.org/2013/TurtleTests/SPARQL_style_prefix.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:SPARQL_style_prefix;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:prefixed_IRI_predicate a earl:TestCriterion, earl:TestCase;
+  dc:title "prefixed_IRI_predicate";
+  dc:description "prefixed IRI predicate";
+  mf:action <http://www.w3.org/2013/TurtleTests/prefixed_IRI_predicate.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:prefixed_IRI_predicate;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:prefixed_IRI_object a earl:TestCriterion, earl:TestCase;
+  dc:title "prefixed_IRI_object";
+  dc:description "prefixed IRI object";
+  mf:action <http://www.w3.org/2013/TurtleTests/prefixed_IRI_object.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:prefixed_IRI_object;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:prefix_only_IRI a earl:TestCriterion, earl:TestCase;
+  dc:title "prefix_only_IRI";
+  dc:description "prefix-only IRI (p:)";
+  mf:action <http://www.w3.org/2013/TurtleTests/prefix_only_IRI.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:prefix_only_IRI;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:prefix_with_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
+  dc:title "prefix_with_PN_CHARS_BASE_character_boundaries";
+  dc:description "prefix with PN CHARS BASE character boundaries (prefix: AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...:)";
+  mf:action <http://www.w3.org/2013/TurtleTests/prefix_with_PN_CHARS_BASE_character_boundaries.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:prefix_with_PN_CHARS_BASE_character_boundaries;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:prefix_with_non_leading_extras a earl:TestCriterion, earl:TestCase;
+  dc:title "prefix_with_non_leading_extras";
+  dc:description "prefix with_non_leading_extras (_:a\u00b7\u0300\u036f\u203f.\u2040)";
+  mf:action <http://www.w3.org/2013/TurtleTests/prefix_with_non_leading_extras.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:prefix_with_non_leading_extras;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:default_namespace_IRI a earl:TestCriterion, earl:TestCase;
+  dc:title "default_namespace_IRI";
+  dc:description "default namespace IRI (:ln)";
+  mf:action <http://www.w3.org/2013/TurtleTests/default_namespace_IRI.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:default_namespace_IRI;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:prefix_reassigned_and_used a earl:TestCriterion, earl:TestCase;
+  dc:title "prefix_reassigned_and_used";
+  dc:description "prefix reassigned and used";
+  mf:action <http://www.w3.org/2013/TurtleTests/prefix_reassigned_and_used.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/prefix_reassigned_and_used.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:prefix_reassigned_and_used;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:reserved_escaped_localName a earl:TestCriterion, earl:TestCase;
+  dc:title "reserved_escaped_localName";
+  dc:description "reserved-escaped local name";
+  mf:action <http://www.w3.org/2013/TurtleTests/reserved_escaped_localName.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/reserved_escaped_localName.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:reserved_escaped_localName;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:percent_escaped_localName a earl:TestCriterion, earl:TestCase;
+  dc:title "percent_escaped_localName";
+  dc:description "percent-escaped local name";
+  mf:action <http://www.w3.org/2013/TurtleTests/percent_escaped_localName.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/percent_escaped_localName.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:percent_escaped_localName;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:HYPHEN_MINUS_in_localName a earl:TestCriterion, earl:TestCase;
+  dc:title "HYPHEN_MINUS_in_localName";
+  dc:description "HYPHEN-MINUS in local name";
+  mf:action <http://www.w3.org/2013/TurtleTests/HYPHEN_MINUS_in_localName.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/HYPHEN_MINUS_in_localName.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:HYPHEN_MINUS_in_localName;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:underscore_in_localName a earl:TestCriterion, earl:TestCase;
+  dc:title "underscore_in_localName";
+  dc:description "underscore in local name";
+  mf:action <http://www.w3.org/2013/TurtleTests/underscore_in_localName.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/underscore_in_localName.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:underscore_in_localName;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:localname_with_COLON a earl:TestCriterion, earl:TestCase;
+  dc:title "localname_with_COLON";
+  dc:description "localname with COLON";
+  mf:action <http://www.w3.org/2013/TurtleTests/localname_with_COLON.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/localname_with_COLON.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:localname_with_COLON;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
+  dc:title "localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries";
+  dc:description "localName with assigned, NFC-normalized, basic-multilingual-plane PN CHARS BASE character boundaries (p:AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...)";
+  mf:action <http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
+  dc:title "localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries";
+  dc:description "localName with assigned, NFC-normalized PN CHARS BASE character boundaries (p:AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...)";
+  mf:action <http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:localName_with_nfc_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
+  dc:title "localName_with_nfc_PN_CHARS_BASE_character_boundaries";
+  dc:description "localName with nfc-normalize PN CHARS BASE character boundaries (p:AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...)";
+  mf:action <http://www.w3.org/2013/TurtleTests/localName_with_nfc_PN_CHARS_BASE_character_boundaries.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/localName_with_nfc_PN_CHARS_BASE_character_boundaries.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:localName_with_nfc_PN_CHARS_BASE_character_boundaries;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:localName_with_leading_underscore a earl:TestCriterion, earl:TestCase;
+  dc:title "localName_with_leading_underscore";
+  dc:description "localName with leading underscore (p:_)";
+  mf:action <http://www.w3.org/2013/TurtleTests/localName_with_leading_underscore.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/localName_with_leading_underscore.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:localName_with_leading_underscore;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:localName_with_leading_digit a earl:TestCriterion, earl:TestCase;
+  dc:title "localName_with_leading_digit";
+  dc:description "localName with leading digit (p:_)";
+  mf:action <http://www.w3.org/2013/TurtleTests/localName_with_leading_digit.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/localName_with_leading_digit.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:localName_with_leading_digit;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:localName_with_non_leading_extras a earl:TestCriterion, earl:TestCase;
+  dc:title "localName_with_non_leading_extras";
+  dc:description "localName with_non_leading_extras (_:a\u00b7\u0300\u036f\u203f.\u2040)";
+  mf:action <http://www.w3.org/2013/TurtleTests/localName_with_non_leading_extras.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/localName_with_non_leading_extras.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:localName_with_non_leading_extras;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:old_style_base a earl:TestCriterion, earl:TestCase;
+  dc:title "old_style_base";
+  dc:description "old-style base";
+  mf:action <http://www.w3.org/2013/TurtleTests/old_style_base.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:old_style_base;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:SPARQL_style_base a earl:TestCriterion, earl:TestCase;
+  dc:title "SPARQL_style_base";
+  dc:description "SPARQL-style base";
+  mf:action <http://www.w3.org/2013/TurtleTests/SPARQL_style_base.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:SPARQL_style_base;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:labeled_blank_node_subject a earl:TestCriterion, earl:TestCase;
+  dc:title "labeled_blank_node_subject";
+  dc:description "labeled blank node subject";
+  mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:labeled_blank_node_subject;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:labeled_blank_node_object a earl:TestCriterion, earl:TestCase;
+  dc:title "labeled_blank_node_object";
+  dc:description "labeled blank node object";
+  mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:labeled_blank_node_object;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:labeled_blank_node_with_PN_CHARS_BASE_character_boundaries a earl:TestCriterion, earl:TestCase;
+  dc:title "labeled_blank_node_with_PN_CHARS_BASE_character_boundaries";
+  dc:description "labeled blank node with PN_CHARS_BASE character boundaries (_:AZaz\u00c0\u00d6\u00d8\u00f6\u00f8...)";
+  mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_PN_CHARS_BASE_character_boundaries.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:labeled_blank_node_with_PN_CHARS_BASE_character_boundaries;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:labeled_blank_node_with_leading_underscore a earl:TestCriterion, earl:TestCase;
+  dc:title "labeled_blank_node_with_leading_underscore";
+  dc:description "labeled blank node with_leading_underscore (_:_)";
+  mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_leading_underscore.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:labeled_blank_node_with_leading_underscore;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:labeled_blank_node_with_leading_digit a earl:TestCriterion, earl:TestCase;
+  dc:title "labeled_blank_node_with_leading_digit";
+  dc:description "labeled blank node with_leading_digit (_:0)";
+  mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_leading_digit.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:labeled_blank_node_with_leading_digit;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:labeled_blank_node_with_non_leading_extras a earl:TestCriterion, earl:TestCase;
+  dc:title "labeled_blank_node_with_non_leading_extras";
+  dc:description "labeled blank node with_non_leading_extras (_:a\u00b7\u0300\u036f\u203f.\u2040)";
+  mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_non_leading_extras.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:labeled_blank_node_with_non_leading_extras;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:anonymous_blank_node_subject a earl:TestCriterion, earl:TestCase;
+  dc:title "anonymous_blank_node_subject";
+  dc:description "anonymous blank node subject";
+  mf:action <http://www.w3.org/2013/TurtleTests/anonymous_blank_node_subject.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:anonymous_blank_node_subject;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:anonymous_blank_node_object a earl:TestCriterion, earl:TestCase;
+  dc:title "anonymous_blank_node_object";
+  dc:description "anonymous blank node object";
+  mf:action <http://www.w3.org/2013/TurtleTests/anonymous_blank_node_object.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:anonymous_blank_node_object;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:sole_blankNodePropertyList a earl:TestCriterion, earl:TestCase;
+  dc:title "sole_blankNodePropertyList";
+  dc:description "sole blankNodePropertyList [ <p> <o> ] .";
+  mf:action <http://www.w3.org/2013/TurtleTests/sole_blankNodePropertyList.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:sole_blankNodePropertyList;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:blankNodePropertyList_as_subject a earl:TestCriterion, earl:TestCase;
+  dc:title "blankNodePropertyList_as_subject";
+  dc:description "blankNodePropertyList as subject [ \u2026 ] <p> <o> .";
+  mf:action <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_subject.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_subject.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:blankNodePropertyList_as_subject;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:blankNodePropertyList_as_object a earl:TestCriterion, earl:TestCase;
+  dc:title "blankNodePropertyList_as_object";
+  dc:description "blankNodePropertyList as object <s> <p> [ \u2026 ] .";
+  mf:action <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_object.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_object.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:blankNodePropertyList_as_object;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:blankNodePropertyList_with_multiple_triples a earl:TestCriterion, earl:TestCase;
+  dc:title "blankNodePropertyList_with_multiple_triples";
+  dc:description "blankNodePropertyList with multiple triples [ <s> <p> ; <s2> <p2> ]";
+  mf:action <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_with_multiple_triples.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_with_multiple_triples.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:blankNodePropertyList_with_multiple_triples;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:nested_blankNodePropertyLists a earl:TestCriterion, earl:TestCase;
+  dc:title "nested_blankNodePropertyLists";
+  dc:description "nested blankNodePropertyLists [ <p1> [ <p2> <o2> ] ; <p3> <o3> ]";
+  mf:action <http://www.w3.org/2013/TurtleTests/nested_blankNodePropertyLists.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/nested_blankNodePropertyLists.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:nested_blankNodePropertyLists;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:blankNodePropertyList_containing_collection a earl:TestCriterion, earl:TestCase;
+  dc:title "blankNodePropertyList_containing_collection";
+  dc:description "blankNodePropertyList containing collection [ <p1> ( \u2026 ) ]";
+  mf:action <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_containing_collection.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_containing_collection.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:blankNodePropertyList_containing_collection;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:collection_subject a earl:TestCriterion, earl:TestCase;
+  dc:title "collection_subject";
+  dc:description "collection subject";
+  mf:action <http://www.w3.org/2013/TurtleTests/collection_subject.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/collection_subject.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:collection_subject;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:collection_object a earl:TestCriterion, earl:TestCase;
+  dc:title "collection_object";
+  dc:description "collection object";
+  mf:action <http://www.w3.org/2013/TurtleTests/collection_object.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/collection_object.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:collection_object;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:empty_collection a earl:TestCriterion, earl:TestCase;
+  dc:title "empty_collection";
+  dc:description "empty collection ()";
+  mf:action <http://www.w3.org/2013/TurtleTests/empty_collection.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/empty_collection.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:empty_collection;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:nested_collection a earl:TestCriterion, earl:TestCase;
+  dc:title "nested_collection";
+  dc:description "nested collection (())";
+  mf:action <http://www.w3.org/2013/TurtleTests/nested_collection.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/nested_collection.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:nested_collection;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:first a earl:TestCriterion, earl:TestCase;
+  dc:title "first";
+  dc:description "first, not last, non-empty nested collection";
+  mf:action <http://www.w3.org/2013/TurtleTests/first.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/first.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:first;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:last a earl:TestCriterion, earl:TestCase;
+  dc:title "last";
+  dc:description "last, not first, non-empty nested collection";
+  mf:action <http://www.w3.org/2013/TurtleTests/last.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/last.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:last;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:LITERAL1 a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL1";
+  dc:description "LITERAL1 'x'";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:LITERAL1;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:LITERAL1_ascii_boundaries a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL1_ascii_boundaries";
+  dc:description "LITERAL1_ascii_boundaries '\\x00\\x09\\x0b\\x0c\\x0e\\x26\\x28...'";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1_ascii_boundaries.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1_ascii_boundaries.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:LITERAL1_ascii_boundaries;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:LITERAL1_with_UTF8_boundaries a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL1_with_UTF8_boundaries";
+  dc:description "LITERAL1_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1_with_UTF8_boundaries.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:LITERAL1_with_UTF8_boundaries;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:LITERAL1_all_controls a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL1_all_controls";
+  dc:description "LITERAL1_all_controls '\\x00\\x01\\x02\\x03\\x04...'";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1_all_controls.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1_all_controls.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:LITERAL1_all_controls;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:LITERAL1_all_punctuation a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL1_all_punctuation";
+  dc:description "LITERAL1_all_punctuation '!\"#$%&()...'";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1_all_punctuation.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1_all_punctuation.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:LITERAL1_all_punctuation;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:LITERAL_LONG1 a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL_LONG1";
+  dc:description "LITERAL_LONG1 '''x'''";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:LITERAL_LONG1;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:LITERAL_LONG1_ascii_boundaries a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL_LONG1_ascii_boundaries";
+  dc:description "LITERAL_LONG1_ascii_boundaries '\\x00\\x26\\x28...'";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_ascii_boundaries.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_ascii_boundaries.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:LITERAL_LONG1_ascii_boundaries;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:LITERAL_LONG1_with_UTF8_boundaries a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL_LONG1_with_UTF8_boundaries";
+  dc:description "LITERAL_LONG1_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_UTF8_boundaries.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:LITERAL_LONG1_with_UTF8_boundaries;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:LITERAL_LONG1_with_1_squote a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL_LONG1_with_1_squote";
+  dc:description "LITERAL_LONG1 with 1 squote '''a'b'''";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_1_squote.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_1_squote.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:LITERAL_LONG1_with_1_squote;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:LITERAL_LONG1_with_2_squotes a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL_LONG1_with_2_squotes";
+  dc:description "LITERAL_LONG1 with 2 squotes '''a''b'''";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_2_squotes.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_2_squotes.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:LITERAL_LONG1_with_2_squotes;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:LITERAL2 a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL2";
+  dc:description "LITERAL2 \"x\"";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL2.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:LITERAL2;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:LITERAL2_ascii_boundaries a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL2_ascii_boundaries";
+  dc:description "LITERAL2_ascii_boundaries '\\x00\\x09\\x0b\\x0c\\x0e\\x21\\x23...'";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL2_ascii_boundaries.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL2_ascii_boundaries.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:LITERAL2_ascii_boundaries;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:LITERAL2_with_UTF8_boundaries a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL2_with_UTF8_boundaries";
+  dc:description "LITERAL2_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL2_with_UTF8_boundaries.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:LITERAL2_with_UTF8_boundaries;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:LITERAL_LONG2 a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL_LONG2";
+  dc:description "LITERAL_LONG2 \"\"\"x\"\"\"";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL1.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:LITERAL_LONG2;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:LITERAL_LONG2_ascii_boundaries a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL_LONG2_ascii_boundaries";
+  dc:description "LITERAL_LONG2_ascii_boundaries '\\x00\\x21\\x23...'";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_ascii_boundaries.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_ascii_boundaries.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:LITERAL_LONG2_ascii_boundaries;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:LITERAL_LONG2_with_UTF8_boundaries a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL_LONG2_with_UTF8_boundaries";
+  dc:description "LITERAL_LONG2_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_UTF8_boundaries.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:LITERAL_LONG2_with_UTF8_boundaries;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:LITERAL_LONG2_with_1_squote a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL_LONG2_with_1_squote";
+  dc:description "LITERAL_LONG2 with 1 squote \"\"\"a\"b\"\"\"";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_1_squote.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_1_squote.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:LITERAL_LONG2_with_1_squote;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:LITERAL_LONG2_with_2_squotes a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL_LONG2_with_2_squotes";
+  dc:description "LITERAL_LONG2 with 2 squotes \"\"\"a\"\"b\"\"\"";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_2_squotes.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_2_squotes.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:LITERAL_LONG2_with_2_squotes;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:literal_with_CHARACTER_TABULATION a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_with_CHARACTER_TABULATION";
+  dc:description "literal with CHARACTER TABULATION";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_CHARACTER_TABULATION.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_CHARACTER_TABULATION.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:literal_with_CHARACTER_TABULATION;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:literal_with_BACKSPACE a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_with_BACKSPACE";
+  dc:description "literal with BACKSPACE";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_BACKSPACE.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_BACKSPACE.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:literal_with_BACKSPACE;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:literal_with_LINE_FEED a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_with_LINE_FEED";
+  dc:description "literal with LINE FEED";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_LINE_FEED.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_LINE_FEED.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:literal_with_LINE_FEED;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:literal_with_CARRIAGE_RETURN a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_with_CARRIAGE_RETURN";
+  dc:description "literal with CARRIAGE RETURN";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_CARRIAGE_RETURN.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_CARRIAGE_RETURN.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:literal_with_CARRIAGE_RETURN;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:literal_with_FORM_FEED a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_with_FORM_FEED";
+  dc:description "literal with FORM FEED";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_FORM_FEED.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_FORM_FEED.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:literal_with_FORM_FEED;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:literal_with_REVERSE_SOLIDUS a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_with_REVERSE_SOLIDUS";
+  dc:description "literal with REVERSE SOLIDUS";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_REVERSE_SOLIDUS.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_REVERSE_SOLIDUS.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:literal_with_REVERSE_SOLIDUS;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:literal_with_escaped_CHARACTER_TABULATION a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_with_escaped_CHARACTER_TABULATION";
+  dc:description "literal with escaped CHARACTER TABULATION";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_CHARACTER_TABULATION.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_CHARACTER_TABULATION.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:literal_with_escaped_CHARACTER_TABULATION;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:literal_with_escaped_BACKSPACE a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_with_escaped_BACKSPACE";
+  dc:description "literal with escaped BACKSPACE";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_BACKSPACE.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_BACKSPACE.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:literal_with_escaped_BACKSPACE;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:literal_with_escaped_LINE_FEED a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_with_escaped_LINE_FEED";
+  dc:description "literal with escaped LINE FEED";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_LINE_FEED.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_LINE_FEED.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:literal_with_escaped_LINE_FEED;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:literal_with_escaped_CARRIAGE_RETURN a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_with_escaped_CARRIAGE_RETURN";
+  dc:description "literal with escaped CARRIAGE RETURN";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_CARRIAGE_RETURN.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_CARRIAGE_RETURN.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:literal_with_escaped_CARRIAGE_RETURN;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:literal_with_escaped_FORM_FEED a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_with_escaped_FORM_FEED";
+  dc:description "literal with escaped FORM FEED";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_FORM_FEED.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_FORM_FEED.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:literal_with_escaped_FORM_FEED;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:literal_with_numeric_escape4 a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_with_numeric_escape4";
+  dc:description "literal with numeric escape4 \\u";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape4.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape4.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:literal_with_numeric_escape4;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:literal_with_numeric_escape8 a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_with_numeric_escape8";
+  dc:description "literal with numeric escape8 \\U";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape8.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape4.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:literal_with_numeric_escape8;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:IRIREF_datatype a earl:TestCriterion, earl:TestCase;
+  dc:title "IRIREF_datatype";
+  dc:description "IRIREF datatype \"\"^^<t>";
+  mf:action <http://www.w3.org/2013/TurtleTests/IRIREF_datatype.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRIREF_datatype.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:IRIREF_datatype;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:prefixed_name_datatype a earl:TestCriterion, earl:TestCase;
+  dc:title "prefixed_name_datatype";
+  dc:description "prefixed name datatype \"\"^^p:t";
+  mf:action <http://www.w3.org/2013/TurtleTests/prefixed_name_datatype.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRIREF_datatype.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:prefixed_name_datatype;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:bareword_integer a earl:TestCriterion, earl:TestCase;
+  dc:title "bareword_integer";
+  dc:description "bareword integer";
+  mf:action <http://www.w3.org/2013/TurtleTests/bareword_integer.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRIREF_datatype.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:bareword_integer;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:bareword_decimal a earl:TestCriterion, earl:TestCase;
+  dc:title "bareword_decimal";
+  dc:description "bareword decimal";
+  mf:action <http://www.w3.org/2013/TurtleTests/bareword_decimal.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/bareword_decimal.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:bareword_decimal;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:bareword_double a earl:TestCriterion, earl:TestCase;
+  dc:title "bareword_double";
+  dc:description "bareword double";
+  mf:action <http://www.w3.org/2013/TurtleTests/bareword_double.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/bareword_double.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:bareword_double;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:double_lower_case_e a earl:TestCriterion, earl:TestCase;
+  dc:title "double_lower_case_e";
+  dc:description "double lower case e";
+  mf:action <http://www.w3.org/2013/TurtleTests/double_lower_case_e.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/double_lower_case_e.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:double_lower_case_e;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:negative_numeric a earl:TestCriterion, earl:TestCase;
+  dc:title "negative_numeric";
+  dc:description "negative numeric";
+  mf:action <http://www.w3.org/2013/TurtleTests/negative_numeric.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/negative_numeric.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:negative_numeric;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:positive_numeric a earl:TestCriterion, earl:TestCase;
+  dc:title "positive_numeric";
+  dc:description "positive numeric";
+  mf:action <http://www.w3.org/2013/TurtleTests/positive_numeric.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/positive_numeric.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:positive_numeric;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:numeric_with_leading_0 a earl:TestCriterion, earl:TestCase;
+  dc:title "numeric_with_leading_0";
+  dc:description "numeric with leading 0";
+  mf:action <http://www.w3.org/2013/TurtleTests/numeric_with_leading_0.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/numeric_with_leading_0.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:numeric_with_leading_0;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:literal_true a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_true";
+  dc:description "literal true";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_true.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_true.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:literal_true;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:literal_false a earl:TestCriterion, earl:TestCase;
+  dc:title "literal_false";
+  dc:description "literal false";
+  mf:action <http://www.w3.org/2013/TurtleTests/literal_false.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/literal_false.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:literal_false;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:langtagged_non_LONG a earl:TestCriterion, earl:TestCase;
+  dc:title "langtagged_non_LONG";
+  dc:description "langtagged non-LONG \"x\"@en";
+  mf:action <http://www.w3.org/2013/TurtleTests/langtagged_non_LONG.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/langtagged_non_LONG.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:langtagged_non_LONG;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:langtagged_LONG a earl:TestCriterion, earl:TestCase;
+  dc:title "langtagged_LONG";
+  dc:description "langtagged LONG \"\"\"x\"\"\"@en";
+  mf:action <http://www.w3.org/2013/TurtleTests/langtagged_LONG.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/langtagged_non_LONG.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:langtagged_LONG;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:lantag_with_subtag a earl:TestCriterion, earl:TestCase;
+  dc:title "lantag_with_subtag";
+  dc:description "lantag with subtag \"x\"@en-us";
+  mf:action <http://www.w3.org/2013/TurtleTests/lantag_with_subtag.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/lantag_with_subtag.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:lantag_with_subtag;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:objectList_with_two_objects a earl:TestCriterion, earl:TestCase;
+  dc:title "objectList_with_two_objects";
+  dc:description "objectList with two objects \u2026 <o1>,<o2>";
+  mf:action <http://www.w3.org/2013/TurtleTests/objectList_with_two_objects.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/objectList_with_two_objects.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:objectList_with_two_objects;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:predicateObjectList_with_two_objectLists a earl:TestCriterion, earl:TestCase;
+  dc:title "predicateObjectList_with_two_objectLists";
+  dc:description "predicateObjectList with two objectLists \u2026 <o1>,<o2>";
+  mf:action <http://www.w3.org/2013/TurtleTests/predicateObjectList_with_two_objectLists.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/predicateObjectList_with_two_objectLists.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:predicateObjectList_with_two_objectLists;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:repeated_semis_at_end a earl:TestCriterion, earl:TestCase;
+  dc:title "repeated_semis_at_end";
+  dc:description "repeated semis at end <s> <p> <o> ;; <p2> <o2> .";
+  mf:action <http://www.w3.org/2013/TurtleTests/repeated_semis_at_end.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/predicateObjectList_with_two_objectLists.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:repeated_semis_at_end;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:repeated_semis_not_at_end a earl:TestCriterion, earl:TestCase;
+  dc:title "repeated_semis_not_at_end";
+  dc:description "repeated semis not at end <s> <p> <o> ;;.";
+  mf:action <http://www.w3.org/2013/TurtleTests/repeated_semis_not_at_end.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/repeated_semis_not_at_end.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:repeated_semis_not_at_end;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:comment_following_localName a earl:TestCriterion, earl:TestCase;
+  dc:title "comment_following_localName";
+  dc:description "comment following localName";
+  mf:action <http://www.w3.org/2013/TurtleTests/comment_following_localName.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/IRI_spo.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:comment_following_localName;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:number_sign_following_localName a earl:TestCriterion, earl:TestCase;
+  dc:title "number_sign_following_localName";
+  dc:description "number sign following localName";
+  mf:action <http://www.w3.org/2013/TurtleTests/number_sign_following_localName.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/number_sign_following_localName.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:number_sign_following_localName;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:comment_following_PNAME_NS a earl:TestCriterion, earl:TestCase;
+  dc:title "comment_following_PNAME_NS";
+  dc:description "comment following PNAME_NS";
+  mf:action <http://www.w3.org/2013/TurtleTests/comment_following_PNAME_NS.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/comment_following_PNAME_NS.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:comment_following_PNAME_NS;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:number_sign_following_PNAME_NS a earl:TestCriterion, earl:TestCase;
+  dc:title "number_sign_following_PNAME_NS";
+  dc:description "number sign following PNAME_NS";
+  mf:action <http://www.w3.org/2013/TurtleTests/number_sign_following_PNAME_NS.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/number_sign_following_PNAME_NS.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:number_sign_following_PNAME_NS;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:LITERAL_LONG2_with_REVERSE_SOLIDUS a earl:TestCriterion, earl:TestCase;
+  dc:title "LITERAL_LONG2_with_REVERSE_SOLIDUS";
+  dc:description "REVERSE SOLIDUS at end of LITERAL_LONG2";
+  mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_REVERSE_SOLIDUS.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_REVERSE_SOLIDUS.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:LITERAL_LONG2_with_REVERSE_SOLIDUS;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-LITERAL2_with_langtag_and_datatype a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-num-05";
+  dc:description "Bad number format (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-LITERAL2_with_langtag_and_datatype.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-LITERAL2_with_langtag_and_datatype;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:two_LITERAL_LONG2s a earl:TestCriterion, earl:TestCase;
+  dc:title "two_LITERAL_LONG2s";
+  dc:description "two LITERAL_LONG2s testing quote delimiter overrun";
+  mf:action <http://www.w3.org/2013/TurtleTests/two_LITERAL_LONG2s.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/two_LITERAL_LONG2s.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:two_LITERAL_LONG2s;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:langtagged_LONG_with_subtag a earl:TestCriterion, earl:TestCase;
+  dc:title "langtagged_LONG_with_subtag";
+  dc:description "langtagged LONG with subtag \"\"\"Cheers\"\"\"@en-UK";
+  mf:action <http://www.w3.org/2013/TurtleTests/langtagged_LONG_with_subtag.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/langtagged_LONG_with_subtag.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:langtagged_LONG_with_subtag;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-file-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-file-01";
+  dc:description "Empty file";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-file-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-file-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-file-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-file-02";
+  dc:description "Only comment";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-file-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-file-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-file-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-file-03";
+  dc:description "One comment, one empty line";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-file-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-file-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-uri-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-uri-01";
+  dc:description "Only IRIs";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-uri-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-uri-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-uri-02";
+  dc:description "IRIs with Unicode escape";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-uri-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-uri-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-uri-03";
+  dc:description "IRIs with long Unicode escape";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-uri-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-uri-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-uri-04";
+  dc:description "Legal IRIs";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-uri-04;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-base-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-base-01";
+  dc:description "@base";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-base-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-base-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-base-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-base-02";
+  dc:description "BASE";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-base-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-base-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-base-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-base-03";
+  dc:description "@base with relative IRIs";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-base-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-base-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-base-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-base-04";
+  dc:description "base with relative IRIs";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-base-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-base-04;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-prefix-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-prefix-01";
+  dc:description "@prefix";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-prefix-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-prefix-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-prefix-02";
+  dc:description "PreFIX";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-prefix-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-prefix-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-prefix-03";
+  dc:description "Empty PREFIX";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-prefix-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-prefix-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-prefix-04";
+  dc:description "Empty @prefix with % escape";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-prefix-04;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-prefix-05 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-prefix-05";
+  dc:description "@prefix with no suffix";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-05.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-prefix-05;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-prefix-06 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-prefix-06";
+  dc:description "colon is a legal pname character";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-06.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-prefix-06;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-prefix-07 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-prefix-07";
+  dc:description "dash is a legal pname character";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-07.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-prefix-07;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-prefix-08 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-prefix-08";
+  dc:description "underscore is a legal pname character";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-08.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-prefix-08;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-prefix-09 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-prefix-09";
+  dc:description "percents in pnames";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-09.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-prefix-09;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-string-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-string-01";
+  dc:description "string literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-string-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-string-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-string-02";
+  dc:description "langString literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-string-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-string-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-string-03";
+  dc:description "langString literal with region";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-string-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-string-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-string-04";
+  dc:description "squote string literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-string-04;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-string-05 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-string-05";
+  dc:description "squote langString literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-05.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-string-05;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-string-06 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-string-06";
+  dc:description "squote langString literal with region";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-06.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-string-06;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-string-07 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-string-07";
+  dc:description "long string literal with embedded single- and double-quotes";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-07.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-string-07;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-string-08 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-string-08";
+  dc:description "long string literal with embedded newline";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-08.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-string-08;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-string-09 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-string-09";
+  dc:description "squote long string literal with embedded single- and double-quotes";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-09.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-string-09;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-string-10 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-string-10";
+  dc:description "long langString literal with embedded newline";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-10.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-string-10;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-string-11 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-string-11";
+  dc:description "squote long langString literal with embedded newline";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-11.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-string-11;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-str-esc-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-str-esc-01";
+  dc:description "string literal with escaped newline";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-str-esc-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-str-esc-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-str-esc-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-str-esc-02";
+  dc:description "string literal with Unicode escape";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-str-esc-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-str-esc-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-str-esc-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-str-esc-03";
+  dc:description "string literal with long Unicode escape";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-str-esc-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-str-esc-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-pname-esc-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-pname-esc-01";
+  dc:description "pname with back-slash escapes";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-pname-esc-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-pname-esc-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-pname-esc-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-pname-esc-02";
+  dc:description "pname with back-slash escapes (2)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-pname-esc-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-pname-esc-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-pname-esc-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-pname-esc-03";
+  dc:description "pname with back-slash escapes (3)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-pname-esc-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-pname-esc-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bnode-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bnode-01";
+  dc:description "bnode subject";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bnode-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bnode-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bnode-02";
+  dc:description "bnode object";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bnode-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bnode-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bnode-03";
+  dc:description "bnode property list object";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bnode-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bnode-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bnode-04";
+  dc:description "bnode property list object (2)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bnode-04;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bnode-05 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bnode-05";
+  dc:description "bnode property list subject";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-05.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bnode-05;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bnode-06 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bnode-06";
+  dc:description "labeled bnode subject";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-06.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bnode-06;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bnode-07 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bnode-07";
+  dc:description "labeled bnode subject and object";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-07.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bnode-07;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bnode-08 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bnode-08";
+  dc:description "bare bnode property list";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-08.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bnode-08;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bnode-09 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bnode-09";
+  dc:description "bnode property list";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-09.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bnode-09;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bnode-10 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bnode-10";
+  dc:description "mixed bnode property list and triple";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-10.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bnode-10;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-number-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-number-01";
+  dc:description "integer literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-number-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-number-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-number-02";
+  dc:description "negative integer literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-number-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-number-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-number-03";
+  dc:description "positive integer literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-number-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-number-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-number-04";
+  dc:description "decimal literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-number-04;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-number-05 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-number-05";
+  dc:description "decimal literal (no leading digits)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-05.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-number-05;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-number-06 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-number-06";
+  dc:description "negative decimal literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-06.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-number-06;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-number-07 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-number-07";
+  dc:description "positive decimal literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-07.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-number-07;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-number-08 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-number-08";
+  dc:description "integer literal with decimal lexical confusion";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-08.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-number-08;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-number-09 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-number-09";
+  dc:description "double literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-09.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-number-09;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-number-10 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-number-10";
+  dc:description "negative double literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-10.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-number-10;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-number-11 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-number-11";
+  dc:description "double literal no fraction";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-11.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-number-11;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-datatypes-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-datatypes-01";
+  dc:description "xsd:byte literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-datatypes-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-datatypes-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-datatypes-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-datatypes-02";
+  dc:description "integer as xsd:string";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-datatypes-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-datatypes-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-kw-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-kw-01";
+  dc:description "boolean literal (true)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-kw-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-kw-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-kw-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-kw-02";
+  dc:description "boolean literal (false)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-kw-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-kw-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-kw-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-kw-03";
+  dc:description "'a' as keyword";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-kw-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-kw-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-struct-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-struct-01";
+  dc:description "object list";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-struct-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-struct-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-struct-02";
+  dc:description "predicate list with object list";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-struct-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-struct-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-struct-03";
+  dc:description "predicate list with object list and dangling ';'";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-struct-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-struct-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-struct-04";
+  dc:description "predicate list with multiple ;;";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-struct-04;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-struct-05 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-struct-05";
+  dc:description "predicate list with multiple ;;";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-05.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-struct-05;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-lists-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-lists-01";
+  dc:description "empty list";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-lists-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-lists-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-lists-02";
+  dc:description "mixed list";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-lists-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-lists-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-lists-03";
+  dc:description "isomorphic list as subject and object";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-lists-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-lists-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-lists-04";
+  dc:description "lists of lists";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-lists-04;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-lists-05 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-lists-05";
+  dc:description "mixed lists with embedded lists";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-05.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-lists-05;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-uri-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-uri-01";
+  dc:description "Bad IRI : space (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-uri-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-uri-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-uri-02";
+  dc:description "Bad IRI : bad escape (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-uri-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-uri-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-uri-03";
+  dc:description "Bad IRI : bad long escape (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-uri-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-uri-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-uri-04";
+  dc:description "Bad IRI : character escapes not allowed (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-uri-04;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-uri-05 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-uri-05";
+  dc:description "Bad IRI : character escapes not allowed (2) (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-05.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-uri-05;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-prefix-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-prefix-01";
+  dc:description "No prefix (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-prefix-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-prefix-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-prefix-02";
+  dc:description "No prefix (2) (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-prefix-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-prefix-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-prefix-03";
+  dc:description "@prefix without URI (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-prefix-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-prefix-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-prefix-04";
+  dc:description "@prefix without prefix name (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-prefix-04;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-prefix-05 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-prefix-05";
+  dc:description "@prefix without ':' (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-05.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-prefix-05;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-base-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-base-01";
+  dc:description "@base without URI (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-base-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-base-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-base-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-base-02";
+  dc:description "@base in wrong case (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-base-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-base-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-base-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-base-03";
+  dc:description "BASE without URI (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-base-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-base-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-01";
+  dc:description "Turtle is not TriG (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-struct-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-02";
+  dc:description "Turtle is not N3 (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-struct-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-03";
+  dc:description "Turtle is not NQuads (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-struct-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-04";
+  dc:description "Turtle does not allow literals-as-subjects (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-struct-04;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-05 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-05";
+  dc:description "Turtle does not allow literals-as-predicates (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-05.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-struct-05;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-06 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-06";
+  dc:description "Turtle does not allow bnodes-as-predicates (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-06.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-struct-06;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-07 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-07";
+  dc:description "Turtle does not allow labeled bnodes-as-predicates (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-07.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-struct-07;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-kw-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-kw-01";
+  dc:description "'A' is not a keyword (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-kw-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-kw-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-kw-02";
+  dc:description "'a' cannot be used as subject (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-kw-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-kw-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-kw-03";
+  dc:description "'a' cannot be used as object (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-kw-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-kw-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-kw-04";
+  dc:description "'true' cannot be used as subject (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-kw-04;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-kw-05 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-kw-05";
+  dc:description "'true' cannot be used as object (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-05.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-kw-05;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-n3-extras-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-n3-extras-01";
+  dc:description "{} fomulae not in Turtle (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-n3-extras-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-n3-extras-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-n3-extras-02";
+  dc:description "= is not Turtle (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-n3-extras-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-n3-extras-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-n3-extras-03";
+  dc:description "N3 paths not in Turtle (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-n3-extras-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-n3-extras-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-n3-extras-04";
+  dc:description "N3 paths not in Turtle (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-n3-extras-04;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-n3-extras-05 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-n3-extras-05";
+  dc:description "N3 is...of not in Turtle (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-05.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-n3-extras-05;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-n3-extras-06 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-n3-extras-06";
+  dc:description "N3 paths not in Turtle (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-06.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-n3-extras-06;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-n3-extras-07 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-n3-extras-07";
+  dc:description "@keywords is not Turtle (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-07.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-n3-extras-07;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-n3-extras-08 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-n3-extras-08";
+  dc:description "@keywords is not Turtle (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-08.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-n3-extras-08;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-n3-extras-09 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-n3-extras-09";
+  dc:description "=> is not Turtle (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-09.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-n3-extras-09;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-n3-extras-10 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-n3-extras-10";
+  dc:description "<= is not Turtle (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-10.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-n3-extras-10;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-n3-extras-11 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-n3-extras-11";
+  dc:description "@forSome is not Turtle (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-11.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-n3-extras-11;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-n3-extras-12 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-n3-extras-12";
+  dc:description "@forAll is not Turtle (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-12.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-n3-extras-12;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-n3-extras-13 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-n3-extras-13";
+  dc:description "@keywords is not Turtle (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-13.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-n3-extras-13;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-08 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-08";
+  dc:description "missing '.' (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-08.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-struct-08;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-09 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-09";
+  dc:description "extra '.' (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-09.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-struct-09;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-10 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-10";
+  dc:description "extra '.' (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-10.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-struct-10;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-11 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-11";
+  dc:description "trailing ';' no '.' (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-11.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-struct-11;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-12 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-12";
+  dc:description "subject, predicate, no object (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-12.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-struct-12;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-13 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-13";
+  dc:description "subject, predicate, no object (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-13.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-struct-13;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-14 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-14";
+  dc:description "literal as subject (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-14.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-struct-14;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-15 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-15";
+  dc:description "literal as predicate (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-15.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-struct-15;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-16 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-16";
+  dc:description "bnode as predicate (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-16.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-struct-16;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-struct-17 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-struct-17";
+  dc:description "labeled bnode as predicate (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-17.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-struct-17;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-lang-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-lang-01";
+  dc:description "langString with bad lang (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-lang-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-lang-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-esc-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-esc-01";
+  dc:description "Bad string escape (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-esc-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-esc-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-esc-02";
+  dc:description "Bad string escape (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-esc-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-esc-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-esc-03";
+  dc:description "Bad string escape (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-esc-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-esc-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-esc-04";
+  dc:description "Bad string escape (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-esc-04;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-pname-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-pname-01";
+  dc:description "'~' must be escaped in pname (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-pname-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-pname-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-pname-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-pname-02";
+  dc:description "Bad %-sequence in pname (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-pname-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-pname-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-pname-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-pname-03";
+  dc:description "Bad unicode escape in pname (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-pname-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-pname-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-string-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-string-01";
+  dc:description "mismatching string literal open/close (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-string-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-string-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-string-02";
+  dc:description "mismatching string literal open/close (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-string-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-string-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-string-03";
+  dc:description "mismatching string literal long/short (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-string-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-string-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-string-04";
+  dc:description "mismatching long string literal open/close (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-string-04;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-string-05 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-string-05";
+  dc:description "Long literal with missing end (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-05.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-string-05;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-string-06 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-string-06";
+  dc:description "Long literal with extra quote (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-06.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-string-06;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-string-07 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-string-07";
+  dc:description "Long literal with extra squote (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-07.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-string-07;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-num-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-num-01";
+  dc:description "Bad number format (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-num-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-num-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-num-02";
+  dc:description "Bad number format (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-num-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-num-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-num-03";
+  dc:description "Bad number format (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-num-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-num-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-num-04";
+  dc:description "Bad number format (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-num-04;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-num-05 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-num-05";
+  dc:description "Bad number format (negative test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-05.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-num-05;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-eval-struct-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-eval-struct-01";
+  dc:description "triple with IRIs";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-struct-01.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-eval-struct-01.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-eval-struct-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-eval-struct-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-eval-struct-02";
+  dc:description "triple with IRIs and embedded whitespace";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-struct-02.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-eval-struct-02.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-eval-struct-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-01";
+  dc:description "Blank subject";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-01.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-01.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-02";
+  dc:description "@prefix and qnames";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-02.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-02.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-03";
+  dc:description ", operator";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-03.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-03.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-04";
+  dc:description "; operator";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-04.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-04.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-04;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-05 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-05";
+  dc:description "empty [] as subject and object";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-05.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-05.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-05;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-06 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-06";
+  dc:description "non-empty [] as subject and object";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-06.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-06.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-06;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-07 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-07";
+  dc:description "'a' as predicate";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-07.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-07.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-07;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-08 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-08";
+  dc:description "simple collection";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-08.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-08.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-08;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-09 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-09";
+  dc:description "empty collection";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-09.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-09.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-09;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-10 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-10";
+  dc:description "integer datatyped literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-10.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-10.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-10;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-11 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-11";
+  dc:description "decimal integer canonicalization";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-11.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-11.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-11;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-12 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-12";
+  dc:description "- and _ in names and qnames";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-12.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-12.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-12;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-13 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-13";
+  dc:description "tests for rdf:_<numbers> and other qnames starting with _";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-13.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-13.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-13;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-14 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-14";
+  dc:description "bare : allowed";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-14.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-14.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-14;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-15 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-15";
+  dc:description "simple long literal";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-15.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-15.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-15;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-16 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-16";
+  dc:description "long literals with escapes";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-16.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-16.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-16;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-17 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-17";
+  dc:description "floating point number";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-17.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-17.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-17;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-18 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-18";
+  dc:description "empty literals, normal and long variant";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-18.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-18.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-18;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-19 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-19";
+  dc:description "positive integer, decimal and doubles";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-19.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-19.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-19;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-20 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-20";
+  dc:description "negative integer, decimal and doubles";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-20.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-20.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-20;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-21 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-21";
+  dc:description "long literal ending in double quote";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-21.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-21.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-21;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-22 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-22";
+  dc:description "boolean literals";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-22.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-22.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-22;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-23 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-23";
+  dc:description "comments";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-23.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-23.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-23;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-24 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-24";
+  dc:description "no final mewline";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-24.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-24.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-24;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-25 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-25";
+  dc:description "repeating a @prefix changes pname definition";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-25.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-25.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-25;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-26 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-26";
+  dc:description "Variations on decimal canonicalization";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-26.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-26.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-26;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-subm-27 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-subm-27";
+  dc:description "Repeating @base changes base for relative IRI lookup";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-27.ttl>;
+  mf:result <http://www.w3.org/2013/TurtleTests/turtle-subm-27.nt>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-subm-27;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-eval-bad-01 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-eval-bad-01";
+  dc:description "Bad IRI : good escape, bad charcater (negative evaluation test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-bad-01.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-eval-bad-01;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-eval-bad-02 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-eval-bad-02";
+  dc:description "Bad IRI : hex 3C is < (negative evaluation test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-bad-02.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-eval-bad-02;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-eval-bad-03 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-eval-bad-03";
+  dc:description "Bad IRI : hex 3E is  (negative evaluation test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-bad-03.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-eval-bad-03;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-eval-bad-04 a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-eval-bad-04";
+  dc:description "Bad IRI : {abc} (negative evaluation test)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-bad-04.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-eval-bad-04;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-blank-label-dot-end a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-blank-label-dot-end";
+  dc:description "Blank node label must not end in dot";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-blank-label-dot-end.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-blank-label-dot-end;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-ln-dash-start a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-ln-dash-start";
+  dc:description "Local name must not begin with dash";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ln-dash-start.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-ln-dash-start;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-ln-escape-start a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-ln-escape-start";
+  dc:description "Bad hex escape at start of local name";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ln-escape-start.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-ln-escape-start;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-ln-escape a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-ln-escape";
+  dc:description "Bad hex escape in local name";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ln-escape.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-ln-escape;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-missing-ns-dot-end a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-missing-ns-dot-end";
+  dc:description "Prefix must not end in dot (error in triple, not prefix directive like turtle-syntax-bad-ns-dot-end)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-missing-ns-dot-end.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-missing-ns-dot-end;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-missing-ns-dot-start a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-missing-ns-dot-start";
+  dc:description "Prefix must not start with dot (error in triple, not prefix directive like turtle-syntax-bad-ns-dot-end)";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-missing-ns-dot-start.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-missing-ns-dot-start;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-ns-dot-end a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-ns-dot-end";
+  dc:description "Prefix must not end in dot";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ns-dot-end.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-ns-dot-end;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-ns-dot-start a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-ns-dot-start";
+  dc:description "Prefix must not start with dot";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ns-dot-start.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-ns-dot-start;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-bad-number-dot-in-anon a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-bad-number-dot-in-anon";
+  dc:description "Dot delimeter may not appear in anonymous nodes";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-number-dot-in-anon.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-bad-number-dot-in-anon;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-blank-label a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-blank-label";
+  dc:description "Characters allowed in blank node labels";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-blank-label.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-blank-label;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-ln-colons a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-ln-colons";
+  dc:description "Colons in pname local names";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-ln-colons.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-ln-colons;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-ln-dots a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-ln-dots";
+  dc:description "Dots in pname local names";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-ln-dots.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-ln-dots;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
+
+manifest:turtle-syntax-ns-dots a earl:TestCriterion, earl:TestCase;
+  dc:title "turtle-syntax-ns-dots";
+  dc:description "Dots in namespace names";
+  mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-ns-dots.ttl>;
+  earl:assertions (
+     [ a earl:Assertion;
+       earl:assertedBy <http://ruben.verborgh.org/#me>;
+       earl:test manifest:turtle-syntax-ns-dots;
+       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
+       earl:mode earl:automatic;
+       earl:result [ a earl:TestResult; earl:outcome earl:passed; dc:date "2013-08-10T10:49:11.302Z"^^xsd:dateTime ]]
+  ).
--- a/rdf-turtle/reports/earl.jsonld	Wed Jul 24 20:47:32 2013 -0700
+++ b/rdf-turtle/reports/earl.jsonld	Sat Aug 10 17:18:38 2013 -0700
@@ -119,11 +119,11 @@
     "language": "Ruby",
     "license": "http://unlicense.org",
     "release": {
-      "@id": "https://github.com/gkellogg/earl-report/tree/0.2.4",
+      "@id": "https://github.com/gkellogg/earl-report/tree/0.2.5",
       "@type": "doap:Version",
-      "name": "earl-report-0.2.4",
-      "created": "2013-07-24",
-      "revision": "0.2.4"
+      "name": "earl-report-0.2.5",
+      "created": "2013-08-06",
+      "revision": "0.2.5"
     },
     "developer": {
       "@type": "foaf:Person",
@@ -133,10 +133,14 @@
     }
   },
   "assertions": [
+    "Apache-Jena-ttl-earl-2013-08-10.ttl",
     "RIOT-jena-details.ttl",
-    "earl-node-n3-2013-07-22.ttl",
+    "earl-node-n3-2013-08-10.ttl",
     "earl.ttl",
-    "rdf.rb-earl-2013-07-24.ttl"
+    "rdf-trine-turtle-2013-08-10.ttl",
+    "rdf.rb-earl-08-10.ttl",
+    "rdf.rb-earl-2013-08-10.ttl",
+    "turtleparserjava-earl-2013-08-10.ttl"
   ],
   "testSubjects": [
     {
@@ -145,7 +149,7 @@
         "earl:TestSubject",
         "doap:Project"
       ],
-      "name": "Apache Jena",
+      "name": "Apache Jena RIOT",
       "developer": [
         {
           "@type": "foaf:Person",
@@ -185,10 +189,27 @@
         }
       ],
       "doapDesc": "Apache Jena provides a complete framework for building Semantic Web and Linked Data applications in Java, and provides: parsers for RDF/XML, Turtle and N-triples; a Java programming API; a complete implementation of the SPARQL query language; a rule-based inference engine for RDFS and OWL entailments; TDB (a non-SQL persistent triple store); SDB (a persistent triples store built on a relational store) and Fuseki, an RDF server using web protocols. Jena complies with all relevant recommendations for RDF and related technologies from the W3C.",
-      "homepage": "http://jena.apache.org",
+      "homepage": "http://jena.apache.org/",
       "language": "Java"
     },
     {
+      "@id": "http://kasei.us/code/rdf-trine/#project",
+      "@type": [
+        "earl:TestSubject",
+        "doap:Project"
+      ],
+      "name": "RDF::Trine",
+      "developer": [
+        {
+          "@type": "foaf:Person",
+          "@id": "http://kasei.us/about/foaf.xrdf#greg",
+          "foaf:name": "Gregory Todd Williams",
+          "foaf:homepage": "http://kasei.us/"
+        }
+      ],
+      "language": "perl"
+    },
+    {
       "@id": "http://rubygems.org/gems/rdf-turtle",
       "@type": [
         "earl:TestSubject",
@@ -224,6 +245,25 @@
       ],
       "homepage": "https://github.com/RubenVerborgh/node-n3",
       "language": "JavaScript"
+    },
+    {
+      "@id": "https://github.com/peteroupc/TurtleParserJava",
+      "@type": [
+        "earl:TestSubject",
+        "doap:Project"
+      ],
+      "name": "Turtle Parser",
+      "developer": [
+        {
+          "@type": "foaf:Person",
+          "@id": "http://upokecenter.com/foaf/peter",
+          "foaf:name": "Peter Occil",
+          "foaf:homepage": "http://upokecenter.com/"
+        }
+      ],
+      "doapDesc": "A Turtle parser for Java.",
+      "homepage": "https://github.com/peteroupc/TurtleParserJava",
+      "language": "Java"
     }
   ],
   "entries": [
@@ -233,7 +273,6 @@
         "earl:Report",
         "mf:Manifest"
       ],
-      "title": "Turtle tests",
       "entries": [
         {
           "@id": "http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_subject",
@@ -249,11 +288,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_subject",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_subject",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -276,6 +327,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_subject",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "IRI subject",
@@ -295,11 +357,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_four_digit_numeric_escape",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_four_digit_numeric_escape",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -322,6 +396,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_four_digit_numeric_escape",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "IRI with four digit numeric escape (\\u)",
@@ -341,11 +426,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_eight_digit_numeric_escape",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_eight_digit_numeric_escape",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -368,6 +465,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_eight_digit_numeric_escape",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "IRI with eight digit numeric escape (\\U)",
@@ -387,11 +495,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_all_punctuation",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_all_punctuation",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -414,6 +534,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_all_punctuation",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "IRI with all punctuation",
@@ -433,11 +564,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_a_predicate",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_a_predicate",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -460,6 +603,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_a_predicate",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "bareword a predicate",
@@ -479,11 +633,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_prefix",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_prefix",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -506,6 +672,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_prefix",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "old-style prefix",
@@ -525,11 +702,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_prefix",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_prefix",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -552,6 +741,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_prefix",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "SPARQL-style prefix",
@@ -571,11 +771,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_predicate",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_predicate",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -598,6 +810,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_predicate",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "prefixed IRI predicate",
@@ -617,11 +840,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_object",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_object",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -644,6 +879,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_object",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "prefixed IRI object",
@@ -663,11 +909,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_only_IRI",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_only_IRI",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -690,6 +948,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_only_IRI",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "prefix-only IRI (p:)",
@@ -709,11 +978,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -736,6 +1017,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "prefix with PN CHARS BASE character boundaries (prefix: AZazÀÖØöø...:)",
@@ -755,11 +1047,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_non_leading_extras",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_non_leading_extras",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -782,6 +1086,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_non_leading_extras",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "prefix with_non_leading_extras (_:a·̀ͯ‿.⁀)",
@@ -801,11 +1116,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#default_namespace_IRI",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#default_namespace_IRI",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -828,6 +1155,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#default_namespace_IRI",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "default namespace IRI (:ln)",
@@ -847,11 +1185,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_reassigned_and_used",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_reassigned_and_used",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -874,6 +1224,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_reassigned_and_used",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "prefix reassigned and used",
@@ -893,11 +1254,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#reserved_escaped_localName",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#reserved_escaped_localName",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -920,6 +1293,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#reserved_escaped_localName",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "reserved-escaped local name",
@@ -939,11 +1323,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#percent_escaped_localName",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#percent_escaped_localName",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -966,6 +1362,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#percent_escaped_localName",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "percent-escaped local name",
@@ -985,11 +1392,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#HYPHEN_MINUS_in_localName",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#HYPHEN_MINUS_in_localName",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -1012,6 +1431,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#HYPHEN_MINUS_in_localName",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "HYPHEN-MINUS in local name",
@@ -1031,11 +1461,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#underscore_in_localName",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#underscore_in_localName",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -1058,6 +1500,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#underscore_in_localName",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "underscore in local name",
@@ -1077,11 +1530,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localname_with_COLON",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localname_with_COLON",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -1104,6 +1569,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localname_with_COLON",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "localname with COLON",
@@ -1123,11 +1599,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -1150,6 +1638,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "localName with assigned, NFC-normalized, basic-multilingual-plane PN CHARS BASE character boundaries (p:AZazÀÖØöø...)",
@@ -1169,11 +1668,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -1196,6 +1707,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "localName with assigned, NFC-normalized PN CHARS BASE character boundaries (p:AZazÀÖØöø...)",
@@ -1215,11 +1737,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -1242,6 +1776,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "localName with nfc-normalize PN CHARS BASE character boundaries (p:AZazÀÖØöø...)",
@@ -1261,11 +1806,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_underscore",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_underscore",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -1288,6 +1845,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_underscore",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "localName with leading underscore (p:_)",
@@ -1307,11 +1875,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_digit",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_digit",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -1334,6 +1914,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_digit",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "localName with leading digit (p:_)",
@@ -1353,11 +1944,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_non_leading_extras",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_non_leading_extras",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -1380,6 +1983,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_non_leading_extras",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "localName with_non_leading_extras (_:a·̀ͯ‿.⁀)",
@@ -1399,11 +2013,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_base",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_base",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -1426,6 +2052,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_base",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "old-style base",
@@ -1445,11 +2082,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_base",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_base",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -1472,6 +2121,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_base",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "SPARQL-style base",
@@ -1491,11 +2151,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_subject",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_subject",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -1518,6 +2190,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_subject",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "labeled blank node subject",
@@ -1537,11 +2220,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_object",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_object",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -1564,6 +2259,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_object",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "labeled blank node object",
@@ -1583,11 +2289,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -1610,6 +2328,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "labeled blank node with PN_CHARS_BASE character boundaries (_:AZazÀÖØöø...)",
@@ -1629,11 +2358,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_underscore",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_underscore",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -1656,6 +2397,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_underscore",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "labeled blank node with_leading_underscore (_:_)",
@@ -1675,11 +2427,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_digit",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_digit",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -1702,6 +2466,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_digit",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "labeled blank node with_leading_digit (_:0)",
@@ -1721,11 +2496,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_non_leading_extras",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_non_leading_extras",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -1748,6 +2535,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_non_leading_extras",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "labeled blank node with_non_leading_extras (_:a·̀ͯ‿.⁀)",
@@ -1767,11 +2565,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_subject",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_subject",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -1794,6 +2604,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_subject",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "anonymous blank node subject",
@@ -1813,11 +2634,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_object",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_object",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -1840,6 +2673,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_object",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "anonymous blank node object",
@@ -1859,11 +2703,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#sole_blankNodePropertyList",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#sole_blankNodePropertyList",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -1886,6 +2742,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#sole_blankNodePropertyList",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "sole blankNodePropertyList [ <p> <o> ] .",
@@ -1905,11 +2772,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_subject",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_subject",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -1932,6 +2811,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_subject",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "blankNodePropertyList as subject [ … ] <p> <o> .",
@@ -1951,11 +2841,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_object",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_object",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -1978,6 +2880,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_object",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "blankNodePropertyList as object <s> <p> [ … ] .",
@@ -1997,11 +2910,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_with_multiple_triples",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_with_multiple_triples",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -2024,6 +2949,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_with_multiple_triples",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "blankNodePropertyList with multiple triples [ <s> <p> ; <s2> <p2> ]",
@@ -2043,11 +2979,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_blankNodePropertyLists",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_blankNodePropertyLists",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -2070,6 +3018,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_blankNodePropertyLists",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "nested blankNodePropertyLists [ <p1> [ <p2> <o2> ] ; <p3> <o3> ]",
@@ -2089,11 +3048,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_containing_collection",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_containing_collection",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -2116,6 +3087,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_containing_collection",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "blankNodePropertyList containing collection [ <p1> ( … ) ]",
@@ -2135,11 +3117,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_subject",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_subject",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -2162,6 +3156,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_subject",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "collection subject",
@@ -2181,11 +3186,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_object",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_object",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -2208,6 +3225,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_object",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "collection object",
@@ -2227,11 +3255,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#empty_collection",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#empty_collection",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -2254,6 +3294,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#empty_collection",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "empty collection ()",
@@ -2273,11 +3324,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_collection",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_collection",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -2300,6 +3363,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_collection",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "nested collection (())",
@@ -2319,11 +3393,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#first",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#first",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -2346,6 +3432,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#first",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "first, not last, non-empty nested collection",
@@ -2365,11 +3462,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#last",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#last",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -2392,6 +3501,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#last",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "last, not first, non-empty nested collection",
@@ -2411,11 +3531,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -2438,6 +3570,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "LITERAL1 'x'",
@@ -2457,11 +3600,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_ascii_boundaries",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_ascii_boundaries",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -2484,6 +3639,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_ascii_boundaries",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "LITERAL1_ascii_boundaries '\\x00\\x09\\x0b\\x0c\\x0e\\x26\\x28...'",
@@ -2503,11 +3669,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_with_UTF8_boundaries",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_with_UTF8_boundaries",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -2530,6 +3708,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_with_UTF8_boundaries",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "LITERAL1_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'",
@@ -2549,11 +3738,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_controls",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_controls",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -2576,6 +3777,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_controls",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "LITERAL1_all_controls '\\x00\\x01\\x02\\x03\\x04...'",
@@ -2595,11 +3807,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_punctuation",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_punctuation",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -2622,6 +3846,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_punctuation",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "LITERAL1_all_punctuation '!\"#$%&()...'",
@@ -2641,11 +3876,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -2668,6 +3915,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "LITERAL_LONG1 '''x'''",
@@ -2687,11 +3945,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -2714,6 +3984,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "LITERAL_LONG1_ascii_boundaries '\\x00\\x26\\x28...'",
@@ -2733,11 +4014,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -2760,6 +4053,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "LITERAL_LONG1_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'",
@@ -2779,11 +4083,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_1_squote",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_1_squote",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -2806,6 +4122,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_1_squote",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "LITERAL_LONG1 with 1 squote '''a'b'''",
@@ -2825,11 +4152,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_2_squotes",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_2_squotes",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -2852,6 +4191,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_2_squotes",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "LITERAL_LONG1 with 2 squotes '''a''b'''",
@@ -2871,11 +4221,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -2898,6 +4260,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "LITERAL2 \"x\"",
@@ -2917,11 +4290,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_ascii_boundaries",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_ascii_boundaries",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -2944,6 +4329,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_ascii_boundaries",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "LITERAL2_ascii_boundaries '\\x00\\x09\\x0b\\x0c\\x0e\\x21\\x23...'",
@@ -2963,11 +4359,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_with_UTF8_boundaries",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_with_UTF8_boundaries",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -2990,6 +4398,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_with_UTF8_boundaries",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "LITERAL2_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'",
@@ -3009,11 +4428,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -3036,6 +4467,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "LITERAL_LONG2 \"\"\"x\"\"\"",
@@ -3055,11 +4497,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -3082,6 +4536,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "LITERAL_LONG2_ascii_boundaries '\\x00\\x21\\x23...'",
@@ -3101,11 +4566,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -3128,6 +4605,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "LITERAL_LONG2_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'",
@@ -3147,11 +4635,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_1_squote",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_1_squote",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -3174,6 +4674,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_1_squote",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "LITERAL_LONG2 with 1 squote \"\"\"a\"b\"\"\"",
@@ -3193,11 +4704,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_2_squotes",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_2_squotes",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -3220,6 +4743,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_2_squotes",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "LITERAL_LONG2 with 2 squotes \"\"\"a\"\"b\"\"\"",
@@ -3239,11 +4773,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CHARACTER_TABULATION",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CHARACTER_TABULATION",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -3266,6 +4812,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CHARACTER_TABULATION",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "literal with CHARACTER TABULATION",
@@ -3285,11 +4842,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_BACKSPACE",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_BACKSPACE",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -3312,6 +4881,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_BACKSPACE",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "literal with BACKSPACE",
@@ -3331,11 +4911,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_LINE_FEED",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_LINE_FEED",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -3358,6 +4950,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_LINE_FEED",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "literal with LINE FEED",
@@ -3377,11 +4980,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CARRIAGE_RETURN",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CARRIAGE_RETURN",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -3404,6 +5019,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CARRIAGE_RETURN",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "literal with CARRIAGE RETURN",
@@ -3423,11 +5049,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_FORM_FEED",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_FORM_FEED",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -3450,6 +5088,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_FORM_FEED",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "literal with FORM FEED",
@@ -3469,11 +5118,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_REVERSE_SOLIDUS",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_REVERSE_SOLIDUS",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -3496,6 +5157,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_REVERSE_SOLIDUS",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "literal with REVERSE SOLIDUS",
@@ -3515,11 +5187,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -3542,6 +5226,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "literal with escaped CHARACTER TABULATION",
@@ -3561,11 +5256,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_BACKSPACE",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_BACKSPACE",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -3588,6 +5295,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_BACKSPACE",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "literal with escaped BACKSPACE",
@@ -3607,11 +5325,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_LINE_FEED",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_LINE_FEED",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -3634,6 +5364,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_LINE_FEED",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "literal with escaped LINE FEED",
@@ -3653,11 +5394,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -3680,6 +5433,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "literal with escaped CARRIAGE RETURN",
@@ -3699,11 +5463,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_FORM_FEED",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_FORM_FEED",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -3726,6 +5502,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_FORM_FEED",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "literal with escaped FORM FEED",
@@ -3745,11 +5532,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape4",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape4",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -3772,6 +5571,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape4",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "literal with numeric escape4 \\u",
@@ -3791,11 +5601,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape8",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape8",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -3818,6 +5640,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape8",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "literal with numeric escape8 \\U",
@@ -3837,11 +5670,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#IRIREF_datatype",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#IRIREF_datatype",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -3864,6 +5709,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#IRIREF_datatype",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "IRIREF datatype \"\"^^<t>",
@@ -3883,11 +5739,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_name_datatype",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_name_datatype",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -3910,6 +5778,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_name_datatype",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "prefixed name datatype \"\"^^p:t",
@@ -3929,11 +5808,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_integer",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_integer",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -3956,6 +5847,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_integer",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "bareword integer",
@@ -3975,11 +5877,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_decimal",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_decimal",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -4002,6 +5916,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_decimal",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "bareword decimal",
@@ -4021,11 +5946,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_double",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_double",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -4048,6 +5985,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_double",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "bareword double",
@@ -4067,11 +6015,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#double_lower_case_e",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#double_lower_case_e",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -4094,6 +6054,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#double_lower_case_e",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "double lower case e",
@@ -4113,11 +6084,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#negative_numeric",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#negative_numeric",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -4140,6 +6123,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#negative_numeric",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "negative numeric",
@@ -4159,11 +6153,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#positive_numeric",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#positive_numeric",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -4186,6 +6192,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#positive_numeric",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "positive numeric",
@@ -4205,11 +6222,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#numeric_with_leading_0",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#numeric_with_leading_0",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -4232,6 +6261,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#numeric_with_leading_0",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "numeric with leading 0",
@@ -4251,11 +6291,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_true",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_true",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -4278,6 +6330,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_true",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "literal true",
@@ -4297,11 +6360,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_false",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_false",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -4324,6 +6399,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_false",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "literal false",
@@ -4343,11 +6429,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_non_LONG",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_non_LONG",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -4370,6 +6468,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_non_LONG",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "langtagged non-LONG \"x\"@en",
@@ -4389,11 +6498,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -4416,6 +6537,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "langtagged LONG \"\"\"x\"\"\"@en",
@@ -4435,11 +6567,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#lantag_with_subtag",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#lantag_with_subtag",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -4462,6 +6606,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#lantag_with_subtag",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "lantag with subtag \"x\"@en-us",
@@ -4481,11 +6636,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#objectList_with_two_objects",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#objectList_with_two_objects",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -4508,6 +6675,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#objectList_with_two_objects",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "objectList with two objects … <o1>,<o2>",
@@ -4527,11 +6705,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#predicateObjectList_with_two_objectLists",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#predicateObjectList_with_two_objectLists",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -4554,6 +6744,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#predicateObjectList_with_two_objectLists",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "predicateObjectList with two objectLists … <o1>,<o2>",
@@ -4573,11 +6774,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_at_end",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_at_end",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -4600,6 +6813,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_at_end",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "repeated semis at end <s> <p> <o> ;; <p2> <o2> .",
@@ -4619,11 +6843,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_not_at_end",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_not_at_end",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -4646,6 +6882,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_not_at_end",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "repeated semis not at end <s> <p> <o> ;;.",
@@ -4665,32 +6912,56 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_localName",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_localName",
-              "subject": "http://rubygems.org/gems/rdf-turtle",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_localName",
-              "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
-              "mode": "earl:automatic",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:passed"
-              },
-              "assertedBy": "http://ruben.verborgh.org/#me"
+              "subject": "http://rubygems.org/gems/rdf-turtle",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_localName",
+              "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_localName",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "comment following localName",
@@ -4710,32 +6981,56 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_localName",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_localName",
-              "subject": "http://rubygems.org/gems/rdf-turtle",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_localName",
-              "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
-              "mode": "earl:automatic",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:passed"
-              },
-              "assertedBy": "http://ruben.verborgh.org/#me"
+              "subject": "http://rubygems.org/gems/rdf-turtle",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_localName",
+              "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_localName",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "number sign following localName",
@@ -4755,32 +7050,56 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_PNAME_NS",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_PNAME_NS",
-              "subject": "http://rubygems.org/gems/rdf-turtle",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_PNAME_NS",
-              "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
-              "mode": "earl:automatic",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:passed"
-              },
-              "assertedBy": "http://ruben.verborgh.org/#me"
+              "subject": "http://rubygems.org/gems/rdf-turtle",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_PNAME_NS",
+              "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_PNAME_NS",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "comment following PNAME_NS",
@@ -4800,32 +7119,56 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_PNAME_NS",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
             },
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_PNAME_NS",
-              "subject": "http://rubygems.org/gems/rdf-turtle",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_PNAME_NS",
-              "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
-              "mode": "earl:automatic",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:passed"
-              },
-              "assertedBy": "http://ruben.verborgh.org/#me"
+              "subject": "http://rubygems.org/gems/rdf-turtle",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://greggkellogg.net/foaf#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_PNAME_NS",
+              "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_PNAME_NS",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "number sign following PNAME_NS",
@@ -4845,11 +7188,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -4872,6 +7227,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "REVERSE SOLIDUS at end of LITERAL_LONG2",
@@ -4891,11 +7257,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -4918,6 +7296,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Bad number format (negative test)"
@@ -4936,11 +7325,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#two_LITERAL_LONG2s",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#two_LITERAL_LONG2s",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -4963,6 +7364,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#two_LITERAL_LONG2s",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "two LITERAL_LONG2s testing quote delimiter overrun",
@@ -4982,11 +7394,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG_with_subtag",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG_with_subtag",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -5009,6 +7433,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG_with_subtag",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "langtagged LONG with subtag \"\"\"Cheers\"\"\"@en-UK",
@@ -5028,11 +7463,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-01",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-01",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -5055,6 +7502,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-01",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Empty file"
@@ -5073,11 +7531,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-02",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-02",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -5100,6 +7570,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-02",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Only comment"
@@ -5118,11 +7599,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-03",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-03",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -5145,6 +7638,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-03",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "One comment, one empty line"
@@ -5163,11 +7667,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-01",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-01",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -5190,6 +7706,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-01",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Only IRIs"
@@ -5208,11 +7735,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-02",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-02",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -5235,6 +7774,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-02",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "IRIs with Unicode escape"
@@ -5253,11 +7803,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-03",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-03",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -5280,6 +7842,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-03",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "IRIs with long Unicode escape"
@@ -5298,11 +7871,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-04",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-04",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -5325,6 +7910,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-04",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Legal IRIs"
@@ -5343,11 +7939,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-01",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-01",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -5370,6 +7978,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-01",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "@base"
@@ -5388,11 +8007,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-02",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-02",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -5415,6 +8046,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-02",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "BASE"
@@ -5433,11 +8075,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-03",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-03",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -5460,6 +8114,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-03",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "@base with relative IRIs"
@@ -5478,11 +8143,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-04",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-04",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -5505,6 +8182,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-04",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "base with relative IRIs"
@@ -5523,11 +8211,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-01",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-01",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -5550,6 +8250,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-01",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "@prefix"
@@ -5568,11 +8279,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-02",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-02",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -5595,6 +8318,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-02",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "PreFIX"
@@ -5613,11 +8347,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-03",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-03",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -5640,6 +8386,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-03",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Empty PREFIX"
@@ -5658,11 +8415,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-04",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-04",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -5685,6 +8454,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-04",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Empty @prefix with % escape"
@@ -5703,11 +8483,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-05",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-05",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -5730,6 +8522,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-05",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "@prefix with no suffix"
@@ -5748,11 +8551,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-06",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-06",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -5775,6 +8590,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-06",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "colon is a legal pname character"
@@ -5793,11 +8619,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-07",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-07",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -5820,6 +8658,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-07",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "dash is a legal pname character"
@@ -5838,11 +8687,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-08",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-08",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -5865,6 +8726,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-08",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "underscore is a legal pname character"
@@ -5883,11 +8755,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-09",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-09",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -5910,6 +8794,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-09",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "percents in pnames"
@@ -5928,11 +8823,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-01",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-01",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -5955,6 +8862,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-01",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "string literal"
@@ -5973,11 +8891,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-02",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-02",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -6000,6 +8930,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-02",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "langString literal"
@@ -6018,11 +8959,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-03",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-03",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -6045,6 +8998,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-03",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "langString literal with region"
@@ -6063,11 +9027,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-04",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-04",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -6090,6 +9066,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-04",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "squote string literal"
@@ -6108,11 +9095,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-05",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-05",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -6135,6 +9134,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-05",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "squote langString literal"
@@ -6153,11 +9163,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-06",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-06",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -6180,6 +9202,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-06",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "squote langString literal with region"
@@ -6198,11 +9231,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-07",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-07",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -6225,6 +9270,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-07",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "long string literal with embedded single- and double-quotes"
@@ -6243,11 +9299,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-08",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-08",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -6270,6 +9338,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-08",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "long string literal with embedded newline"
@@ -6288,11 +9367,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-09",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-09",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -6315,6 +9406,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-09",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "squote long string literal with embedded single- and double-quotes"
@@ -6333,11 +9435,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-10",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-10",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -6360,6 +9474,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-10",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "long langString literal with embedded newline"
@@ -6378,11 +9503,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-11",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-11",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -6405,6 +9542,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-11",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "squote long langString literal with embedded newline"
@@ -6423,11 +9571,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-01",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-01",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -6450,6 +9610,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-01",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "string literal with escaped newline"
@@ -6468,11 +9639,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-02",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-02",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -6495,6 +9678,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-02",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "string literal with Unicode escape"
@@ -6513,11 +9707,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-03",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-03",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -6540,6 +9746,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-03",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "string literal with long Unicode escape"
@@ -6558,11 +9775,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-01",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-01",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -6585,6 +9814,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-01",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "pname with back-slash escapes"
@@ -6603,11 +9843,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-02",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-02",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -6630,6 +9882,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-02",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "pname with back-slash escapes (2)"
@@ -6648,11 +9911,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-03",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-03",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -6675,6 +9950,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-03",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "pname with back-slash escapes (3)"
@@ -6693,11 +9979,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-01",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-01",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -6720,6 +10018,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-01",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "bnode subject"
@@ -6738,11 +10047,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-02",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-02",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -6765,6 +10086,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-02",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "bnode object"
@@ -6783,11 +10115,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-03",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-03",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -6810,6 +10154,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-03",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "bnode property list object"
@@ -6828,11 +10183,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-04",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-04",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -6855,6 +10222,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-04",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "bnode property list object (2)"
@@ -6873,11 +10251,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-05",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-05",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -6900,6 +10290,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-05",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "bnode property list subject"
@@ -6918,11 +10319,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-06",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-06",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -6945,6 +10358,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-06",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "labeled bnode subject"
@@ -6963,11 +10387,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-07",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-07",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -6990,6 +10426,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-07",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "labeled bnode subject and object"
@@ -7008,11 +10455,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-08",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-08",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -7035,6 +10494,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-08",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "bare bnode property list"
@@ -7053,11 +10523,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-09",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-09",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -7080,6 +10562,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-09",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "bnode property list"
@@ -7098,11 +10591,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-10",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-10",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -7125,6 +10630,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-10",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "mixed bnode property list and triple"
@@ -7143,11 +10659,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-01",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-01",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -7170,6 +10698,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-01",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "integer literal"
@@ -7188,11 +10727,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-02",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-02",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -7215,6 +10766,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-02",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "negative integer literal"
@@ -7233,11 +10795,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-03",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-03",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -7260,6 +10834,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-03",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "positive integer literal"
@@ -7278,11 +10863,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-04",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-04",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -7305,6 +10902,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-04",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "decimal literal"
@@ -7323,11 +10931,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-05",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-05",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -7350,6 +10970,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-05",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "decimal literal (no leading digits)"
@@ -7368,11 +10999,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-06",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-06",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -7395,6 +11038,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-06",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "negative decimal literal"
@@ -7413,11 +11067,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-07",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-07",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -7440,6 +11106,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-07",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "positive decimal literal"
@@ -7458,11 +11135,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-08",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-08",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -7485,6 +11174,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-08",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "integer literal with decimal lexical confusion"
@@ -7503,11 +11203,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-09",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-09",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -7530,6 +11242,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-09",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "double literal"
@@ -7548,11 +11271,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-10",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-10",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -7575,6 +11310,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-10",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "negative double literal"
@@ -7593,11 +11339,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-11",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-11",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -7620,6 +11378,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-11",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "double literal no fraction"
@@ -7638,11 +11407,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-01",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-01",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -7665,6 +11446,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-01",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "xsd:byte literal"
@@ -7683,11 +11475,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-02",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-02",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -7710,6 +11514,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-02",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "integer as xsd:string"
@@ -7728,11 +11543,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-01",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-01",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -7755,6 +11582,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-01",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "boolean literal (true)"
@@ -7773,11 +11611,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-02",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-02",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -7800,6 +11650,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-02",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "boolean literal (false)"
@@ -7818,11 +11679,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-03",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-03",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -7845,6 +11718,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-03",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "'a' as keyword"
@@ -7863,11 +11747,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-01",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-01",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -7890,6 +11786,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-01",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "object list"
@@ -7908,11 +11815,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-02",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-02",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -7935,6 +11854,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-02",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "predicate list with object list"
@@ -7953,11 +11883,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-03",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-03",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -7980,6 +11922,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-03",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "predicate list with object list and dangling ';'"
@@ -7998,11 +11951,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-04",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-04",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -8025,6 +11990,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-04",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "predicate list with multiple ;;"
@@ -8043,11 +12019,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-05",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-05",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -8070,6 +12058,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-05",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "predicate list with multiple ;;"
@@ -8088,11 +12087,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-01",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-01",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -8115,6 +12126,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-01",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "empty list"
@@ -8133,11 +12155,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-02",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-02",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -8160,6 +12194,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-02",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "mixed list"
@@ -8178,11 +12223,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-03",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-03",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -8205,6 +12262,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-03",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "isomorphic list as subject and object"
@@ -8223,11 +12291,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-04",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-04",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -8250,6 +12330,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-04",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "lists of lists"
@@ -8268,11 +12359,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-05",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-05",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -8295,6 +12398,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-05",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "mixed lists with embedded lists"
@@ -8313,11 +12427,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-01",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-01",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -8340,6 +12466,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-01",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Bad IRI : space (negative test)"
@@ -8358,11 +12495,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-02",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-02",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -8385,6 +12534,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-02",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Bad IRI : bad escape (negative test)"
@@ -8403,11 +12563,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-03",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-03",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -8430,6 +12602,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-03",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Bad IRI : bad long escape (negative test)"
@@ -8448,11 +12631,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-04",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-04",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -8475,6 +12670,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-04",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Bad IRI : character escapes not allowed (negative test)"
@@ -8493,11 +12699,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-05",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-05",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -8520,6 +12738,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-05",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Bad IRI : character escapes not allowed (2) (negative test)"
@@ -8538,11 +12767,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-01",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-01",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -8565,6 +12806,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-01",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "No prefix (negative test)"
@@ -8583,11 +12835,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-02",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-02",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -8610,6 +12874,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-02",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "No prefix (2) (negative test)"
@@ -8628,11 +12903,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-03",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-03",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -8655,6 +12942,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-03",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "@prefix without URI (negative test)"
@@ -8673,11 +12971,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-04",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-04",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -8700,6 +13010,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-04",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "@prefix without prefix name (negative test)"
@@ -8718,11 +13039,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-05",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-05",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -8745,6 +13078,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-05",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "@prefix without ':' (negative test)"
@@ -8763,11 +13107,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-01",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-01",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -8790,6 +13146,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-01",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "@base without URI (negative test)"
@@ -8808,11 +13175,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-02",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-02",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -8835,6 +13214,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-02",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "@base in wrong case (negative test)"
@@ -8853,11 +13243,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-03",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-03",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -8880,6 +13282,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-03",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "BASE without URI (negative test)"
@@ -8898,11 +13311,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-01",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-01",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -8925,6 +13350,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-01",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Turtle is not TriG (negative test)"
@@ -8943,11 +13379,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-02",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-02",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -8970,6 +13418,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-02",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Turtle is not N3 (negative test)"
@@ -8988,11 +13447,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-03",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-03",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -9015,6 +13486,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-03",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Turtle is not NQuads (negative test)"
@@ -9033,11 +13515,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-04",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-04",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -9060,6 +13554,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-04",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Turtle does not allow literals-as-subjects (negative test)"
@@ -9078,11 +13583,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-05",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-05",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -9105,6 +13622,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-05",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Turtle does not allow literals-as-predicates (negative test)"
@@ -9123,11 +13651,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-06",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-06",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -9150,6 +13690,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-06",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Turtle does not allow bnodes-as-predicates (negative test)"
@@ -9168,11 +13719,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-07",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-07",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -9195,6 +13758,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-07",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Turtle does not allow labeled bnodes-as-predicates (negative test)"
@@ -9213,11 +13787,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-01",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-01",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -9240,6 +13826,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-01",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "'A' is not a keyword (negative test)"
@@ -9258,11 +13855,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-02",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-02",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -9285,6 +13894,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-02",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "'a' cannot be used as subject (negative test)"
@@ -9303,11 +13923,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-03",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-03",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -9330,6 +13962,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-03",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "'a' cannot be used as object (negative test)"
@@ -9348,11 +13991,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-04",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-04",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -9375,6 +14030,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-04",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "'true' cannot be used as subject (negative test)"
@@ -9393,11 +14059,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-05",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-05",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -9420,6 +14098,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-05",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "'true' cannot be used as object (negative test)"
@@ -9438,11 +14127,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-01",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-01",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -9465,6 +14166,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-01",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "{} fomulae not in Turtle (negative test)"
@@ -9483,11 +14195,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-02",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-02",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -9510,6 +14234,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-02",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "= is not Turtle (negative test)"
@@ -9528,11 +14263,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-03",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-03",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -9555,6 +14302,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-03",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "N3 paths not in Turtle (negative test)"
@@ -9573,11 +14331,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-04",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-04",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -9600,6 +14370,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-04",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "N3 paths not in Turtle (negative test)"
@@ -9618,11 +14399,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-05",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-05",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -9645,6 +14438,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-05",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "N3 is...of not in Turtle (negative test)"
@@ -9663,11 +14467,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-06",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-06",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -9690,6 +14506,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-06",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "N3 paths not in Turtle (negative test)"
@@ -9708,11 +14535,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-07",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-07",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -9735,6 +14574,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-07",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "@keywords is not Turtle (negative test)"
@@ -9753,11 +14603,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-08",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-08",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -9780,6 +14642,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-08",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "@keywords is not Turtle (negative test)"
@@ -9798,11 +14671,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-09",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-09",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -9825,6 +14710,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-09",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "=> is not Turtle (negative test)"
@@ -9843,11 +14739,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-10",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-10",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -9870,6 +14778,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-10",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "<= is not Turtle (negative test)"
@@ -9888,11 +14807,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-11",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-11",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -9915,6 +14846,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-11",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "@forSome is not Turtle (negative test)"
@@ -9933,11 +14875,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-12",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-12",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -9960,6 +14914,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-12",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "@forAll is not Turtle (negative test)"
@@ -9978,11 +14943,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-13",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-13",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -10005,6 +14982,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-13",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "@keywords is not Turtle (negative test)"
@@ -10023,11 +15011,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-08",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-08",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -10050,6 +15050,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-08",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "missing '.' (negative test)"
@@ -10068,11 +15079,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-09",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-09",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -10095,6 +15118,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-09",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "extra '.' (negative test)"
@@ -10113,11 +15147,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-10",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-10",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -10140,6 +15186,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-10",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "extra '.' (negative test)"
@@ -10158,11 +15215,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-11",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-11",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -10185,6 +15254,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-11",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "trailing ';' no '.' (negative test)"
@@ -10203,11 +15283,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-12",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-12",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -10230,6 +15322,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-12",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "subject, predicate, no object (negative test)"
@@ -10248,11 +15351,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-13",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-13",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -10275,6 +15390,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-13",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "subject, predicate, no object (negative test)"
@@ -10293,11 +15419,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-14",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-14",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -10320,6 +15458,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-14",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "literal as subject (negative test)"
@@ -10338,11 +15487,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-15",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-15",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -10365,6 +15526,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-15",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "literal as predicate (negative test)"
@@ -10383,11 +15555,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-16",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-16",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -10410,6 +15594,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-16",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "bnode as predicate (negative test)"
@@ -10428,11 +15623,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-17",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-17",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -10455,6 +15662,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-17",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "labeled bnode as predicate (negative test)"
@@ -10473,11 +15691,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-lang-01",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-lang-01",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -10500,6 +15730,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-lang-01",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "langString with bad lang (negative test)"
@@ -10518,11 +15759,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-01",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-01",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -10545,6 +15798,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-01",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Bad string escape (negative test)"
@@ -10563,11 +15827,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-02",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-02",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -10590,6 +15866,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-02",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Bad string escape (negative test)"
@@ -10608,11 +15895,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-03",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-03",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -10635,6 +15934,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-03",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Bad string escape (negative test)"
@@ -10653,11 +15963,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-04",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-04",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -10680,6 +16002,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-04",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Bad string escape (negative test)"
@@ -10698,11 +16031,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-01",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-01",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -10725,6 +16070,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-01",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "'~' must be escaped in pname (negative test)"
@@ -10743,11 +16099,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-02",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-02",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -10770,6 +16138,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-02",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Bad %-sequence in pname (negative test)"
@@ -10788,11 +16167,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-03",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-03",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -10815,6 +16206,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-03",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Bad unicode escape in pname (negative test)"
@@ -10833,11 +16235,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-01",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-01",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -10860,6 +16274,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-01",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "mismatching string literal open/close (negative test)"
@@ -10878,11 +16303,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-02",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-02",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -10905,6 +16342,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-02",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "mismatching string literal open/close (negative test)"
@@ -10923,11 +16371,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-03",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-03",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -10950,6 +16410,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-03",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "mismatching string literal long/short (negative test)"
@@ -10968,11 +16439,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-04",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-04",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -10995,6 +16478,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-04",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "mismatching long string literal open/close (negative test)"
@@ -11013,11 +16507,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-05",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-05",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -11040,6 +16546,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-05",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Long literal with missing end (negative test)"
@@ -11058,11 +16575,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-06",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-06",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -11085,6 +16614,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-06",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Long literal with extra quote (negative test)"
@@ -11103,11 +16643,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-07",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-07",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -11130,6 +16682,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-07",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Long literal with extra squote (negative test)"
@@ -11148,11 +16711,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-01",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-01",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -11175,6 +16750,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-01",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Bad number format (negative test)"
@@ -11193,11 +16779,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-02",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-02",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -11220,6 +16818,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-02",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Bad number format (negative test)"
@@ -11238,11 +16847,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-03",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-03",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -11265,6 +16886,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-03",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Bad number format (negative test)"
@@ -11283,11 +16915,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-04",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-04",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -11310,6 +16954,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-04",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Bad number format (negative test)"
@@ -11328,11 +16983,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-05",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-05",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -11355,6 +17022,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-05",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Bad number format (negative test)"
@@ -11373,11 +17051,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-01",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-01",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -11400,6 +17090,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-01",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "triple with IRIs",
@@ -11419,11 +17120,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-02",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-02",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -11446,6 +17159,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-02",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "triple with IRIs and embedded whitespace",
@@ -11465,11 +17189,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-01",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-01",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -11492,6 +17228,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-01",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Blank subject",
@@ -11511,11 +17258,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-02",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-02",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -11538,6 +17297,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-02",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "@prefix and qnames",
@@ -11557,11 +17327,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-03",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-03",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -11584,6 +17366,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-03",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": ", operator",
@@ -11603,11 +17396,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-04",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-04",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -11630,6 +17435,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-04",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "; operator",
@@ -11649,11 +17465,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-05",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-05",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -11676,6 +17504,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-05",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "empty [] as subject and object",
@@ -11695,11 +17534,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-06",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-06",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -11722,6 +17573,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-06",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "non-empty [] as subject and object",
@@ -11741,11 +17603,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-07",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-07",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -11768,6 +17642,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-07",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "'a' as predicate",
@@ -11787,11 +17672,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-08",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-08",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -11814,6 +17711,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-08",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "simple collection",
@@ -11833,11 +17741,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-09",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-09",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -11860,6 +17780,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-09",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "empty collection",
@@ -11879,11 +17810,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-10",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-10",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -11906,6 +17849,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-10",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "integer datatyped literal",
@@ -11925,11 +17879,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-11",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-11",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -11952,6 +17918,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-11",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "decimal integer canonicalization",
@@ -11971,11 +17948,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-12",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-12",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -11998,6 +17987,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-12",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "- and _ in names and qnames",
@@ -12017,11 +18017,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-13",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-13",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -12044,6 +18056,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-13",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "tests for rdf:_<numbers> and other qnames starting with _",
@@ -12063,11 +18086,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-14",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-14",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -12090,6 +18125,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-14",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "bare : allowed",
@@ -12109,11 +18155,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-15",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-15",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -12136,6 +18194,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-15",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "simple long literal",
@@ -12155,11 +18224,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-16",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-16",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -12182,6 +18263,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-16",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "long literals with escapes",
@@ -12201,11 +18293,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-17",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-17",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -12228,6 +18332,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-17",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "floating point number",
@@ -12247,11 +18362,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-18",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-18",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -12274,6 +18401,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-18",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "empty literals, normal and long variant",
@@ -12293,11 +18431,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-19",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-19",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -12320,6 +18470,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-19",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "positive integer, decimal and doubles",
@@ -12339,11 +18500,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-20",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-20",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -12366,6 +18539,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-20",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "negative integer, decimal and doubles",
@@ -12385,11 +18569,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-21",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-21",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -12412,6 +18608,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-21",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "long literal ending in double quote",
@@ -12431,11 +18638,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-22",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-22",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -12458,6 +18677,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-22",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "boolean literals",
@@ -12477,11 +18707,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-23",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-23",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -12504,6 +18746,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-23",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "comments",
@@ -12523,11 +18776,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-24",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-24",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -12550,6 +18815,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-24",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "no final mewline",
@@ -12569,11 +18845,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-25",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-25",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -12596,6 +18884,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-25",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "repeating a @prefix changes pname definition",
@@ -12615,11 +18914,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-26",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-26",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -12642,6 +18953,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-26",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Variations on decimal canonicalization",
@@ -12661,11 +18983,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-27",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-27",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -12688,6 +19022,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-27",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Repeating @base changes base for relative IRI lookup",
@@ -12707,11 +19052,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-01",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-01",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -12734,6 +19091,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-01",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Bad IRI : good escape, bad charcater (negative evaluation test)"
@@ -12752,11 +19120,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-02",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-02",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -12779,6 +19159,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-02",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Bad IRI : hex 3C is < (negative evaluation test)"
@@ -12797,11 +19188,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-03",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-03",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -12824,6 +19227,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-03",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Bad IRI : hex 3E is  (negative evaluation test)"
@@ -12842,11 +19256,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-04",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-04",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -12869,6 +19295,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-04",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Bad IRI : {abc} (negative evaluation test)"
@@ -12887,11 +19324,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-blank-label-dot-end",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-blank-label-dot-end",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -12914,6 +19363,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-blank-label-dot-end",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Blank node label must not end in dot"
@@ -12932,11 +19392,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-dash-start",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-dash-start",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -12959,6 +19431,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-dash-start",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Local name must not begin with dash"
@@ -12977,11 +19460,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape-start",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape-start",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -13004,6 +19499,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape-start",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Bad hex escape at start of local name"
@@ -13022,11 +19528,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -13049,6 +19567,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Bad hex escape in local name"
@@ -13067,11 +19596,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -13094,6 +19635,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Prefix must not end in dot (error in triple, not prefix directive like turtle-syntax-bad-ns-dot-end)"
@@ -13112,11 +19664,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -13139,6 +19703,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Prefix must not start with dot (error in triple, not prefix directive like turtle-syntax-bad-ns-dot-end)"
@@ -13157,11 +19732,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-end",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-end",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -13184,6 +19771,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-end",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Prefix must not end in dot"
@@ -13202,11 +19800,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-start",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-start",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -13229,6 +19839,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-start",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Prefix must not start with dot"
@@ -13247,11 +19868,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-number-dot-in-anon",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-number-dot-in-anon",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -13274,6 +19907,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-number-dot-in-anon",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Dot delimeter may not appear in anonymous nodes"
@@ -13292,11 +19936,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-blank-label",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-blank-label",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -13319,6 +19975,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-blank-label",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Characters allowed in blank node labels"
@@ -13337,11 +20004,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-colons",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-colons",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -13364,6 +20043,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-colons",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Colons in pname local names"
@@ -13382,11 +20072,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-dots",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-dots",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -13409,6 +20111,17 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-dots",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Dots in pname local names"
@@ -13427,11 +20140,23 @@
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ns-dots",
               "subject": "http://jena.apache.org/#riot",
-              "mode": "earl:notAvailable",
-              "result": {
-                "@type": "earl:TestResult",
-                "outcome": "earl:untested"
-              }
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://jena.apache.org/#riot"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ns-dots",
+              "subject": "http://kasei.us/code/rdf-trine/#project",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://kasei.us/about/foaf.xrdf#greg"
             },
             {
               "@type": "earl:Assertion",
@@ -13454,11 +20179,23 @@
                 "outcome": "earl:passed"
               },
               "assertedBy": "http://ruben.verborgh.org/#me"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ns-dots",
+              "subject": "https://github.com/peteroupc/TurtleParserJava",
+              "mode": "earl:automatic",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://upokecenter.com/foaf/peter"
             }
           ],
           "description": "Dots in namespace names"
         }
-      ]
+      ],
+      "description": "Turtle tests"
     }
   ]
 }
\ No newline at end of file
--- a/rdf-turtle/reports/earl.ttl	Wed Jul 24 20:47:32 2013 -0700
+++ b/rdf-turtle/reports/earl.ttl	Sat Aug 10 17:18:38 2013 -0700
@@ -15,14 +15,20 @@
   dc:bibliographicCitation "[[TURTLE]]";
   earl:generatedBy <http://rubygems.org/gems/earl-report>;
   earl:assertions
+    <Apache-Jena-ttl-earl-2013-08-10.ttl>,
     <RIOT-jena-details.ttl>,
-    <earl-node-n3-2013-07-22.ttl>,
+    <earl-node-n3-2013-08-10.ttl>,
     <earl.ttl>,
-    <rdf.rb-earl-2013-07-24.ttl>;
+    <rdf-trine-turtle-2013-08-10.ttl>,
+    <rdf.rb-earl-08-10.ttl>,
+    <rdf.rb-earl-2013-08-10.ttl>,
+    <turtleparserjava-earl-2013-08-10.ttl>;
   earl:testSubjects (
     <http://jena.apache.org/#riot>
+    <http://kasei.us/code/rdf-trine/#project>
     <http://rubygems.org/gems/rdf-turtle>
-    <https://github.com/RubenVerborgh/node-n3#node-n3>);
+    <https://github.com/RubenVerborgh/node-n3#node-n3>
+    <https://github.com/peteroupc/TurtleParserJava>);
   mf:entries (
     <http://www.w3.org/2013/TurtleTests/manifest.ttl>) .
     
@@ -34,15 +40,14 @@
   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.4>;
+  doap:release <https://github.com/gkellogg/earl-report/tree/0.2.5>;
   doap:developer <http://greggkellogg.net/foaf#me> .
 
     
 
 # Manifests
 <http://www.w3.org/2013/TurtleTests/manifest.ttl> a earl:Report, mf:Manifest;
-  dc:title "Turtle tests";
-  mf:name "Turtle tests";
+  rdfs:comment "Turtle tests";
   mf:entries (
     <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_subject>
     <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_four_digit_numeric_escape>
@@ -340,7 +345,7 @@
 # Subject Definitions
 #
 <http://jena.apache.org/#riot> a earl:TestSubject, doap:Project;
-  doap:name "Apache Jena";
+  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";
  .
@@ -382,6 +387,18 @@
      foaf:name "Dave Reynolds" ] .
 
 
+<http://kasei.us/code/rdf-trine/#project> a earl:TestSubject, doap:Project;
+  doap:name "RDF::Trine";
+  doap:programming-language "perl";
+ .
+
+<http://kasei.us/code/rdf-trine/#project> doap:developer <http://kasei.us/about/foaf.xrdf#greg> .
+
+<http://kasei.us/about/foaf.xrdf#greg> a foaf:Person;
+  foaf:homepage <http://kasei.us/>;
+  foaf:name "Gregory Todd Williams" .
+
+
 <http://rubygems.org/gems/rdf-turtle> a earl:TestSubject, doap:Project;
   doap:name "RDF::Turtle";
   doap:description """RDF::Turtle is an Turtle reader/writer for the RDF.rb library suite."""@en;
@@ -407,6 +424,19 @@
   foaf:name "Ruben Verborgh" .
 
 
+<https://github.com/peteroupc/TurtleParserJava> a earl:TestSubject, doap:Project;
+  doap:name "Turtle Parser";
+  doap:description """A Turtle parser for Java."""@en;
+  doap:programming-language "Java";
+ .
+
+<https://github.com/peteroupc/TurtleParserJava> doap:developer <http://upokecenter.com/foaf/peter> .
+
+<http://upokecenter.com/foaf/peter> a foaf:Person;
+  foaf:homepage <http://upokecenter.com/>;
+  foaf:name "Peter Occil" .
+
+
 #
 # Test Case Definitions
 #
@@ -417,10 +447,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/IRI_subject.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_subject>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_subject>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_subject>;
@@ -433,6 +470,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_subject>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_four_digit_numeric_escape> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -442,10 +485,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/IRI_with_four_digit_numeric_escape.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_four_digit_numeric_escape>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_four_digit_numeric_escape>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_four_digit_numeric_escape>;
@@ -458,6 +508,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_four_digit_numeric_escape>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_eight_digit_numeric_escape> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -467,10 +523,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/IRI_with_eight_digit_numeric_escape.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_eight_digit_numeric_escape>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_eight_digit_numeric_escape>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_eight_digit_numeric_escape>;
@@ -483,6 +546,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_eight_digit_numeric_escape>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_all_punctuation> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -492,10 +561,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/IRI_with_all_punctuation.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_all_punctuation>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_all_punctuation>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_all_punctuation>;
@@ -508,6 +584,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_all_punctuation>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_a_predicate> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -517,10 +599,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/bareword_a_predicate.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_a_predicate>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_a_predicate>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_a_predicate>;
@@ -533,6 +622,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_a_predicate>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_prefix> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -542,10 +637,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/old_style_prefix.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_prefix>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_prefix>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_prefix>;
@@ -558,6 +660,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_prefix>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_prefix> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -567,10 +675,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/SPARQL_style_prefix.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_prefix>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_prefix>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_prefix>;
@@ -583,6 +698,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_prefix>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_predicate> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -592,10 +713,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/prefixed_IRI_predicate.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_predicate>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_predicate>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_predicate>;
@@ -608,6 +736,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_predicate>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_object> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -617,10 +751,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/prefixed_IRI_object.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_object>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_object>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_object>;
@@ -633,6 +774,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_object>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_only_IRI> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -642,10 +789,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/prefix_only_IRI.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_only_IRI>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_only_IRI>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_only_IRI>;
@@ -658,6 +812,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_only_IRI>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -667,10 +827,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/prefix_with_PN_CHARS_BASE_character_boundaries.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries>;
@@ -683,6 +850,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_non_leading_extras> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -692,10 +865,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/prefix_with_non_leading_extras.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_non_leading_extras>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_non_leading_extras>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_non_leading_extras>;
@@ -708,6 +888,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_non_leading_extras>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#default_namespace_IRI> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -717,10 +903,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/default_namespace_IRI.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#default_namespace_IRI>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#default_namespace_IRI>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#default_namespace_IRI>;
@@ -733,6 +926,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#default_namespace_IRI>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_reassigned_and_used> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -742,10 +941,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/prefix_reassigned_and_used.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_reassigned_and_used>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_reassigned_and_used>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_reassigned_and_used>;
@@ -758,6 +964,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_reassigned_and_used>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#reserved_escaped_localName> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -767,10 +979,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/reserved_escaped_localName.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#reserved_escaped_localName>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#reserved_escaped_localName>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#reserved_escaped_localName>;
@@ -783,6 +1002,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#reserved_escaped_localName>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#percent_escaped_localName> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -792,10 +1017,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/percent_escaped_localName.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#percent_escaped_localName>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#percent_escaped_localName>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#percent_escaped_localName>;
@@ -808,6 +1040,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#percent_escaped_localName>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#HYPHEN_MINUS_in_localName> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -817,10 +1055,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/HYPHEN_MINUS_in_localName.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#HYPHEN_MINUS_in_localName>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#HYPHEN_MINUS_in_localName>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#HYPHEN_MINUS_in_localName>;
@@ -833,6 +1078,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#HYPHEN_MINUS_in_localName>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#underscore_in_localName> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -842,10 +1093,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/underscore_in_localName.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#underscore_in_localName>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#underscore_in_localName>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#underscore_in_localName>;
@@ -858,6 +1116,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#underscore_in_localName>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#localname_with_COLON> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -867,10 +1131,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/localname_with_COLON.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localname_with_COLON>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localname_with_COLON>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localname_with_COLON>;
@@ -883,6 +1154,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localname_with_COLON>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -892,10 +1169,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries>;
@@ -908,6 +1192,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -917,10 +1207,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries>;
@@ -933,6 +1230,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -942,10 +1245,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/localName_with_nfc_PN_CHARS_BASE_character_boundaries.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries>;
@@ -958,6 +1268,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_underscore> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -967,10 +1283,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/localName_with_leading_underscore.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_underscore>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_underscore>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_underscore>;
@@ -983,6 +1306,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_underscore>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_digit> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -992,10 +1321,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/localName_with_leading_digit.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_digit>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_digit>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_digit>;
@@ -1008,6 +1344,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_digit>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_non_leading_extras> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -1017,10 +1359,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/localName_with_non_leading_extras.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_non_leading_extras>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_non_leading_extras>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_non_leading_extras>;
@@ -1033,6 +1382,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_non_leading_extras>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_base> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -1042,10 +1397,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/old_style_base.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_base>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_base>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_base>;
@@ -1058,6 +1420,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_base>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_base> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -1067,10 +1435,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/SPARQL_style_base.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_base>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_base>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_base>;
@@ -1083,6 +1458,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_base>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_subject> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -1092,10 +1473,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_subject>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_subject>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_subject>;
@@ -1108,6 +1496,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_subject>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_object> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -1117,10 +1511,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_object>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_object>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_object>;
@@ -1133,6 +1534,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_object>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -1142,10 +1549,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_PN_CHARS_BASE_character_boundaries.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries>;
@@ -1158,6 +1572,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_underscore> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -1167,10 +1587,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_leading_underscore.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_underscore>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_underscore>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_underscore>;
@@ -1183,6 +1610,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_underscore>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_digit> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -1192,10 +1625,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_leading_digit.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_digit>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_digit>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_digit>;
@@ -1208,6 +1648,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_digit>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_non_leading_extras> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -1217,10 +1663,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_non_leading_extras.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_non_leading_extras>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_non_leading_extras>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_non_leading_extras>;
@@ -1233,6 +1686,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_non_leading_extras>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_subject> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -1242,10 +1701,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/anonymous_blank_node_subject.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_subject>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_subject>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_subject>;
@@ -1258,6 +1724,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_subject>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_object> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -1267,10 +1739,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/anonymous_blank_node_object.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_object>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_object>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_object>;
@@ -1283,6 +1762,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_object>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#sole_blankNodePropertyList> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -1292,10 +1777,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/sole_blankNodePropertyList.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#sole_blankNodePropertyList>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#sole_blankNodePropertyList>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#sole_blankNodePropertyList>;
@@ -1308,6 +1800,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#sole_blankNodePropertyList>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_subject> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -1317,10 +1815,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_subject.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_subject>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_subject>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_subject>;
@@ -1333,6 +1838,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_subject>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_object> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -1342,10 +1853,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_object.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_object>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_object>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_object>;
@@ -1358,6 +1876,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_object>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_with_multiple_triples> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -1367,10 +1891,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_with_multiple_triples.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_with_multiple_triples>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_with_multiple_triples>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_with_multiple_triples>;
@@ -1383,6 +1914,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_with_multiple_triples>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_blankNodePropertyLists> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -1392,10 +1929,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/nested_blankNodePropertyLists.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_blankNodePropertyLists>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_blankNodePropertyLists>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_blankNodePropertyLists>;
@@ -1408,6 +1952,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_blankNodePropertyLists>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_containing_collection> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -1417,10 +1967,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/blankNodePropertyList_containing_collection.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_containing_collection>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_containing_collection>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_containing_collection>;
@@ -1433,6 +1990,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_containing_collection>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_subject> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -1442,10 +2005,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/collection_subject.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_subject>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_subject>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_subject>;
@@ -1458,6 +2028,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_subject>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_object> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -1467,10 +2043,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/collection_object.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_object>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_object>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_object>;
@@ -1483,6 +2066,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_object>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#empty_collection> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -1492,10 +2081,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/empty_collection.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#empty_collection>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#empty_collection>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#empty_collection>;
@@ -1508,6 +2104,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#empty_collection>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_collection> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -1517,10 +2119,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/nested_collection.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_collection>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_collection>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_collection>;
@@ -1533,6 +2142,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_collection>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#first> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -1542,10 +2157,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/first.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#first>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#first>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#first>;
@@ -1558,6 +2180,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#first>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#last> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -1567,10 +2195,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/last.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#last>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#last>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#last>;
@@ -1583,6 +2218,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#last>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -1592,10 +2233,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1>;
@@ -1608,6 +2256,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_ascii_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -1617,10 +2271,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1_ascii_boundaries.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_ascii_boundaries>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_ascii_boundaries>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_ascii_boundaries>;
@@ -1633,6 +2294,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_ascii_boundaries>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_with_UTF8_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -1642,10 +2309,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1_with_UTF8_boundaries.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_with_UTF8_boundaries>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_with_UTF8_boundaries>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_with_UTF8_boundaries>;
@@ -1658,6 +2332,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_with_UTF8_boundaries>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_controls> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -1667,10 +2347,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1_all_controls.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_controls>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_controls>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_controls>;
@@ -1683,6 +2370,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_controls>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_punctuation> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -1692,10 +2385,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/LITERAL1_all_punctuation.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_punctuation>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_punctuation>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_punctuation>;
@@ -1708,6 +2408,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_punctuation>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -1717,10 +2423,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1>;
@@ -1733,6 +2446,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -1742,10 +2461,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_ascii_boundaries.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries>;
@@ -1758,6 +2484,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -1767,10 +2499,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_UTF8_boundaries.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries>;
@@ -1783,6 +2522,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_1_squote> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -1792,10 +2537,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_1_squote.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_1_squote>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_1_squote>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_1_squote>;
@@ -1808,6 +2560,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_1_squote>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_2_squotes> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -1817,10 +2575,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_2_squotes.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_2_squotes>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_2_squotes>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_2_squotes>;
@@ -1833,6 +2598,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_2_squotes>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -1842,10 +2613,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/LITERAL2.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2>;
@@ -1858,6 +2636,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_ascii_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -1867,10 +2651,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/LITERAL2_ascii_boundaries.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_ascii_boundaries>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_ascii_boundaries>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_ascii_boundaries>;
@@ -1883,6 +2674,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_ascii_boundaries>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_with_UTF8_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -1892,10 +2689,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/LITERAL2_with_UTF8_boundaries.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_with_UTF8_boundaries>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_with_UTF8_boundaries>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_with_UTF8_boundaries>;
@@ -1908,6 +2712,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_with_UTF8_boundaries>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -1917,10 +2727,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2>;
@@ -1933,6 +2750,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -1942,10 +2765,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_ascii_boundaries.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries>;
@@ -1958,6 +2788,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -1967,10 +2803,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_UTF8_boundaries.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries>;
@@ -1983,6 +2826,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_1_squote> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -1992,10 +2841,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_1_squote.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_1_squote>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_1_squote>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_1_squote>;
@@ -2008,6 +2864,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_1_squote>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_2_squotes> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -2017,10 +2879,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_2_squotes.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_2_squotes>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_2_squotes>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_2_squotes>;
@@ -2033,6 +2902,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_2_squotes>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CHARACTER_TABULATION> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -2042,10 +2917,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/literal_with_CHARACTER_TABULATION.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CHARACTER_TABULATION>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CHARACTER_TABULATION>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CHARACTER_TABULATION>;
@@ -2058,6 +2940,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CHARACTER_TABULATION>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_BACKSPACE> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -2067,10 +2955,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/literal_with_BACKSPACE.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_BACKSPACE>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_BACKSPACE>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_BACKSPACE>;
@@ -2083,6 +2978,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_BACKSPACE>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_LINE_FEED> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -2092,10 +2993,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/literal_with_LINE_FEED.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_LINE_FEED>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_LINE_FEED>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_LINE_FEED>;
@@ -2108,6 +3016,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_LINE_FEED>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CARRIAGE_RETURN> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -2117,10 +3031,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/literal_with_CARRIAGE_RETURN.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CARRIAGE_RETURN>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CARRIAGE_RETURN>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CARRIAGE_RETURN>;
@@ -2133,6 +3054,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CARRIAGE_RETURN>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_FORM_FEED> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -2142,10 +3069,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/literal_with_FORM_FEED.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_FORM_FEED>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_FORM_FEED>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_FORM_FEED>;
@@ -2158,6 +3092,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_FORM_FEED>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_REVERSE_SOLIDUS> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -2167,10 +3107,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/literal_with_REVERSE_SOLIDUS.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_REVERSE_SOLIDUS>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_REVERSE_SOLIDUS>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_REVERSE_SOLIDUS>;
@@ -2183,6 +3130,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_REVERSE_SOLIDUS>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -2192,10 +3145,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_CHARACTER_TABULATION.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION>;
@@ -2208,6 +3168,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_BACKSPACE> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -2217,10 +3183,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_BACKSPACE.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_BACKSPACE>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_BACKSPACE>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_BACKSPACE>;
@@ -2233,6 +3206,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_BACKSPACE>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_LINE_FEED> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -2242,10 +3221,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_LINE_FEED.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_LINE_FEED>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_LINE_FEED>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_LINE_FEED>;
@@ -2258,6 +3244,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_LINE_FEED>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -2267,10 +3259,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_CARRIAGE_RETURN.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN>;
@@ -2283,6 +3282,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_FORM_FEED> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -2292,10 +3297,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/literal_with_escaped_FORM_FEED.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_FORM_FEED>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_FORM_FEED>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_FORM_FEED>;
@@ -2308,6 +3320,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_FORM_FEED>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape4> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -2317,10 +3335,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape4.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape4>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape4>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape4>;
@@ -2333,6 +3358,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape4>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape8> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -2342,10 +3373,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape8.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape8>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape8>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape8>;
@@ -2358,6 +3396,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape8>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRIREF_datatype> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -2367,10 +3411,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/IRIREF_datatype.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRIREF_datatype>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRIREF_datatype>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRIREF_datatype>;
@@ -2383,6 +3434,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRIREF_datatype>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_name_datatype> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -2392,10 +3449,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/prefixed_name_datatype.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_name_datatype>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_name_datatype>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_name_datatype>;
@@ -2408,6 +3472,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_name_datatype>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_integer> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -2417,10 +3487,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/bareword_integer.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_integer>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_integer>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_integer>;
@@ -2433,6 +3510,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_integer>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_decimal> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -2442,10 +3525,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/bareword_decimal.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_decimal>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_decimal>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_decimal>;
@@ -2458,6 +3548,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_decimal>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_double> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -2467,10 +3563,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/bareword_double.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_double>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_double>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_double>;
@@ -2483,6 +3586,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_double>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#double_lower_case_e> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -2492,10 +3601,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/double_lower_case_e.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#double_lower_case_e>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#double_lower_case_e>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#double_lower_case_e>;
@@ -2508,6 +3624,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#double_lower_case_e>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#negative_numeric> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -2517,10 +3639,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/negative_numeric.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#negative_numeric>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#negative_numeric>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#negative_numeric>;
@@ -2533,6 +3662,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#negative_numeric>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#positive_numeric> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -2542,10 +3677,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/positive_numeric.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#positive_numeric>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#positive_numeric>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#positive_numeric>;
@@ -2558,6 +3700,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#positive_numeric>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#numeric_with_leading_0> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -2567,10 +3715,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/numeric_with_leading_0.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#numeric_with_leading_0>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#numeric_with_leading_0>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#numeric_with_leading_0>;
@@ -2583,6 +3738,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#numeric_with_leading_0>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_true> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -2592,10 +3753,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/literal_true.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_true>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_true>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_true>;
@@ -2608,6 +3776,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_true>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_false> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -2617,10 +3791,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/literal_false.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_false>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_false>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_false>;
@@ -2633,6 +3814,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_false>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_non_LONG> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -2642,10 +3829,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/langtagged_non_LONG.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_non_LONG>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_non_LONG>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_non_LONG>;
@@ -2658,6 +3852,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_non_LONG>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -2667,10 +3867,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/langtagged_LONG.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG>;
@@ -2683,6 +3890,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#lantag_with_subtag> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -2692,10 +3905,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/lantag_with_subtag.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#lantag_with_subtag>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#lantag_with_subtag>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#lantag_with_subtag>;
@@ -2708,6 +3928,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#lantag_with_subtag>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#objectList_with_two_objects> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -2717,10 +3943,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/objectList_with_two_objects.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#objectList_with_two_objects>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#objectList_with_two_objects>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#objectList_with_two_objects>;
@@ -2733,6 +3966,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#objectList_with_two_objects>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#predicateObjectList_with_two_objectLists> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -2742,10 +3981,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/predicateObjectList_with_two_objectLists.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#predicateObjectList_with_two_objectLists>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#predicateObjectList_with_two_objectLists>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#predicateObjectList_with_two_objectLists>;
@@ -2758,6 +4004,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#predicateObjectList_with_two_objectLists>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_at_end> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -2767,10 +4019,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/repeated_semis_at_end.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_at_end>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_at_end>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_at_end>;
@@ -2783,6 +4042,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_at_end>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_not_at_end> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -2792,10 +4057,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/repeated_semis_not_at_end.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_not_at_end>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_not_at_end>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_not_at_end>;
@@ -2808,6 +4080,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_not_at_end>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_localName> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -2817,21 +4095,35 @@
   mf:action <http://www.w3.org/2013/TurtleTests/comment_following_localName.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_localName>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_localName>;
-      earl:subject <http://rubygems.org/gems/rdf-turtle>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_localName>;
+      earl:subject <http://rubygems.org/gems/rdf-turtle>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_localName>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_localName>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_localName> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -2841,21 +4133,35 @@
   mf:action <http://www.w3.org/2013/TurtleTests/number_sign_following_localName.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_localName>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_localName>;
-      earl:subject <http://rubygems.org/gems/rdf-turtle>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_localName>;
+      earl:subject <http://rubygems.org/gems/rdf-turtle>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_localName>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_localName>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_PNAME_NS> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -2865,21 +4171,35 @@
   mf:action <http://www.w3.org/2013/TurtleTests/comment_following_PNAME_NS.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_PNAME_NS>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_PNAME_NS>;
-      earl:subject <http://rubygems.org/gems/rdf-turtle>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_PNAME_NS>;
+      earl:subject <http://rubygems.org/gems/rdf-turtle>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_PNAME_NS>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_PNAME_NS>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_PNAME_NS> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -2889,21 +4209,35 @@
   mf:action <http://www.w3.org/2013/TurtleTests/number_sign_following_PNAME_NS.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_PNAME_NS>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
-    [ a earl:Assertion;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_PNAME_NS>;
-      earl:subject <http://rubygems.org/gems/rdf-turtle>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://greggkellogg.net/foaf#me>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_PNAME_NS>;
+      earl:subject <http://rubygems.org/gems/rdf-turtle>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_PNAME_NS>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_PNAME_NS>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -2913,10 +4247,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_REVERSE_SOLIDUS.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS>;
@@ -2929,6 +4270,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -2937,10 +4284,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-LITERAL2_with_langtag_and_datatype.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype>;
@@ -2953,6 +4307,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#two_LITERAL_LONG2s> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -2962,10 +4322,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/two_LITERAL_LONG2s.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#two_LITERAL_LONG2s>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#two_LITERAL_LONG2s>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#two_LITERAL_LONG2s>;
@@ -2978,6 +4345,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#two_LITERAL_LONG2s>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG_with_subtag> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -2987,10 +4360,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/langtagged_LONG_with_subtag.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG_with_subtag>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG_with_subtag>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG_with_subtag>;
@@ -3003,6 +4383,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG_with_subtag>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -3011,10 +4397,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-file-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-01>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-01>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-01>;
@@ -3027,6 +4420,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-01>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -3035,10 +4434,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-file-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-02>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-02>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-02>;
@@ -3051,6 +4457,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-02>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -3059,10 +4471,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-file-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-03>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-03>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-03>;
@@ -3075,6 +4494,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-03>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -3083,10 +4508,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-01>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-01>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-01>;
@@ -3099,6 +4531,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-01>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -3107,10 +4545,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-02>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-02>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-02>;
@@ -3123,6 +4568,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-02>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -3131,10 +4582,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-03>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-03>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-03>;
@@ -3147,6 +4605,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-03>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -3155,10 +4619,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-04.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-04>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-04>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-04>;
@@ -3171,6 +4642,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-04>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -3179,10 +4656,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-base-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-01>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-01>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-01>;
@@ -3195,6 +4679,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-01>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -3203,10 +4693,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-base-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-02>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-02>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-02>;
@@ -3219,6 +4716,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-02>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -3227,10 +4730,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-base-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-03>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-03>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-03>;
@@ -3243,6 +4753,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-03>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -3251,10 +4767,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-base-04.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-04>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-04>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-04>;
@@ -3267,6 +4790,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-04>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -3275,10 +4804,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-01>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-01>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-01>;
@@ -3291,6 +4827,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-01>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -3299,10 +4841,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-02>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-02>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-02>;
@@ -3315,6 +4864,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-02>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -3323,10 +4878,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-03>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-03>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-03>;
@@ -3339,6 +4901,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-03>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -3347,10 +4915,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-04.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-04>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-04>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-04>;
@@ -3363,6 +4938,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-04>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -3371,10 +4952,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-05.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-05>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-05>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-05>;
@@ -3387,6 +4975,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-05>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -3395,10 +4989,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-06.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-06>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-06>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-06>;
@@ -3411,6 +5012,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-06>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-07> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -3419,10 +5026,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-07.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-07>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-07>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-07>;
@@ -3435,6 +5049,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-07>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-08> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -3443,10 +5063,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-08.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-08>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-08>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-08>;
@@ -3459,6 +5086,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-08>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-09> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -3467,10 +5100,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-09.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-09>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-09>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-09>;
@@ -3483,6 +5123,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-09>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -3491,10 +5137,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-01>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-01>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-01>;
@@ -3507,6 +5160,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-01>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -3515,10 +5174,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-02>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-02>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-02>;
@@ -3531,6 +5197,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-02>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -3539,10 +5211,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-03>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-03>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-03>;
@@ -3555,6 +5234,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-03>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -3563,10 +5248,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-04.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-04>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-04>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-04>;
@@ -3579,6 +5271,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-04>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -3587,10 +5285,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-05.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-05>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-05>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-05>;
@@ -3603,6 +5308,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-05>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -3611,10 +5322,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-06.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-06>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-06>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-06>;
@@ -3627,6 +5345,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-06>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-07> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -3635,10 +5359,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-07.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-07>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-07>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-07>;
@@ -3651,6 +5382,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-07>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-08> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -3659,10 +5396,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-08.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-08>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-08>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-08>;
@@ -3675,6 +5419,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-08>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-09> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -3683,10 +5433,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-09.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-09>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-09>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-09>;
@@ -3699,6 +5456,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-09>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-10> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -3707,10 +5470,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-10.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-10>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-10>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-10>;
@@ -3723,6 +5493,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-10>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-11> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -3731,10 +5507,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-string-11.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-11>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-11>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-11>;
@@ -3747,6 +5530,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-11>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -3755,10 +5544,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-str-esc-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-01>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-01>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-01>;
@@ -3771,6 +5567,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-01>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -3779,10 +5581,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-str-esc-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-02>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-02>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-02>;
@@ -3795,6 +5604,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-02>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -3803,10 +5618,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-str-esc-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-03>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-03>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-03>;
@@ -3819,6 +5641,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-03>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -3827,10 +5655,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-pname-esc-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-01>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-01>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-01>;
@@ -3843,6 +5678,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-01>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -3851,10 +5692,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-pname-esc-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-02>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-02>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-02>;
@@ -3867,6 +5715,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-02>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -3875,10 +5729,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-pname-esc-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-03>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-03>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-03>;
@@ -3891,6 +5752,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-03>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -3899,10 +5766,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-01>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-01>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-01>;
@@ -3915,6 +5789,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-01>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -3923,10 +5803,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-02>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-02>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-02>;
@@ -3939,6 +5826,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-02>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -3947,10 +5840,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-03>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-03>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-03>;
@@ -3963,6 +5863,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-03>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -3971,10 +5877,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-04.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-04>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-04>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-04>;
@@ -3987,6 +5900,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-04>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -3995,10 +5914,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-05.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-05>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-05>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-05>;
@@ -4011,6 +5937,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-05>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -4019,10 +5951,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-06.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-06>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-06>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-06>;
@@ -4035,6 +5974,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-06>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-07> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -4043,10 +5988,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-07.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-07>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-07>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-07>;
@@ -4059,6 +6011,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-07>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-08> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -4067,10 +6025,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-08.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-08>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-08>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-08>;
@@ -4083,6 +6048,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-08>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-09> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -4091,10 +6062,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-09.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-09>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-09>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-09>;
@@ -4107,6 +6085,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-09>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-10> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -4115,10 +6099,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-10.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-10>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-10>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-10>;
@@ -4131,6 +6122,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-10>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -4139,10 +6136,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-01>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-01>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-01>;
@@ -4155,6 +6159,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-01>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -4163,10 +6173,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-02>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-02>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-02>;
@@ -4179,6 +6196,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-02>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -4187,10 +6210,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-03>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-03>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-03>;
@@ -4203,6 +6233,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-03>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -4211,10 +6247,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-04.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-04>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-04>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-04>;
@@ -4227,6 +6270,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-04>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -4235,10 +6284,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-05.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-05>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-05>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-05>;
@@ -4251,6 +6307,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-05>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -4259,10 +6321,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-06.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-06>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-06>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-06>;
@@ -4275,6 +6344,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-06>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-07> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -4283,10 +6358,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-07.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-07>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-07>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-07>;
@@ -4299,6 +6381,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-07>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-08> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -4307,10 +6395,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-08.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-08>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-08>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-08>;
@@ -4323,6 +6418,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-08>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-09> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -4331,10 +6432,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-09.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-09>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-09>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-09>;
@@ -4347,6 +6455,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-09>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-10> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -4355,10 +6469,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-10.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-10>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-10>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-10>;
@@ -4371,6 +6492,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-10>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-11> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -4379,10 +6506,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-number-11.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-11>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-11>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-11>;
@@ -4395,6 +6529,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-11>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -4403,10 +6543,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-datatypes-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-01>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-01>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-01>;
@@ -4419,6 +6566,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-01>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -4427,10 +6580,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-datatypes-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-02>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-02>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-02>;
@@ -4443,6 +6603,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-02>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -4451,10 +6617,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-kw-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-01>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-01>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-01>;
@@ -4467,6 +6640,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-01>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -4475,10 +6654,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-kw-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-02>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-02>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-02>;
@@ -4491,6 +6677,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-02>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -4499,10 +6691,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-kw-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-03>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-03>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-03>;
@@ -4515,6 +6714,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-03>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -4523,10 +6728,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-01>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-01>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-01>;
@@ -4539,6 +6751,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-01>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -4547,10 +6765,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-02>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-02>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-02>;
@@ -4563,6 +6788,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-02>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -4571,10 +6802,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-03>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-03>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-03>;
@@ -4587,6 +6825,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-03>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -4595,10 +6839,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-04.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-04>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-04>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-04>;
@@ -4611,6 +6862,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-04>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -4619,10 +6876,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-05.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-05>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-05>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-05>;
@@ -4635,6 +6899,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-05>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -4643,10 +6913,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-01>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-01>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-01>;
@@ -4659,6 +6936,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-01>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -4667,10 +6950,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-02>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-02>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-02>;
@@ -4683,6 +6973,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-02>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -4691,10 +6987,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-03>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-03>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-03>;
@@ -4707,6 +7010,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-03>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -4715,10 +7024,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-04.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-04>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-04>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-04>;
@@ -4731,6 +7047,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-04>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -4739,10 +7061,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-05.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-05>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-05>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-05>;
@@ -4755,6 +7084,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-05>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -4763,10 +7098,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-01>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-01>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-01>;
@@ -4779,6 +7121,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-01>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -4787,10 +7135,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-02>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-02>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-02>;
@@ -4803,6 +7158,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-02>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -4811,10 +7172,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-03>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-03>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-03>;
@@ -4827,6 +7195,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-03>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -4835,10 +7209,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-04.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-04>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-04>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-04>;
@@ -4851,6 +7232,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-04>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -4859,10 +7246,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-05.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-05>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-05>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-05>;
@@ -4875,6 +7269,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-05>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -4883,10 +7283,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-01>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-01>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-01>;
@@ -4899,6 +7306,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-01>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -4907,10 +7320,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-02>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-02>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-02>;
@@ -4923,6 +7343,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-02>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -4931,10 +7357,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-03>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-03>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-03>;
@@ -4947,6 +7380,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-03>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -4955,10 +7394,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-04.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-04>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-04>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-04>;
@@ -4971,6 +7417,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-04>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -4979,10 +7431,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-05.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-05>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-05>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-05>;
@@ -4995,6 +7454,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-05>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -5003,10 +7468,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-base-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-01>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-01>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-01>;
@@ -5019,6 +7491,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-01>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -5027,10 +7505,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-base-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-02>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-02>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-02>;
@@ -5043,6 +7528,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-02>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -5051,10 +7542,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-base-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-03>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-03>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-03>;
@@ -5067,6 +7565,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-03>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -5075,10 +7579,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-01>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-01>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-01>;
@@ -5091,6 +7602,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-01>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -5099,10 +7616,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-02>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-02>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-02>;
@@ -5115,6 +7639,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-02>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -5123,10 +7653,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-03>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-03>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-03>;
@@ -5139,6 +7676,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-03>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -5147,10 +7690,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-04.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-04>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-04>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-04>;
@@ -5163,6 +7713,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-04>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -5171,10 +7727,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-05.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-05>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-05>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-05>;
@@ -5187,6 +7750,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-05>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -5195,10 +7764,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-06.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-06>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-06>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-06>;
@@ -5211,6 +7787,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-06>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-07> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -5219,10 +7801,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-07.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-07>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-07>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-07>;
@@ -5235,6 +7824,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-07>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -5243,10 +7838,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-01>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-01>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-01>;
@@ -5259,6 +7861,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-01>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -5267,10 +7875,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-02>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-02>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-02>;
@@ -5283,6 +7898,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-02>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -5291,10 +7912,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-03>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-03>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-03>;
@@ -5307,6 +7935,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-03>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -5315,10 +7949,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-04.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-04>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-04>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-04>;
@@ -5331,6 +7972,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-04>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -5339,10 +7986,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-05.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-05>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-05>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-05>;
@@ -5355,6 +8009,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-05>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -5363,10 +8023,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-01>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-01>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-01>;
@@ -5379,6 +8046,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-01>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -5387,10 +8060,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-02>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-02>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-02>;
@@ -5403,6 +8083,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-02>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -5411,10 +8097,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-03>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-03>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-03>;
@@ -5427,6 +8120,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-03>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -5435,10 +8134,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-04.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-04>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-04>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-04>;
@@ -5451,6 +8157,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-04>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -5459,10 +8171,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-05.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-05>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-05>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-05>;
@@ -5475,6 +8194,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-05>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -5483,10 +8208,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-06.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-06>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-06>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-06>;
@@ -5499,6 +8231,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-06>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-07> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -5507,10 +8245,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-07.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-07>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-07>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-07>;
@@ -5523,6 +8268,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-07>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-08> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -5531,10 +8282,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-08.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-08>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-08>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-08>;
@@ -5547,6 +8305,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-08>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-09> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -5555,10 +8319,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-09.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-09>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-09>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-09>;
@@ -5571,6 +8342,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-09>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-10> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -5579,10 +8356,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-10.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-10>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-10>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-10>;
@@ -5595,6 +8379,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-10>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-11> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -5603,10 +8393,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-11.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-11>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-11>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-11>;
@@ -5619,6 +8416,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-11>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-12> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -5627,10 +8430,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-12.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-12>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-12>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-12>;
@@ -5643,6 +8453,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-12>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-13> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -5651,10 +8467,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-13.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-13>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-13>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-13>;
@@ -5667,6 +8490,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-13>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-08> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -5675,10 +8504,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-08.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-08>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-08>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-08>;
@@ -5691,6 +8527,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-08>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-09> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -5699,10 +8541,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-09.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-09>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-09>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-09>;
@@ -5715,6 +8564,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-09>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-10> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -5723,10 +8578,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-10.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-10>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-10>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-10>;
@@ -5739,6 +8601,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-10>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-11> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -5747,10 +8615,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-11.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-11>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-11>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-11>;
@@ -5763,6 +8638,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-11>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-12> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -5771,10 +8652,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-12.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-12>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-12>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-12>;
@@ -5787,6 +8675,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-12>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-13> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -5795,10 +8689,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-13.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-13>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-13>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-13>;
@@ -5811,6 +8712,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-13>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-14> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -5819,10 +8726,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-14.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-14>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-14>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-14>;
@@ -5835,6 +8749,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-14>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-15> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -5843,10 +8763,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-15.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-15>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-15>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-15>;
@@ -5859,6 +8786,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-15>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-16> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -5867,10 +8800,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-16.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-16>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-16>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-16>;
@@ -5883,6 +8823,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-16>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-17> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -5891,10 +8837,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-17.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-17>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-17>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-17>;
@@ -5907,6 +8860,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-17>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-lang-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -5915,10 +8874,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-lang-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-lang-01>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-lang-01>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-lang-01>;
@@ -5931,6 +8897,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-lang-01>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -5939,10 +8911,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-01>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-01>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-01>;
@@ -5955,6 +8934,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-01>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -5963,10 +8948,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-02>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-02>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-02>;
@@ -5979,6 +8971,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-02>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -5987,10 +8985,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-03>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-03>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-03>;
@@ -6003,6 +9008,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-03>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -6011,10 +9022,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-04.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-04>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-04>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-04>;
@@ -6027,6 +9045,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-04>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -6035,10 +9059,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-pname-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-01>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-01>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-01>;
@@ -6051,6 +9082,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-01>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -6059,10 +9096,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-pname-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-02>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-02>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-02>;
@@ -6075,6 +9119,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-02>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -6083,10 +9133,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-pname-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-03>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-03>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-03>;
@@ -6099,6 +9156,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-03>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -6107,10 +9170,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-01>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-01>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-01>;
@@ -6123,6 +9193,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-01>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -6131,10 +9207,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-02>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-02>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-02>;
@@ -6147,6 +9230,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-02>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -6155,10 +9244,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-03>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-03>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-03>;
@@ -6171,6 +9267,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-03>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -6179,10 +9281,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-04.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-04>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-04>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-04>;
@@ -6195,6 +9304,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-04>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -6203,10 +9318,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-05.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-05>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-05>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-05>;
@@ -6219,6 +9341,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-05>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -6227,10 +9355,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-06.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-06>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-06>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-06>;
@@ -6243,6 +9378,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-06>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-07> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -6251,10 +9392,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-07.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-07>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-07>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-07>;
@@ -6267,6 +9415,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-07>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -6275,10 +9429,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-01>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-01>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-01>;
@@ -6291,6 +9452,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-01>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -6299,10 +9466,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-02>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-02>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-02>;
@@ -6315,6 +9489,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-02>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -6323,10 +9503,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-03>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-03>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-03>;
@@ -6339,6 +9526,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-03>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -6347,10 +9540,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-04.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-04>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-04>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-04>;
@@ -6363,6 +9563,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-04>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -6371,10 +9577,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-05.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-05>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-05>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-05>;
@@ -6387,6 +9600,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-05>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -6396,10 +9615,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-struct-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-01>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-01>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-01>;
@@ -6412,6 +9638,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-01>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -6421,10 +9653,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-struct-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-02>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-02>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-02>;
@@ -6437,6 +9676,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-02>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -6446,10 +9691,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-01>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-01>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-01>;
@@ -6462,6 +9714,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-01>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -6471,10 +9729,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-02>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-02>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-02>;
@@ -6487,6 +9752,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-02>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -6496,10 +9767,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-03>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-03>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-03>;
@@ -6512,6 +9790,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-03>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -6521,10 +9805,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-04.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-04>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-04>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-04>;
@@ -6537,6 +9828,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-04>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-05> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -6546,10 +9843,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-05.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-05>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-05>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-05>;
@@ -6562,6 +9866,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-05>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-06> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -6571,10 +9881,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-06.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-06>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-06>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-06>;
@@ -6587,6 +9904,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-06>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-07> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -6596,10 +9919,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-07.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-07>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-07>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-07>;
@@ -6612,6 +9942,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-07>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-08> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -6621,10 +9957,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-08.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-08>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-08>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-08>;
@@ -6637,6 +9980,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-08>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-09> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -6646,10 +9995,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-09.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-09>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-09>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-09>;
@@ -6662,6 +10018,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-09>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-10> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -6671,10 +10033,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-10.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-10>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-10>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-10>;
@@ -6687,6 +10056,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-10>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-11> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -6696,10 +10071,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-11.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-11>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-11>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-11>;
@@ -6712,6 +10094,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-11>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-12> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -6721,10 +10109,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-12.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-12>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-12>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-12>;
@@ -6737,6 +10132,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-12>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-13> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -6746,10 +10147,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-13.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-13>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-13>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-13>;
@@ -6762,6 +10170,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-13>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-14> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -6771,10 +10185,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-14.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-14>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-14>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-14>;
@@ -6787,6 +10208,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-14>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-15> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -6796,10 +10223,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-15.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-15>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-15>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-15>;
@@ -6812,6 +10246,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-15>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-16> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -6821,10 +10261,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-16.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-16>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-16>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-16>;
@@ -6837,6 +10284,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-16>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-17> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -6846,10 +10299,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-17.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-17>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-17>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-17>;
@@ -6862,6 +10322,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-17>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-18> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -6871,10 +10337,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-18.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-18>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-18>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-18>;
@@ -6887,6 +10360,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-18>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-19> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -6896,10 +10375,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-19.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-19>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-19>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-19>;
@@ -6912,6 +10398,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-19>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-20> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -6921,10 +10413,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-20.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-20>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-20>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-20>;
@@ -6937,6 +10436,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-20>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-21> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -6946,10 +10451,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-21.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-21>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-21>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-21>;
@@ -6962,6 +10474,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-21>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-22> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -6971,10 +10489,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-22.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-22>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-22>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-22>;
@@ -6987,6 +10512,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-22>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-23> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -6996,10 +10527,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-23.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-23>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-23>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-23>;
@@ -7012,6 +10550,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-23>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-24> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -7021,10 +10565,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-24.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-24>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-24>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-24>;
@@ -7037,6 +10588,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-24>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-25> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -7046,10 +10603,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-25.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-25>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-25>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-25>;
@@ -7062,6 +10626,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-25>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-26> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -7071,10 +10641,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-26.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-26>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-26>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-26>;
@@ -7087,6 +10664,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-26>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-27> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -7096,10 +10679,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-subm-27.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-27>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-27>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-27>;
@@ -7112,6 +10702,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-27>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-01> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -7120,10 +10716,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-bad-01.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-01>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-01>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-01>;
@@ -7136,6 +10739,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-01>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-02> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -7144,10 +10753,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-bad-02.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-02>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-02>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-02>;
@@ -7160,6 +10776,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-02>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-03> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -7168,10 +10790,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-bad-03.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-03>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-03>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-03>;
@@ -7184,6 +10813,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-03>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-04> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -7192,10 +10827,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-eval-bad-04.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-04>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-04>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-04>;
@@ -7208,6 +10850,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-04>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-blank-label-dot-end> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -7216,10 +10864,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-blank-label-dot-end.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-blank-label-dot-end>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-blank-label-dot-end>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-blank-label-dot-end>;
@@ -7232,6 +10887,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-blank-label-dot-end>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-dash-start> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -7240,10 +10901,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ln-dash-start.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-dash-start>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-dash-start>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-dash-start>;
@@ -7256,6 +10924,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-dash-start>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape-start> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -7264,10 +10938,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ln-escape-start.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape-start>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape-start>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape-start>;
@@ -7280,6 +10961,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape-start>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -7288,10 +10975,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ln-escape.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape>;
@@ -7304,6 +10998,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -7312,10 +11012,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-missing-ns-dot-end.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end>;
@@ -7328,6 +11035,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -7336,10 +11049,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-missing-ns-dot-start.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start>;
@@ -7352,6 +11072,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-end> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -7360,10 +11086,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ns-dot-end.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-end>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-end>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-end>;
@@ -7376,6 +11109,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-end>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-start> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -7384,10 +11123,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ns-dot-start.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-start>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-start>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-start>;
@@ -7400,6 +11146,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-start>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-number-dot-in-anon> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -7408,10 +11160,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-number-dot-in-anon.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-number-dot-in-anon>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-number-dot-in-anon>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-number-dot-in-anon>;
@@ -7424,6 +11183,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-number-dot-in-anon>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-blank-label> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -7432,10 +11197,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-blank-label.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-blank-label>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-blank-label>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-blank-label>;
@@ -7448,6 +11220,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-blank-label>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-colons> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -7456,10 +11234,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-ln-colons.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-colons>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-colons>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-colons>;
@@ -7472,6 +11257,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-colons>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-dots> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -7480,10 +11271,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-ln-dots.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-dots>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-dots>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-dots>;
@@ -7496,6 +11294,12 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-dots>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
   ) .
 
 <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ns-dots> a earl:TestCriterion, earl:TestCase, <http://www.w3.org/ns/earl#TestCase>;
@@ -7504,10 +11308,17 @@
   mf:action <http://www.w3.org/2013/TurtleTests/turtle-syntax-ns-dots.ttl>;
   earl:assertions (
     [ a earl:Assertion;
+      earl:assertedBy <http://jena.apache.org/#riot>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ns-dots>;
       earl:subject <http://jena.apache.org/#riot>;
-      earl:mode earl:notAvailable;
-      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
+      earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ns-dots>;
+      earl:subject <http://kasei.us/code/rdf-trine/#project>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
       earl:assertedBy <http://greggkellogg.net/foaf#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ns-dots>;
@@ -7520,5 +11331,11 @@
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
-  ) .
-
+    [ a earl:Assertion;
+      earl:assertedBy <http://upokecenter.com/foaf/peter>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ns-dots>;
+      earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+      earl:mode earl:automatic;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+  ) .
+
--- a/rdf-turtle/reports/index.html	Wed Jul 24 20:47:32 2013 -0700
+++ b/rdf-turtle/reports/index.html	Sat Aug 10 17:18:38 2013 -0700
@@ -0,0 +1,20488 @@
+<!DOCTYPE html>
+<html prefix='earl: http://www.w3.org/ns/earl# doap: http://usefulinc.com/ns/doap# mf: http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#'>
+  <head>
+    <meta content='text/html;charset=utf-8' http-equiv='Content-Type' />
+    <title>
+      Turtle
+      Implementation Report
+    </title>
+    <script class='remove' src='http://www.w3.org/Tools/respec/respec-w3c-common' type='text/javascript'></script>
+    <script type='text/javascript'>
+      //<![CDATA[
+        var respecConfig = {
+            // extend the bibliography entries
+            localBiblio: {
+                TURTLE: "Eric Prud'hommeaux, Gavin Carothers. <cite><a href=\"http://www.w3.org/TR/2013/CR-turtle-20130219/\">Turtle: Terse RDF Triple Language.</a></cite> W3C Candidate Recommendation 19 February 2013. URL: <a href=\"http://www.w3.org/TR/2013/CR-turtle-20130219/\">http://www.w3.org/TR/2013/CR-turtle-20130219/</a>",
+                DOAP: "Ed Dumbill. <cite><a href=\"https://github.com/edumbill/doap/wiki\">Turtle: Terse RDF Triple Language.</a></cite> Community Specification. URL: <a href=\"https://github.com/edumbill/doap/wiki\">https://github.com/edumbill/doap/wiki</a>",
+            },
+        
+            // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
+            specStatus:           "unofficial",
+            copyrightStart:       "2010",
+            doRDFa:               "1.1",
+        
+            // the specification's short name, as in http://www.w3.org/TR/short-name/
+            shortName:            "turtle-earl",
+            //subtitle:             "Turtle Implementation Conformance Report",
+            // if you wish the publication date to be other than today, set this
+            publishDate:  "2013/08/10",
+        
+            // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
+            // and its maturity status
+            //previousPublishDate:  "2011-10-23",
+            //previousMaturity:     "ED",
+            //previousDiffURI:      "http://json-ld.org/spec/ED/json-ld-syntax/20111023/index.html",
+            //diffTool:             "http://www.aptest.com/standards/htmldiff/htmldiff.pl",
+        
+            // if there a publicly available Editor's Draft, this is the link
+            //edDraftURI:           "",
+        
+            // if this is a LCWD, uncomment and set the end of its review period
+            // lcEnd: "2009-08-05",
+        
+            // if you want to have extra CSS, append them to this list
+            // it is recommended that the respec.css stylesheet be kept
+            extraCSS:             [
+                "http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css"
+            ],
+        
+            // editors, add as many as you like
+            // only "name" is required
+            editors:  [
+                { name: "Gregg Kellogg", url: "http://greggkellogg.net/",
+                  company: "Kellogg Associates" },
+                { name: "Andy Seaborne",
+                  company: "The Apache Software Foundation"}
+            ],
+        
+            // authors, add as many as you like.
+            // This is optional, uncomment if you have authors as well as editors.
+            // only "name" is required. Same format as editors.
+            //authors:  [
+            //RDF Working Group],
+        
+            // name of the WG
+            wg:           "RDF Working Group",
+        
+            // URI of the public WG page
+            wgURI:        "http://www.w3.org/2011/rdf-wg/",
+        
+            // name (with the @w3c.org) of the public mailing to which comments are due
+            wgPublicList: "public-rdf-comments",
+        
+            // URI of the patent status for this WG, for Rec-track documents
+            // !!!! IMPORTANT !!!!
+            // This is important for Rec-track documents, do not copy a patent URI from a random
+            // document unless you know what you're doing. If in doubt ask your friendly neighbourhood
+            // Team Contact.
+            wgPatentURI:  "http://www.w3.org/2004/01/pp-impl/46168/status",
+            alternateFormats: [
+              {uri: "earl.ttl", label: "Turtle"},
+              {uri: "earl.jsonld", label: "JSON-LD"}
+            ],
+        };
+      //]]>
+    </script>
+    <style type='text/css'>
+      /*<![CDATA[*/
+        span[property='dc:description'] { display: none; }
+        td.PASS { color: green; }
+        td.FAIL { color: red; }
+        table.report {
+          border-width: 1px;
+          border-spacing: 2px;
+          border-style: outset;
+          border-color: gray;
+          border-collapse: separate;
+          background-color: white;
+        }
+        table.report th {
+          border-width: 1px;
+          padding: 1px;
+          border-style: inset;
+          border-color: gray;
+          background-color: white;
+          -moz-border-radius: ;
+        }
+        table.report td {
+          border-width: 1px;
+          padding: 1px;
+          border-style: inset;
+          border-color: gray;
+          background-color: white;
+          -moz-border-radius: ;
+        }
+        tr.summary {font-weight: bold;}
+        td.passed-all {color: green;}
+        td.passed-most {color: darkorange;}
+        td.passed-some {color: red;}
+      /*]]>*/
+    </style>
+  </head>
+  <body prefix='earl: http://www.w3.org/ns/earl# doap: http://usefulinc.com/ns/doap# mf: http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#'>
+    <section about='' id='abstract' typeof='earl:Software doap:Project'>
+      <p>
+        This document report test subject conformance for and related specifications for
+        <span property='doap:name'>Turtle</span>
+        <span property='dc:bibliographicCitation'>[[TURTLE]]</span>
+        according to the requirements of the Evaluation and Report Language (EARL) 1.0 Schema [[EARL10-SCHEMA]].
+      </p>
+      <p>
+        This report is also available in alternate formats:
+        <a href='earl.ttl'>
+          Turtle
+        </a>
+        and
+        <a href='earl.jsonld'>
+          JSON-LD
+        </a>
+      </p>
+    </section>
+    <section id='sodt'></section>
+    <section>
+      <h2>Instructions for submitting implementation reports</h2>
+      
+      <p>Tests should be run using the test manifests defined in the 
+        <a href="#test-manifests">Test Manifests</a> Section.</p>
+      
+      <p>The assumed base URI for the tests is <code>&lt;http://example/base/&gt;</code> if needed.</p>
+      
+      <p>Reports should be submitted in Turtle format to <a href="mailto:public-rdf-comments@w3.org">public-rdf-comments@w3.org</a>
+        and include an <code>earl:Assertion</code>
+        for each test, referencing the test resource from the associated manifest
+        and the test subject being reported upon. An example test entry is be the following:</p>
+      
+      <pre><code>  [ a earl:Assertion;&#x000A;    earl:assertedBy &lt;http://greggkellogg.net/foaf#me&gt;;&#x000A;    earl:subject &lt;http://rubygems.org/gems/rdf-turtle&gt;;&#x000A;    earl:test &lt;http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-01&gt;;&#x000A;    earl:result [&#x000A;      a earl:TestResult;&#x000A;      earl:outcome earl:passed;&#x000A;      dc:date &quot;2013-02-22T15:12:30-08:00&quot;^^xsd:dateTime];&#x000A;    earl:mode earl:automatic ] .&#x000A;</code></pre>
+      
+      <p>The Test Subject should be defined as a <code>doap:Project</code>, including the name,
+        homepage and developer(s) of the software (see [[DOAP]]). Optionally, including the
+        project description and programming language. An example test subject description is the following:</p>
+      
+      <pre><code>  &lt;&gt; foaf:primaryTopic &lt;http://rubygems.org/gems/rdf-turtle&gt;&#x000A;    dc:issued &quot;2013-06-18T17:30:22-07:00&quot;^^xsd:dateTime ;&#x000A;    foaf:maker &lt;http://greggkellogg.net/foaf#me&gt; .&#x000A;&#x000A;  &lt;http://rubygems.org/gems/rdf-turtle&gt; a doap:Project, earl:TestSubject, earl:Software ;&#x000A;    doap:name          &quot;RDF::Turtle&quot; ;&#x000A;    doap:homepage      &lt;http://ruby-rdf.github.com/rdf-turtle&gt; ;&#x000A;    doap:license       &lt;http://creativecommons.org/licenses/publicdomain/&gt; ;&#x000A;    doap:description   &quot;RDF::Turtle is an Turtle reader/writer for the RDF.rb library suite.&quot;@en ;&#x000A;    doap:created       &quot;2011-08-29&quot;^^xsd:date ;&#x000A;    doap:programming-language &quot;Ruby&quot; ;&#x000A;    doap:implements    &lt;http://www.w3.org/TR/turtle/&gt; ;&#x000A;    doap:category      &lt;http://dbpedia.org/resource/Resource_Description_Framework&gt;,&#x000A;                       &lt;http://dbpedia.org/resource/Ruby_(programming_language)&gt; ;&#x000A;    doap:developer     &lt;http://greggkellogg.net/foaf#me&gt; ;&#x000A;    dc:title           &quot;RDF::Turtle&quot; ;&#x000A;    dc:description     &quot;RDF::Turtle is an Turtle reader/writer for the RDF.rb library suite.&quot;@en ;&#x000A;    dc:date            &quot;2011-08-29&quot;^^xsd:date ;&#x000A;    .&#x000A;</code></pre>
+      
+      <p>The software developer, either an organization or one or more individuals SHOULD be
+        referenced from <code>doap:developer</code> using [[FOAF]]. For example:</p>
+      
+      <pre><code>  &lt;http://greggkellogg.net/foaf#me&gt; a foaf:Person, earl:Assertor;&#x000A;    foaf:name &quot;Gregg Kellogg&quot;;&#x000A;    foaf:title &quot;Implementor&quot;;&#x000A;    foaf:homepage &lt;http://greggkellogg.net/&gt; .&#x000A;</code></pre>
+      
+      <p>See <a href="http://www.w3.org/2011/rdf-wg/wiki/Turtle_Test_Suite">Turtle Test Suite Wiki</a>
+        for more information.</p>
+    </section>
+    <section>
+      <h2>
+        Test Manifests
+      </h2>
+      <section resource='http://www.w3.org/2013/TurtleTests/manifest.ttl' typeof='earl:Report mf:Manifest'>
+        <h2></h2>
+        <p>Turtle tests</p>
+        <table class='report'>
+          <tr>
+            <th>
+              Test
+            </th>
+            <th>
+              <a href='#subj_0'>Apache Jena RIOT</a>
+            </th>
+            <th>
+              <a href='#subj_1'>RDF::Trine</a>
+            </th>
+            <th>
+              <a href='#subj_2'>RDF::Turtle</a>
+            </th>
+            <th>
+              <a href='#subj_3'>node-n3</a>
+            </th>
+            <th>
+              <a href='#subj_4'>Turtle Parser</a>
+            </th>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_subject' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_IRI_subject'>IRI_subject</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_subject' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_subject' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_subject' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_subject' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_subject' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_four_digit_numeric_escape' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_IRI_with_four_digit_numeric_escape'>IRI_with_four_digit_numeric_escape</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_four_digit_numeric_escape' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_four_digit_numeric_escape' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_four_digit_numeric_escape' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_four_digit_numeric_escape' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_four_digit_numeric_escape' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_eight_digit_numeric_escape' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_IRI_with_eight_digit_numeric_escape'>IRI_with_eight_digit_numeric_escape</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_eight_digit_numeric_escape' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_eight_digit_numeric_escape' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_eight_digit_numeric_escape' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_eight_digit_numeric_escape' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_eight_digit_numeric_escape' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_all_punctuation' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_IRI_with_all_punctuation'>IRI_with_all_punctuation</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_all_punctuation' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_all_punctuation' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_all_punctuation' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_all_punctuation' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_all_punctuation' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_a_predicate' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_bareword_a_predicate'>bareword_a_predicate</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_a_predicate' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_a_predicate' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_a_predicate' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_a_predicate' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_a_predicate' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_prefix' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_old_style_prefix'>old_style_prefix</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_prefix' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_prefix' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_prefix' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_prefix' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_prefix' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_prefix' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_SPARQL_style_prefix'>SPARQL_style_prefix</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_prefix' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_prefix' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_prefix' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_prefix' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_prefix' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_predicate' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_prefixed_IRI_predicate'>prefixed_IRI_predicate</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_predicate' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_predicate' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_predicate' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_predicate' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_predicate' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_object' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_prefixed_IRI_object'>prefixed_IRI_object</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_object' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_object' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_object' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_object' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_object' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_only_IRI' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_prefix_only_IRI'>prefix_only_IRI</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_only_IRI' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_only_IRI' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_only_IRI' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_only_IRI' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_only_IRI' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_prefix_with_PN_CHARS_BASE_character_boundaries'>prefix_with_PN_CHARS_BASE_character_boundaries</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_non_leading_extras' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_prefix_with_non_leading_extras'>prefix_with_non_leading_extras</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_non_leading_extras' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_non_leading_extras' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_non_leading_extras' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_non_leading_extras' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_non_leading_extras' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#default_namespace_IRI' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_default_namespace_IRI'>default_namespace_IRI</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#default_namespace_IRI' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#default_namespace_IRI' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#default_namespace_IRI' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#default_namespace_IRI' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#default_namespace_IRI' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_reassigned_and_used' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_prefix_reassigned_and_used'>prefix_reassigned_and_used</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_reassigned_and_used' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_reassigned_and_used' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_reassigned_and_used' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_reassigned_and_used' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_reassigned_and_used' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#reserved_escaped_localName' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_reserved_escaped_localName'>reserved_escaped_localName</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#reserved_escaped_localName' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#reserved_escaped_localName' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#reserved_escaped_localName' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#reserved_escaped_localName' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#reserved_escaped_localName' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#percent_escaped_localName' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_percent_escaped_localName'>percent_escaped_localName</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#percent_escaped_localName' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#percent_escaped_localName' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#percent_escaped_localName' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#percent_escaped_localName' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#percent_escaped_localName' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#HYPHEN_MINUS_in_localName' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_HYPHEN_MINUS_in_localName'>HYPHEN_MINUS_in_localName</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#HYPHEN_MINUS_in_localName' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#HYPHEN_MINUS_in_localName' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#HYPHEN_MINUS_in_localName' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#HYPHEN_MINUS_in_localName' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#HYPHEN_MINUS_in_localName' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#underscore_in_localName' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_underscore_in_localName'>underscore_in_localName</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#underscore_in_localName' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#underscore_in_localName' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#underscore_in_localName' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#underscore_in_localName' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#underscore_in_localName' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#localname_with_COLON' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_localname_with_COLON'>localname_with_COLON</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#localname_with_COLON' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localname_with_COLON' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#localname_with_COLON' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localname_with_COLON' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localname_with_COLON' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries'>localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries'>localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_localName_with_nfc_PN_CHARS_BASE_character_boundaries'>localName_with_nfc_PN_CHARS_BASE_character_boundaries</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_underscore' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_localName_with_leading_underscore'>localName_with_leading_underscore</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_underscore' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_underscore' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_underscore' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_underscore' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_underscore' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_digit' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_localName_with_leading_digit'>localName_with_leading_digit</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_digit' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_digit' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_digit' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_digit' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_digit' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_non_leading_extras' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_localName_with_non_leading_extras'>localName_with_non_leading_extras</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_non_leading_extras' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_non_leading_extras' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_non_leading_extras' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_non_leading_extras' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_non_leading_extras' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_base' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_old_style_base'>old_style_base</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_base' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_base' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_base' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_base' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_base' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_base' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_SPARQL_style_base'>SPARQL_style_base</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_base' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_base' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_base' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_base' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_base' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_subject' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_labeled_blank_node_subject'>labeled_blank_node_subject</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_subject' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_subject' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_subject' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_subject' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_subject' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_object' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_labeled_blank_node_object'>labeled_blank_node_object</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_object' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_object' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_object' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_object' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_object' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_labeled_blank_node_with_PN_CHARS_BASE_character_boundaries'>labeled_blank_node_with_PN_CHARS_BASE_character_boundaries</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_underscore' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_labeled_blank_node_with_leading_underscore'>labeled_blank_node_with_leading_underscore</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_underscore' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_underscore' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_underscore' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_underscore' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_underscore' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_digit' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_labeled_blank_node_with_leading_digit'>labeled_blank_node_with_leading_digit</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_digit' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_digit' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_digit' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_digit' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_digit' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_non_leading_extras' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_labeled_blank_node_with_non_leading_extras'>labeled_blank_node_with_non_leading_extras</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_non_leading_extras' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_non_leading_extras' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_non_leading_extras' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_non_leading_extras' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_non_leading_extras' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_subject' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_anonymous_blank_node_subject'>anonymous_blank_node_subject</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_subject' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_subject' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_subject' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_subject' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_subject' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_object' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_anonymous_blank_node_object'>anonymous_blank_node_object</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_object' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_object' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_object' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_object' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_object' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#sole_blankNodePropertyList' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_sole_blankNodePropertyList'>sole_blankNodePropertyList</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#sole_blankNodePropertyList' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#sole_blankNodePropertyList' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#sole_blankNodePropertyList' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#sole_blankNodePropertyList' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#sole_blankNodePropertyList' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_subject' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_blankNodePropertyList_as_subject'>blankNodePropertyList_as_subject</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_subject' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_subject' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_subject' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_subject' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_subject' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_object' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_blankNodePropertyList_as_object'>blankNodePropertyList_as_object</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_object' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_object' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_object' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_object' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_object' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_with_multiple_triples' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_blankNodePropertyList_with_multiple_triples'>blankNodePropertyList_with_multiple_triples</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_with_multiple_triples' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_with_multiple_triples' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_with_multiple_triples' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_with_multiple_triples' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_with_multiple_triples' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_blankNodePropertyLists' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_nested_blankNodePropertyLists'>nested_blankNodePropertyLists</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_blankNodePropertyLists' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_blankNodePropertyLists' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_blankNodePropertyLists' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_blankNodePropertyLists' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_blankNodePropertyLists' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_containing_collection' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_blankNodePropertyList_containing_collection'>blankNodePropertyList_containing_collection</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_containing_collection' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_containing_collection' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_containing_collection' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_containing_collection' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_containing_collection' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_subject' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_collection_subject'>collection_subject</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_subject' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_subject' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_subject' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_subject' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_subject' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_object' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_collection_object'>collection_object</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_object' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_object' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_object' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_object' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_object' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#empty_collection' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_empty_collection'>empty_collection</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#empty_collection' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#empty_collection' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#empty_collection' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#empty_collection' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#empty_collection' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_collection' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_nested_collection'>nested_collection</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_collection' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_collection' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_collection' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_collection' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_collection' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#first' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_first'>first</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#first' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#first' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#first' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#first' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#first' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#last' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_last'>last</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#last' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#last' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#last' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#last' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#last' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_LITERAL1'>LITERAL1</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_ascii_boundaries' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_LITERAL1_ascii_boundaries'>LITERAL1_ascii_boundaries</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_ascii_boundaries' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_ascii_boundaries' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_ascii_boundaries' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_ascii_boundaries' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_ascii_boundaries' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_with_UTF8_boundaries' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_LITERAL1_with_UTF8_boundaries'>LITERAL1_with_UTF8_boundaries</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_with_UTF8_boundaries' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_with_UTF8_boundaries' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_with_UTF8_boundaries' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_with_UTF8_boundaries' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_with_UTF8_boundaries' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_controls' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_LITERAL1_all_controls'>LITERAL1_all_controls</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_controls' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_controls' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_controls' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_controls' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_controls' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_punctuation' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_LITERAL1_all_punctuation'>LITERAL1_all_punctuation</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_punctuation' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_punctuation' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_punctuation' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_punctuation' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_punctuation' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_LITERAL_LONG1'>LITERAL_LONG1</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_LITERAL_LONG1_ascii_boundaries'>LITERAL_LONG1_ascii_boundaries</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_LITERAL_LONG1_with_UTF8_boundaries'>LITERAL_LONG1_with_UTF8_boundaries</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_1_squote' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_LITERAL_LONG1_with_1_squote'>LITERAL_LONG1_with_1_squote</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_1_squote' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_1_squote' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_1_squote' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_1_squote' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_1_squote' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_2_squotes' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_LITERAL_LONG1_with_2_squotes'>LITERAL_LONG1_with_2_squotes</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_2_squotes' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_2_squotes' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_2_squotes' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_2_squotes' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_2_squotes' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_LITERAL2'>LITERAL2</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_ascii_boundaries' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_LITERAL2_ascii_boundaries'>LITERAL2_ascii_boundaries</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_ascii_boundaries' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_ascii_boundaries' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_ascii_boundaries' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_ascii_boundaries' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_ascii_boundaries' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_with_UTF8_boundaries' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_LITERAL2_with_UTF8_boundaries'>LITERAL2_with_UTF8_boundaries</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_with_UTF8_boundaries' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_with_UTF8_boundaries' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_with_UTF8_boundaries' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_with_UTF8_boundaries' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_with_UTF8_boundaries' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_LITERAL_LONG2'>LITERAL_LONG2</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_LITERAL_LONG2_ascii_boundaries'>LITERAL_LONG2_ascii_boundaries</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_LITERAL_LONG2_with_UTF8_boundaries'>LITERAL_LONG2_with_UTF8_boundaries</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_1_squote' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_LITERAL_LONG2_with_1_squote'>LITERAL_LONG2_with_1_squote</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_1_squote' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_1_squote' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_1_squote' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_1_squote' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_1_squote' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_2_squotes' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_LITERAL_LONG2_with_2_squotes'>LITERAL_LONG2_with_2_squotes</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_2_squotes' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_2_squotes' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_2_squotes' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_2_squotes' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_2_squotes' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CHARACTER_TABULATION' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_literal_with_CHARACTER_TABULATION'>literal_with_CHARACTER_TABULATION</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CHARACTER_TABULATION' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CHARACTER_TABULATION' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CHARACTER_TABULATION' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CHARACTER_TABULATION' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CHARACTER_TABULATION' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_BACKSPACE' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_literal_with_BACKSPACE'>literal_with_BACKSPACE</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_BACKSPACE' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_BACKSPACE' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_BACKSPACE' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_BACKSPACE' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_BACKSPACE' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_LINE_FEED' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_literal_with_LINE_FEED'>literal_with_LINE_FEED</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_LINE_FEED' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_LINE_FEED' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_LINE_FEED' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_LINE_FEED' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_LINE_FEED' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CARRIAGE_RETURN' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_literal_with_CARRIAGE_RETURN'>literal_with_CARRIAGE_RETURN</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CARRIAGE_RETURN' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CARRIAGE_RETURN' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CARRIAGE_RETURN' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CARRIAGE_RETURN' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CARRIAGE_RETURN' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_FORM_FEED' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_literal_with_FORM_FEED'>literal_with_FORM_FEED</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_FORM_FEED' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_FORM_FEED' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_FORM_FEED' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_FORM_FEED' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_FORM_FEED' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_REVERSE_SOLIDUS' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_literal_with_REVERSE_SOLIDUS'>literal_with_REVERSE_SOLIDUS</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_REVERSE_SOLIDUS' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_REVERSE_SOLIDUS' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_REVERSE_SOLIDUS' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_REVERSE_SOLIDUS' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_REVERSE_SOLIDUS' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_literal_with_escaped_CHARACTER_TABULATION'>literal_with_escaped_CHARACTER_TABULATION</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_BACKSPACE' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_literal_with_escaped_BACKSPACE'>literal_with_escaped_BACKSPACE</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_BACKSPACE' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_BACKSPACE' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_BACKSPACE' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_BACKSPACE' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_BACKSPACE' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_LINE_FEED' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_literal_with_escaped_LINE_FEED'>literal_with_escaped_LINE_FEED</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_LINE_FEED' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_LINE_FEED' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_LINE_FEED' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_LINE_FEED' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_LINE_FEED' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_literal_with_escaped_CARRIAGE_RETURN'>literal_with_escaped_CARRIAGE_RETURN</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_FORM_FEED' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_literal_with_escaped_FORM_FEED'>literal_with_escaped_FORM_FEED</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_FORM_FEED' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_FORM_FEED' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_FORM_FEED' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_FORM_FEED' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_FORM_FEED' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape4' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_literal_with_numeric_escape4'>literal_with_numeric_escape4</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape4' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape4' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape4' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape4' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape4' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape8' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_literal_with_numeric_escape8'>literal_with_numeric_escape8</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape8' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape8' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape8' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape8' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape8' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRIREF_datatype' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_IRIREF_datatype'>IRIREF_datatype</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRIREF_datatype' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRIREF_datatype' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRIREF_datatype' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRIREF_datatype' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRIREF_datatype' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_name_datatype' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_prefixed_name_datatype'>prefixed_name_datatype</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_name_datatype' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_name_datatype' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_name_datatype' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_name_datatype' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_name_datatype' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_integer' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_bareword_integer'>bareword_integer</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_integer' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_integer' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_integer' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_integer' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_integer' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_decimal' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_bareword_decimal'>bareword_decimal</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_decimal' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_decimal' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_decimal' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_decimal' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_decimal' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_double' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_bareword_double'>bareword_double</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_double' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_double' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_double' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_double' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_double' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#double_lower_case_e' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_double_lower_case_e'>double_lower_case_e</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#double_lower_case_e' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#double_lower_case_e' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#double_lower_case_e' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#double_lower_case_e' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#double_lower_case_e' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#negative_numeric' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_negative_numeric'>negative_numeric</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#negative_numeric' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#negative_numeric' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#negative_numeric' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#negative_numeric' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#negative_numeric' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#positive_numeric' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_positive_numeric'>positive_numeric</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#positive_numeric' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#positive_numeric' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#positive_numeric' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#positive_numeric' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#positive_numeric' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#numeric_with_leading_0' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_numeric_with_leading_0'>numeric_with_leading_0</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#numeric_with_leading_0' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#numeric_with_leading_0' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#numeric_with_leading_0' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#numeric_with_leading_0' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#numeric_with_leading_0' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_true' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_literal_true'>literal_true</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_true' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_true' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_true' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_true' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_true' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_false' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_literal_false'>literal_false</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_false' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_false' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_false' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_false' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_false' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_non_LONG' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_langtagged_non_LONG'>langtagged_non_LONG</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_non_LONG' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_non_LONG' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_non_LONG' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_non_LONG' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_non_LONG' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_langtagged_LONG'>langtagged_LONG</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#lantag_with_subtag' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_lantag_with_subtag'>lantag_with_subtag</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#lantag_with_subtag' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#lantag_with_subtag' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#lantag_with_subtag' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#lantag_with_subtag' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#lantag_with_subtag' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#objectList_with_two_objects' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_objectList_with_two_objects'>objectList_with_two_objects</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#objectList_with_two_objects' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#objectList_with_two_objects' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#objectList_with_two_objects' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#objectList_with_two_objects' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#objectList_with_two_objects' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#predicateObjectList_with_two_objectLists' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_predicateObjectList_with_two_objectLists'>predicateObjectList_with_two_objectLists</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#predicateObjectList_with_two_objectLists' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#predicateObjectList_with_two_objectLists' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#predicateObjectList_with_two_objectLists' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#predicateObjectList_with_two_objectLists' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#predicateObjectList_with_two_objectLists' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_at_end' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_repeated_semis_at_end'>repeated_semis_at_end</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_at_end' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_at_end' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_at_end' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_at_end' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_at_end' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_not_at_end' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_repeated_semis_not_at_end'>repeated_semis_not_at_end</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_not_at_end' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_not_at_end' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_not_at_end' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_not_at_end' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_not_at_end' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_localName' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_comment_following_localName'>comment_following_localName</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_localName' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_localName' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_localName' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_localName' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_localName' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_localName' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_number_sign_following_localName'>number_sign_following_localName</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_localName' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_localName' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_localName' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_localName' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_localName' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_PNAME_NS' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_comment_following_PNAME_NS'>comment_following_PNAME_NS</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_PNAME_NS' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_PNAME_NS' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_PNAME_NS' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_PNAME_NS' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_PNAME_NS' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_PNAME_NS' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_number_sign_following_PNAME_NS'>number_sign_following_PNAME_NS</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_PNAME_NS' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_PNAME_NS' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_PNAME_NS' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_PNAME_NS' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_PNAME_NS' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_LITERAL_LONG2_with_REVERSE_SOLIDUS'>LITERAL_LONG2_with_REVERSE_SOLIDUS</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-LITERAL2_with_langtag_and_datatype'>turtle-syntax-bad-num-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#two_LITERAL_LONG2s' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_two_LITERAL_LONG2s'>two_LITERAL_LONG2s</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#two_LITERAL_LONG2s' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#two_LITERAL_LONG2s' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#two_LITERAL_LONG2s' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#two_LITERAL_LONG2s' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#two_LITERAL_LONG2s' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG_with_subtag' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_langtagged_LONG_with_subtag'>langtagged_LONG_with_subtag</a>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://jena.apache.org/#riot' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG_with_subtag' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG_with_subtag' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG_with_subtag' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG_with_subtag' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG_with_subtag' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-file-01'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-01' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-01' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-01' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-file-02'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-02' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-02' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-02' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-02' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-file-03'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-03' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-03' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-03' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-03' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-uri-01'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-01' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-01' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-01' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-uri-02'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-02' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-02' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-02' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-02' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-uri-03'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-03' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-03' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-03' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-03' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-04' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-uri-04'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-04' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-04' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-04' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-04' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-base-01'>turtle-syntax-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-01' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-01' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-01' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-base-02'>turtle-syntax-base-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-02' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-02' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-02' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-02' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-base-03'>turtle-syntax-base-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-03' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-03' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-03' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-03' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-04' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-base-04'>turtle-syntax-base-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-04' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-04' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-04' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-04' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-prefix-01'>turtle-syntax-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-01' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-01' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-01' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-prefix-02'>turtle-syntax-prefix-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-02' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-02' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-02' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-02' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-prefix-03'>turtle-syntax-prefix-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-03' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-03' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-03' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-03' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-04' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-prefix-04'>turtle-syntax-prefix-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-04' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-04' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-04' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-04' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-05' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-prefix-05'>turtle-syntax-prefix-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-05' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-05' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-05' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-05' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-06' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-prefix-06'>turtle-syntax-prefix-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-06' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-06' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-06' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-06' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-07' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-prefix-07'>turtle-syntax-prefix-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-07' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-07' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-07' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-07' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-08' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-prefix-08'>turtle-syntax-prefix-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-08' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-08' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-08' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-08' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-09' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-prefix-09'>turtle-syntax-prefix-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-09' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-09' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-09' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-09' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-string-01'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-01' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-01' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-01' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-string-02'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-02' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-02' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-02' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-02' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-string-03'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-03' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-03' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-03' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-03' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-04' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-string-04'>turtle-syntax-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-04' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-04' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-04' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-04' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-05' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-string-05'>turtle-syntax-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-05' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-05' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-05' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-05' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-06' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-string-06'>turtle-syntax-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-06' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-06' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-06' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-06' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-07' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-string-07'>turtle-syntax-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-07' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-07' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-07' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-07' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-08' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-string-08'>turtle-syntax-string-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-08' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-08' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-08' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-08' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-09' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-string-09'>turtle-syntax-string-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-09' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-09' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-09' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-09' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-10' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-string-10'>turtle-syntax-string-10</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-10' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-10' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-10' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-10' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-10' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-11' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-string-11'>turtle-syntax-string-11</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-11' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-11' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-11' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-11' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-11' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-str-esc-01'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-01' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-01' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-01' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-str-esc-02'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-02' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-02' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-02' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-02' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-str-esc-03'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-03' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-03' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-03' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-03' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-pname-esc-01'>turtle-syntax-pname-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-01' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-01' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-01' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-pname-esc-02'>turtle-syntax-pname-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-02' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-02' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-02' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-02' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-pname-esc-03'>turtle-syntax-pname-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-03' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-03' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-03' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-03' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bnode-01'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-01' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-01' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-01' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bnode-02'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-02' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-02' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-02' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-02' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bnode-03'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-03' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-03' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-03' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-03' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-03' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-04' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bnode-04'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-04' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-04' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-04' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-04' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-04' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-05' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bnode-05'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-05' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-05' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-05' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-05' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-05' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-06' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bnode-06'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-06' property='earl:test' />
+              <link href='http://jena.apache.org/#riot' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-06' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-06' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-06' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-06' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-07' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bnode-07'>turtle-syntax-bnode-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-07' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-07' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-07' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-07' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-08' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bnode-08'>turtle-syntax-bnode-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-08' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-08' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-08' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-08' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-09' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bnode-09'>turtle-syntax-bnode-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-09' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-09' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-09' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-09' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-10' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bnode-10'>turtle-syntax-bnode-10</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-10' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-10' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-10' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-10' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-10' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-number-01'>turtle-syntax-number-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-01' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-01' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-01' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-number-02'>turtle-syntax-number-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-02' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-02' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-02' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-02' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-number-03'>turtle-syntax-number-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-03' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-03' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-03' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-03' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-04' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-number-04'>turtle-syntax-number-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-04' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-04' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-04' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-04' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-05' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-number-05'>turtle-syntax-number-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-05' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-05' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-05' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-05' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-06' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-number-06'>turtle-syntax-number-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-06' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-06' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-06' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-06' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-07' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-number-07'>turtle-syntax-number-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-07' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-07' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-07' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-07' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-08' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-number-08'>turtle-syntax-number-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-08' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-08' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-08' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-08' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-09' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-number-09'>turtle-syntax-number-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-09' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-09' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-09' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-09' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-10' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-number-10'>turtle-syntax-number-10</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-10' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-10' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-10' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-10' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-10' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-11' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-number-11'>turtle-syntax-number-11</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-11' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-11' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-11' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-11' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-11' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-datatypes-01'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-01' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-01' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-01' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-datatypes-02'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-02' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-02' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-02' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-02' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-kw-01'>turtle-syntax-kw-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-01' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-01' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-01' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-kw-02'>turtle-syntax-kw-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-02' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-02' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-02' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-02' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-kw-03'>turtle-syntax-kw-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-03' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-03' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-03' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-03' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-struct-01'>turtle-syntax-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-01' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-01' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-01' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-struct-02'>turtle-syntax-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-02' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-02' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-02' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-02' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-struct-03'>turtle-syntax-struct-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-03' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-03' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-03' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-03' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-04' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-struct-04'>turtle-syntax-struct-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-04' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-04' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-04' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-04' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-05' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-struct-05'>turtle-syntax-struct-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-05' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-05' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-05' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-05' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-lists-01'>turtle-syntax-lists-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-01' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-01' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-01' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-lists-02'>turtle-syntax-lists-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-02' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-02' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-02' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-02' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-lists-03'>turtle-syntax-lists-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-03' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-03' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-03' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-03' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-04' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-lists-04'>turtle-syntax-lists-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-04' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-04' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-04' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-04' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-05' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-lists-05'>turtle-syntax-lists-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-05' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-05' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-05' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-05' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-uri-01'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-01' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-01' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-01' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-uri-02'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-02' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-02' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-02' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-02' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-uri-03'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-03' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-03' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-03' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-03' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-04' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-uri-04'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-04' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-04' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-04' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-04' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-05' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-uri-05'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-05' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-05' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-05' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-05' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-prefix-01'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-01' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-01' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-01' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-prefix-02'>turtle-syntax-bad-prefix-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-02' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-02' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-02' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-02' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-prefix-03'>turtle-syntax-bad-prefix-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-03' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-03' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-03' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-03' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-04' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-prefix-04'>turtle-syntax-bad-prefix-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-04' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-04' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-04' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-04' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-05' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-prefix-05'>turtle-syntax-bad-prefix-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-05' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-05' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-05' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-05' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-base-01'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-01' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-01' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-01' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-base-02'>turtle-syntax-bad-base-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-02' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-02' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-02' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-02' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-base-03'>turtle-syntax-bad-base-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-03' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-03' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-03' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-03' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-struct-01'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-01' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-01' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-01' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-struct-02'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-02' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-02' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-02' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-02' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-struct-03'>turtle-syntax-bad-struct-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-03' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-03' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-03' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-03' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-04' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-struct-04'>turtle-syntax-bad-struct-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-04' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-04' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-04' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-04' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-05' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-struct-05'>turtle-syntax-bad-struct-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-05' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-05' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-05' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-05' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-06' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-struct-06'>turtle-syntax-bad-struct-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-06' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-06' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-06' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-06' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-07' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-struct-07'>turtle-syntax-bad-struct-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-07' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-07' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-07' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-07' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-kw-01'>turtle-syntax-bad-kw-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-01' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-01' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-01' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-kw-02'>turtle-syntax-bad-kw-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-02' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-02' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-02' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-02' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-kw-03'>turtle-syntax-bad-kw-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-03' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-03' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-03' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-03' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-04' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-kw-04'>turtle-syntax-bad-kw-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-04' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-04' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-04' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-04' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-05' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-kw-05'>turtle-syntax-bad-kw-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-05' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-05' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-05' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-05' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-n3-extras-01'>turtle-syntax-bad-n3-extras-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-01' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-01' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-01' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-n3-extras-02'>turtle-syntax-bad-n3-extras-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-02' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-02' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-02' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-02' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-n3-extras-03'>turtle-syntax-bad-n3-extras-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-03' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-03' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-03' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-03' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-04' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-n3-extras-04'>turtle-syntax-bad-n3-extras-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-04' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-04' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-04' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-04' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-05' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-n3-extras-05'>turtle-syntax-bad-n3-extras-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-05' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-05' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-05' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-05' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-06' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-n3-extras-06'>turtle-syntax-bad-n3-extras-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-06' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-06' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-06' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-06' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-07' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-n3-extras-07'>turtle-syntax-bad-n3-extras-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-07' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-07' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-07' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-07' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-08' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-n3-extras-08'>turtle-syntax-bad-n3-extras-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-08' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-08' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-08' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-08' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-09' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-n3-extras-09'>turtle-syntax-bad-n3-extras-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-09' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-09' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-09' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-09' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-10' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-n3-extras-10'>turtle-syntax-bad-n3-extras-10</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-10' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-10' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-10' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-10' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-10' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-11' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-n3-extras-11'>turtle-syntax-bad-n3-extras-11</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-11' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-11' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-11' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-11' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-11' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-12' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-n3-extras-12'>turtle-syntax-bad-n3-extras-12</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-12' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-12' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-12' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-12' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-12' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-13' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-n3-extras-13'>turtle-syntax-bad-n3-extras-13</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-13' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-13' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-13' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-13' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-13' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-08' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-struct-08'>turtle-syntax-bad-struct-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-08' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-08' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-08' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-08' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-09' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-struct-09'>turtle-syntax-bad-struct-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-09' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-09' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-09' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-09' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-10' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-struct-10'>turtle-syntax-bad-struct-10</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-10' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-10' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-10' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-10' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-10' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-11' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-struct-11'>turtle-syntax-bad-struct-11</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-11' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-11' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-11' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-11' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-11' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-12' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-struct-12'>turtle-syntax-bad-struct-12</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-12' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-12' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-12' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-12' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-12' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-13' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-struct-13'>turtle-syntax-bad-struct-13</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-13' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-13' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-13' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-13' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-13' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-14' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-struct-14'>turtle-syntax-bad-struct-14</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-14' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-14' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-14' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-14' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-14' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-15' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-struct-15'>turtle-syntax-bad-struct-15</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-15' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-15' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-15' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-15' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-15' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-16' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-struct-16'>turtle-syntax-bad-struct-16</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-16' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-16' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-16' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-16' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-16' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-17' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-struct-17'>turtle-syntax-bad-struct-17</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-17' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-17' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-17' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-17' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-17' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-lang-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-lang-01'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-lang-01' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-lang-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-lang-01' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-lang-01' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-esc-01'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-01' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-01' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-01' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-esc-02'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-02' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-02' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-02' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-02' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-esc-03'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-03' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-03' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-03' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-03' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-04' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-esc-04'>turtle-syntax-bad-esc-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-04' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-04' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-04' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-04' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-pname-01'>turtle-syntax-bad-pname-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-01' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-01' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-01' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-pname-02'>turtle-syntax-bad-pname-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-02' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-02' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-02' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-02' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-pname-03'>turtle-syntax-bad-pname-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-03' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-03' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-03' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-03' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-string-01'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-01' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-01' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-01' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-string-02'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-02' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-02' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-02' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-02' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-string-03'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-03' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-03' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-03' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-03' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-04' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-string-04'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-04' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-04' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-04' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-04' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-05' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-string-05'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-05' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-05' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-05' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-05' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-06' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-string-06'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-06' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-06' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-06' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-06' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-07' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-string-07'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-07' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-07' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-07' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-07' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-num-01'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-01' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-01' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-01' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-num-02'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-02' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-02' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-02' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-02' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-num-03'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-03' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-03' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-03' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-03' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-04' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-num-04'>turtle-syntax-bad-num-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-04' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-04' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-04' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-04' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-05' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-num-05'>turtle-syntax-bad-num-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-05' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-05' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-05' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-05' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-eval-struct-01'>turtle-eval-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-01' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-01' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-01' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-eval-struct-02'>turtle-eval-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-02' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-02' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-02' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-02' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-subm-01'>turtle-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-01' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-01' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-01' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-subm-02'>turtle-subm-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-02' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-02' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-02' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-02' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-subm-03'>turtle-subm-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-03' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-03' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-03' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-03' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-04' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-subm-04'>turtle-subm-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-04' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-04' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-04' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-04' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-05' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-subm-05'>turtle-subm-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-05' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-05' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-05' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-05' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-06' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-subm-06'>turtle-subm-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-06' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-06' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-06' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-06' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-07' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-subm-07'>turtle-subm-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-07' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-07' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-07' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-07' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-08' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-subm-08'>turtle-subm-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-08' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-08' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-08' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-08' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-09' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-subm-09'>turtle-subm-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-09' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-09' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-09' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-09' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-10' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-subm-10'>turtle-subm-10</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-10' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-10' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-10' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-10' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-10' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-11' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-subm-11'>turtle-subm-11</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-11' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-11' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-11' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-11' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-11' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-12' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-subm-12'>turtle-subm-12</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-12' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-12' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-12' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-12' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-12' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-13' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-subm-13'>turtle-subm-13</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-13' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-13' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-13' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-13' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-13' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-14' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-subm-14'>turtle-subm-14</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-14' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-14' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-14' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-14' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-14' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-15' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-subm-15'>turtle-subm-15</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-15' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-15' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-15' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-15' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-15' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-16' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-subm-16'>turtle-subm-16</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-16' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-16' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-16' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-16' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-16' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-17' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-subm-17'>turtle-subm-17</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-17' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-17' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-17' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-17' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-17' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-18' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-subm-18'>turtle-subm-18</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-18' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-18' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-18' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-18' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-18' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-19' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-subm-19'>turtle-subm-19</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-19' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-19' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-19' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-19' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-19' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-20' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-subm-20'>turtle-subm-20</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-20' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-20' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-20' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-20' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-20' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-21' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-subm-21'>turtle-subm-21</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-21' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-21' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-21' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-21' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-21' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-22' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-subm-22'>turtle-subm-22</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-22' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-22' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-22' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-22' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-22' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-23' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-subm-23'>turtle-subm-23</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-23' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-23' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-23' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-23' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-23' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-24' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-subm-24'>turtle-subm-24</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-24' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-24' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-24' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-24' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-24' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-25' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-subm-25'>turtle-subm-25</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-25' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-25' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-25' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-25' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-25' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-26' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-subm-26'>turtle-subm-26</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-26' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-26' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-26' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-26' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-26' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-27' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-subm-27'>turtle-subm-27</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-27' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-27' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-27' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-27' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-27' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-01' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-eval-bad-01'>turtle-eval-bad-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-01' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-01' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-01' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-01' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-02' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-eval-bad-02'>turtle-eval-bad-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-02' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-02' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-02' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-02' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-03' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-eval-bad-03'>turtle-eval-bad-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-03' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-03' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-03' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-03' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-04' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-eval-bad-04'>turtle-eval-bad-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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-04' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-04' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-04' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-04' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-blank-label-dot-end' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-blank-label-dot-end'>turtle-syntax-bad-blank-label-dot-end</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-blank-label-dot-end' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-blank-label-dot-end' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-blank-label-dot-end' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-blank-label-dot-end' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-blank-label-dot-end' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-dash-start' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-ln-dash-start'>turtle-syntax-bad-ln-dash-start</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-dash-start' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-dash-start' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-dash-start' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-dash-start' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-dash-start' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape-start' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-ln-escape-start'>turtle-syntax-bad-ln-escape-start</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape-start' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape-start' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape-start' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape-start' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape-start' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-ln-escape'>turtle-syntax-bad-ln-escape</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-missing-ns-dot-end'>turtle-syntax-bad-missing-ns-dot-end</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-missing-ns-dot-start'>turtle-syntax-bad-missing-ns-dot-start</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-end' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-ns-dot-end'>turtle-syntax-bad-ns-dot-end</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-end' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-end' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-end' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-end' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-end' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-start' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-ns-dot-start'>turtle-syntax-bad-ns-dot-start</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-start' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-start' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-start' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-start' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-start' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-number-dot-in-anon' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-bad-number-dot-in-anon'>turtle-syntax-bad-number-dot-in-anon</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-number-dot-in-anon' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-number-dot-in-anon' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-number-dot-in-anon' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-number-dot-in-anon' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-number-dot-in-anon' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-blank-label' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-blank-label'>turtle-syntax-blank-label</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-blank-label' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-blank-label' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-blank-label' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-blank-label' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-blank-label' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-colons' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-ln-colons'>turtle-syntax-ln-colons</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-colons' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-colons' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-colons' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-colons' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-colons' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-dots' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-ln-dots'>turtle-syntax-ln-dots</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-dots' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-dots' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-dots' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-dots' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-dots' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ns-dots' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
+            <td>
+              <a href='#test_turtle-syntax-ns-dots'>turtle-syntax-ns-dots</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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ns-dots' 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://kasei.us/about/foaf.xrdf#greg' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ns-dots' property='earl:test' />
+              <link href='http://kasei.us/code/rdf-trine/#project' property='earl:subject' />
+              <link href='earl:notAvailable' 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='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ns-dots' property='earl:test' />
+              <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' />
+              <link 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://ruben.verborgh.org/#me' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ns-dots' property='earl:test' />
+              <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
+              <link 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://upokecenter.com/foaf/peter' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ns-dots' property='earl:test' />
+              <link href='https://github.com/peteroupc/TurtleParserJava' property='earl:subject' />
+              <link href='earl:automatic' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+          </tr>
+          <tr class='summary'>
+            <td>
+              Percentage passed out of 291 Tests
+            </td>
+            <td class='passed-all'>
+              100.0%
+            </td>
+            <td class='passed-all'>
+              100.0%
+            </td>
+            <td class='passed-all'>
+              100.0%
+            </td>
+            <td class='passed-all'>
+              100.0%
+            </td>
+            <td class='passed-all'>
+              100.0%
+            </td>
+          </tr>
+        </table>
+      </section>
+    </section>
+    <section class='appendix'>
+      <h2>
+        Test Subjects
+      </h2>
+      <p>
+        This report was tested using the following test subjects:
+      </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>
+                      
+                    </td>
+                    <td class='passed-all'>
+                      291/291 (100.0%)
+                    </td>
+                  </tr>
+                </tbody>
+              </table>
+            </dd>
+          </dl>
+        </dd>
+        <dt id='subj_1'>
+          <a href='http://kasei.us/code/rdf-trine/#project'>
+            <span about='http://kasei.us/code/rdf-trine/#project' property='doap:name'>RDF::Trine</span>
+          </a>
+        </dt>
+        <dd inlist='inlist' property='earl:testSubjects' resource='http://kasei.us/code/rdf-trine/#project' typeof='earl:TestSubject doap:Project'>
+          <dl>
+            <dt>Programming Language</dt>
+            <dd property='doap:programming-language'>perl</dd>
+            <dt>Developer</dt>
+            <dd rel='doap:developer'>
+              <div resource='http://kasei.us/about/foaf.xrdf#greg' typeof='foaf:Person'>
+                <a href='http://kasei.us/about/foaf.xrdf#greg'>
+                  <span property='foaf:name'>Gregory Todd Williams</span>
+                </a>
+                <dt>
+                  Home Page
+                </dt>
+                <dd>
+                  <a href='http://kasei.us/' property='foaf:homepage'>
+                    http://kasei.us/
+                  </a>
+                </dd>
+              </div>
+            </dd>
+            <dt>
+              Test Suite Compliance
+            </dt>
+            <dd>
+              <table class='report'>
+                <tbody>
+                  <tr>
+                    <td>
+                      
+                    </td>
+                    <td class='passed-all'>
+                      291/291 (100.0%)
+                    </td>
+                  </tr>
+                </tbody>
+              </table>
+            </dd>
+          </dl>
+        </dd>
+        <dt id='subj_2'>
+          <a href='http://rubygems.org/gems/rdf-turtle'>
+            <span about='http://rubygems.org/gems/rdf-turtle' property='doap:name'>RDF::Turtle</span>
+          </a>
+        </dt>
+        <dd inlist='inlist' property='earl:testSubjects' resource='http://rubygems.org/gems/rdf-turtle' typeof='earl:TestSubject doap:Project'>
+          <dl>
+            <dt>Description</dt>
+            <dd lang='en' property='doap:description'>RDF::Turtle is an Turtle reader/writer for the RDF.rb library suite.</dd>
+            <dt>Programming Language</dt>
+            <dd property='doap:programming-language'>Ruby</dd>
+            <dt>Home Page</dt>
+            <dd property='doap:homepage'>
+              <a href='http://ruby-rdf.github.com/rdf-turtle'>
+                http://ruby-rdf.github.com/rdf-turtle
+              </a>
+            </dd>
+            <dt>Developer</dt>
+            <dd rel='doap:developer'>
+              <div resource='http://greggkellogg.net/foaf#me' typeof='foaf:Person'>
+                <a href='http://greggkellogg.net/foaf#me'>
+                  <span property='foaf:name'>Gregg Kellogg</span>
+                </a>
+                <dt>
+                  Home Page
+                </dt>
+                <dd>
+                  <a href='http://greggkellogg.net/' property='foaf:homepage'>
+                    http://greggkellogg.net/
+                  </a>
+                </dd>
+              </div>
+            </dd>
+            <dt>
+              Test Suite Compliance
+            </dt>
+            <dd>
+              <table class='report'>
+                <tbody>
+                  <tr>
+                    <td>
+                      
+                    </td>
+                    <td class='passed-all'>
+                      291/291 (100.0%)
+                    </td>
+                  </tr>
+                </tbody>
+              </table>
+            </dd>
+          </dl>
+        </dd>
+        <dt id='subj_3'>
+          <a href='https://github.com/RubenVerborgh/node-n3#node-n3'>
+            <span about='https://github.com/RubenVerborgh/node-n3#node-n3' property='doap:name'>node-n3</span>
+          </a>
+        </dt>
+        <dd inlist='inlist' property='earl:testSubjects' resource='https://github.com/RubenVerborgh/node-n3#node-n3' typeof='earl:TestSubject doap:Project'>
+          <dl>
+            <dt>Programming Language</dt>
+            <dd property='doap:programming-language'>JavaScript</dd>
+            <dt>Home Page</dt>
+            <dd property='doap:homepage'>
+              <a href='https://github.com/RubenVerborgh/node-n3'>
+                https://github.com/RubenVerborgh/node-n3
+              </a>
+            </dd>
+            <dt>Developer</dt>
+            <dd rel='doap:developer'>
+              <div resource='http://ruben.verborgh.org/#me' typeof='foaf:Person'>
+                <a href='http://ruben.verborgh.org/#me'>
+                  <span property='foaf:name'>Ruben Verborgh</span>
+                </a>
+                <dt>
+                  Home Page
+                </dt>
+                <dd>
+                  <a href='http://ruben.verborgh.org/' property='foaf:homepage'>
+                    http://ruben.verborgh.org/
+                  </a>
+                </dd>
+              </div>
+            </dd>
+            <dt>
+              Test Suite Compliance
+            </dt>
+            <dd>
+              <table class='report'>
+                <tbody>
+                  <tr>
+                    <td>
+                      
+                    </td>
+                    <td class='passed-all'>
+                      291/291 (100.0%)
+                    </td>
+                  </tr>
+                </tbody>
+              </table>
+            </dd>
+          </dl>
+        </dd>
+        <dt id='subj_4'>
+          <a href='https://github.com/peteroupc/TurtleParserJava'>
+            <span about='https://github.com/peteroupc/TurtleParserJava' property='doap:name'>Turtle Parser</span>
+          </a>
+        </dt>
+        <dd inlist='inlist' property='earl:testSubjects' resource='https://github.com/peteroupc/TurtleParserJava' typeof='earl:TestSubject doap:Project'>
+          <dl>
+            <dt>Description</dt>
+            <dd lang='en' property='doap:description'>A Turtle parser for Java.</dd>
+            <dt>Programming Language</dt>
+            <dd property='doap:programming-language'>Java</dd>
+            <dt>Home Page</dt>
+            <dd property='doap:homepage'>
+              <a href='https://github.com/peteroupc/TurtleParserJava'>
+                https://github.com/peteroupc/TurtleParserJava
+              </a>
+            </dd>
+            <dt>Developer</dt>
+            <dd rel='doap:developer'>
+              <div resource='http://upokecenter.com/foaf/peter' typeof='foaf:Person'>
+                <a href='http://upokecenter.com/foaf/peter'>
+                  <span property='foaf:name'>Peter Occil</span>
+                </a>
+                <dt>
+                  Home Page
+                </dt>
+                <dd>
+                  <a href='http://upokecenter.com/' property='foaf:homepage'>
+                    http://upokecenter.com/
+                  </a>
+                </dd>
+              </div>
+            </dd>
+            <dt>
+              Test Suite Compliance
+            </dt>
+            <dd>
+              <table class='report'>
+                <tbody>
+                  <tr>
+                    <td>
+                      
+                    </td>
+                    <td class='passed-all'>
+                      291/291 (100.0%)
+                    </td>
+                  </tr>
+                </tbody>
+              </table>
+            </dd>
+          </dl>
+        </dd>
+      </dl>
+    </section>
+    <section class='appendix' rel='earl:assertions'>
+      <h2>
+        Individual Test Results
+      </h2>
+      <p>
+        Individual test results used to construct this report are available here:
+      </p>
+      <ul>
+        <li>
+          <a class='source' href='Apache-Jena-ttl-earl-2013-08-10.ttl'>Apache-Jena-ttl-earl-2013-08-10.ttl</a>
+        </li>
+        <li>
+          <a class='source' href='RIOT-jena-details.ttl'>RIOT-jena-details.ttl</a>
+        </li>
+        <li>
+          <a class='source' href='earl-node-n3-2013-08-10.ttl'>earl-node-n3-2013-08-10.ttl</a>
+        </li>
+        <li>
+          <a class='source' href='earl.ttl'>earl.ttl</a>
+        </li>
+        <li>
+          <a class='source' href='rdf-trine-turtle-2013-08-10.ttl'>rdf-trine-turtle-2013-08-10.ttl</a>
+        </li>
+        <li>
+          <a class='source' href='rdf.rb-earl-08-10.ttl'>rdf.rb-earl-08-10.ttl</a>
+        </li>
+        <li>
+          <a class='source' href='rdf.rb-earl-2013-08-10.ttl'>rdf.rb-earl-2013-08-10.ttl</a>
+        </li>
+        <li>
+          <a class='source' href='turtleparserjava-earl-2013-08-10.ttl'>turtleparserjava-earl-2013-08-10.ttl</a>
+        </li>
+      </ul>
+    </section>
+    <section class='appendix'>
+      <h2>
+        Test Definitions
+      </h2>
+      <dl>
+        <div inlist='inlist' property='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl'>
+          <dt id='test_IRI_subject' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_subject'>
+            Test
+            <span property='dc:title mf:name'>IRI_subject</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_subject'>
+            <p lang='en' property='dc:description'>IRI subject</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/IRI_subject.ttl' title='IRI_subject Input'>http://www.w3.org/2013/TurtleTests/IRI_subject.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/IRI_spo.nt' title='IRI_subject Result'>http://www.w3.org/2013/TurtleTests/IRI_spo.nt not loaded</pre>
+          </dd>
+          <dt id='test_IRI_with_four_digit_numeric_escape' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_four_digit_numeric_escape'>
+            Test
+            <span property='dc:title mf:name'>IRI_with_four_digit_numeric_escape</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_four_digit_numeric_escape'>
+            <p lang='en' property='dc:description'>IRI with four digit numeric escape (\u)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/IRI_with_four_digit_numeric_escape.ttl' title='IRI_with_four_digit_numeric_escape Input'>http://www.w3.org/2013/TurtleTests/IRI_with_four_digit_numeric_escape.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/IRI_spo.nt' title='IRI_with_four_digit_numeric_escape Result'>http://www.w3.org/2013/TurtleTests/IRI_spo.nt not loaded</pre>
+          </dd>
+          <dt id='test_IRI_with_eight_digit_numeric_escape' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_eight_digit_numeric_escape'>
+            Test
+            <span property='dc:title mf:name'>IRI_with_eight_digit_numeric_escape</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_eight_digit_numeric_escape'>
+            <p lang='en' property='dc:description'>IRI with eight digit numeric escape (\U)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/IRI_with_eight_digit_numeric_escape.ttl' title='IRI_with_eight_digit_numeric_escape Input'>http://www.w3.org/2013/TurtleTests/IRI_with_eight_digit_numeric_escape.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/IRI_spo.nt' title='IRI_with_eight_digit_numeric_escape Result'>http://www.w3.org/2013/TurtleTests/IRI_spo.nt not loaded</pre>
+          </dd>
+          <dt id='test_IRI_with_all_punctuation' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_all_punctuation'>
+            Test
+            <span property='dc:title mf:name'>IRI_with_all_punctuation</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_all_punctuation'>
+            <p lang='en' property='dc:description'>IRI with all punctuation</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/IRI_with_all_punctuation.ttl' title='IRI_with_all_punctuation Input'>http://www.w3.org/2013/TurtleTests/IRI_with_all_punctuation.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/IRI_with_all_punctuation.nt' title='IRI_with_all_punctuation Result'>http://www.w3.org/2013/TurtleTests/IRI_with_all_punctuation.nt not loaded</pre>
+          </dd>
+          <dt id='test_bareword_a_predicate' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_a_predicate'>
+            Test
+            <span property='dc:title mf:name'>bareword_a_predicate</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_a_predicate'>
+            <p lang='en' property='dc:description'>bareword a predicate</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/bareword_a_predicate.ttl' title='bareword_a_predicate Input'>http://www.w3.org/2013/TurtleTests/bareword_a_predicate.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/bareword_a_predicate.nt' title='bareword_a_predicate Result'>http://www.w3.org/2013/TurtleTests/bareword_a_predicate.nt not loaded</pre>
+          </dd>
+          <dt id='test_old_style_prefix' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_prefix'>
+            Test
+            <span property='dc:title mf:name'>old_style_prefix</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_prefix'>
+            <p lang='en' property='dc:description'>old-style prefix</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/old_style_prefix.ttl' title='old_style_prefix Input'>http://www.w3.org/2013/TurtleTests/old_style_prefix.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/IRI_spo.nt' title='old_style_prefix Result'>http://www.w3.org/2013/TurtleTests/IRI_spo.nt not loaded</pre>
+          </dd>
+          <dt id='test_SPARQL_style_prefix' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_prefix'>
+            Test
+            <span property='dc:title mf:name'>SPARQL_style_prefix</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_prefix'>
+            <p lang='en' property='dc:description'>SPARQL-style prefix</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/SPARQL_style_prefix.ttl' title='SPARQL_style_prefix Input'>http://www.w3.org/2013/TurtleTests/SPARQL_style_prefix.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/IRI_spo.nt' title='SPARQL_style_prefix Result'>http://www.w3.org/2013/TurtleTests/IRI_spo.nt not loaded</pre>
+          </dd>
+          <dt id='test_prefixed_IRI_predicate' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_predicate'>
+            Test
+            <span property='dc:title mf:name'>prefixed_IRI_predicate</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_predicate'>
+            <p lang='en' property='dc:description'>prefixed IRI predicate</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/prefixed_IRI_predicate.ttl' title='prefixed_IRI_predicate Input'>http://www.w3.org/2013/TurtleTests/prefixed_IRI_predicate.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/IRI_spo.nt' title='prefixed_IRI_predicate Result'>http://www.w3.org/2013/TurtleTests/IRI_spo.nt not loaded</pre>
+          </dd>
+          <dt id='test_prefixed_IRI_object' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_object'>
+            Test
+            <span property='dc:title mf:name'>prefixed_IRI_object</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_object'>
+            <p lang='en' property='dc:description'>prefixed IRI object</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/prefixed_IRI_object.ttl' title='prefixed_IRI_object Input'>http://www.w3.org/2013/TurtleTests/prefixed_IRI_object.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/IRI_spo.nt' title='prefixed_IRI_object Result'>http://www.w3.org/2013/TurtleTests/IRI_spo.nt not loaded</pre>
+          </dd>
+          <dt id='test_prefix_only_IRI' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_only_IRI'>
+            Test
+            <span property='dc:title mf:name'>prefix_only_IRI</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_only_IRI'>
+            <p lang='en' property='dc:description'>prefix-only IRI (p:)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/prefix_only_IRI.ttl' title='prefix_only_IRI Input'>http://www.w3.org/2013/TurtleTests/prefix_only_IRI.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/IRI_spo.nt' title='prefix_only_IRI Result'>http://www.w3.org/2013/TurtleTests/IRI_spo.nt not loaded</pre>
+          </dd>
+          <dt id='test_prefix_with_PN_CHARS_BASE_character_boundaries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries'>
+            Test
+            <span property='dc:title mf:name'>prefix_with_PN_CHARS_BASE_character_boundaries</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries'>
+            <p lang='en' property='dc:description'>prefix with PN CHARS BASE character boundaries (prefix: AZazÀÖØöø...:)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/prefix_with_PN_CHARS_BASE_character_boundaries.ttl' title='prefix_with_PN_CHARS_BASE_character_boundaries Input'>http://www.w3.org/2013/TurtleTests/prefix_with_PN_CHARS_BASE_character_boundaries.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/IRI_spo.nt' title='prefix_with_PN_CHARS_BASE_character_boundaries Result'>http://www.w3.org/2013/TurtleTests/IRI_spo.nt not loaded</pre>
+          </dd>
+          <dt id='test_prefix_with_non_leading_extras' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_non_leading_extras'>
+            Test
+            <span property='dc:title mf:name'>prefix_with_non_leading_extras</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_non_leading_extras'>
+            <p lang='en' property='dc:description'>prefix with_non_leading_extras (_:a·̀ͯ‿.⁀)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/prefix_with_non_leading_extras.ttl' title='prefix_with_non_leading_extras Input'>http://www.w3.org/2013/TurtleTests/prefix_with_non_leading_extras.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/IRI_spo.nt' title='prefix_with_non_leading_extras Result'>http://www.w3.org/2013/TurtleTests/IRI_spo.nt not loaded</pre>
+          </dd>
+          <dt id='test_default_namespace_IRI' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#default_namespace_IRI'>
+            Test
+            <span property='dc:title mf:name'>default_namespace_IRI</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#default_namespace_IRI'>
+            <p lang='en' property='dc:description'>default namespace IRI (:ln)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/default_namespace_IRI.ttl' title='default_namespace_IRI Input'>http://www.w3.org/2013/TurtleTests/default_namespace_IRI.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/IRI_spo.nt' title='default_namespace_IRI Result'>http://www.w3.org/2013/TurtleTests/IRI_spo.nt not loaded</pre>
+          </dd>
+          <dt id='test_prefix_reassigned_and_used' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_reassigned_and_used'>
+            Test
+            <span property='dc:title mf:name'>prefix_reassigned_and_used</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_reassigned_and_used'>
+            <p lang='en' property='dc:description'>prefix reassigned and used</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/prefix_reassigned_and_used.ttl' title='prefix_reassigned_and_used Input'>http://www.w3.org/2013/TurtleTests/prefix_reassigned_and_used.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/prefix_reassigned_and_used.nt' title='prefix_reassigned_and_used Result'>http://www.w3.org/2013/TurtleTests/prefix_reassigned_and_used.nt not loaded</pre>
+          </dd>
+          <dt id='test_reserved_escaped_localName' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#reserved_escaped_localName'>
+            Test
+            <span property='dc:title mf:name'>reserved_escaped_localName</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#reserved_escaped_localName'>
+            <p lang='en' property='dc:description'>reserved-escaped local name</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/reserved_escaped_localName.ttl' title='reserved_escaped_localName Input'>http://www.w3.org/2013/TurtleTests/reserved_escaped_localName.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/reserved_escaped_localName.nt' title='reserved_escaped_localName Result'>http://www.w3.org/2013/TurtleTests/reserved_escaped_localName.nt not loaded</pre>
+          </dd>
+          <dt id='test_percent_escaped_localName' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#percent_escaped_localName'>
+            Test
+            <span property='dc:title mf:name'>percent_escaped_localName</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#percent_escaped_localName'>
+            <p lang='en' property='dc:description'>percent-escaped local name</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/percent_escaped_localName.ttl' title='percent_escaped_localName Input'>http://www.w3.org/2013/TurtleTests/percent_escaped_localName.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/percent_escaped_localName.nt' title='percent_escaped_localName Result'>http://www.w3.org/2013/TurtleTests/percent_escaped_localName.nt not loaded</pre>
+          </dd>
+          <dt id='test_HYPHEN_MINUS_in_localName' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#HYPHEN_MINUS_in_localName'>
+            Test
+            <span property='dc:title mf:name'>HYPHEN_MINUS_in_localName</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#HYPHEN_MINUS_in_localName'>
+            <p lang='en' property='dc:description'>HYPHEN-MINUS in local name</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/HYPHEN_MINUS_in_localName.ttl' title='HYPHEN_MINUS_in_localName Input'>http://www.w3.org/2013/TurtleTests/HYPHEN_MINUS_in_localName.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/HYPHEN_MINUS_in_localName.nt' title='HYPHEN_MINUS_in_localName Result'>http://www.w3.org/2013/TurtleTests/HYPHEN_MINUS_in_localName.nt not loaded</pre>
+          </dd>
+          <dt id='test_underscore_in_localName' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#underscore_in_localName'>
+            Test
+            <span property='dc:title mf:name'>underscore_in_localName</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#underscore_in_localName'>
+            <p lang='en' property='dc:description'>underscore in local name</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/underscore_in_localName.ttl' title='underscore_in_localName Input'>http://www.w3.org/2013/TurtleTests/underscore_in_localName.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/underscore_in_localName.nt' title='underscore_in_localName Result'>http://www.w3.org/2013/TurtleTests/underscore_in_localName.nt not loaded</pre>
+          </dd>
+          <dt id='test_localname_with_COLON' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#localname_with_COLON'>
+            Test
+            <span property='dc:title mf:name'>localname_with_COLON</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#localname_with_COLON'>
+            <p lang='en' property='dc:description'>localname with COLON</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/localname_with_COLON.ttl' title='localname_with_COLON Input'>http://www.w3.org/2013/TurtleTests/localname_with_COLON.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/localname_with_COLON.nt' title='localname_with_COLON Result'>http://www.w3.org/2013/TurtleTests/localname_with_COLON.nt not loaded</pre>
+          </dd>
+          <dt id='test_localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries'>
+            Test
+            <span property='dc:title mf:name'>localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries'>
+            <p lang='en' property='dc:description'>localName with assigned, NFC-normalized, basic-multilingual-plane PN CHARS BASE character boundaries (p:AZazÀÖØöø...)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.ttl' title='localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries Input'>http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.nt' title='localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries Result'>http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.nt not loaded</pre>
+          </dd>
+          <dt id='test_localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries'>
+            Test
+            <span property='dc:title mf:name'>localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries'>
+            <p lang='en' property='dc:description'>localName with assigned, NFC-normalized PN CHARS BASE character boundaries (p:AZazÀÖØöø...)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.ttl' title='localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries Input'>http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.nt' title='localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries Result'>http://www.w3.org/2013/TurtleTests/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.nt not loaded</pre>
+          </dd>
+          <dt id='test_localName_with_nfc_PN_CHARS_BASE_character_boundaries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries'>
+            Test
+            <span property='dc:title mf:name'>localName_with_nfc_PN_CHARS_BASE_character_boundaries</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries'>
+            <p lang='en' property='dc:description'>localName with nfc-normalize PN CHARS BASE character boundaries (p:AZazÀÖØöø...)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/localName_with_nfc_PN_CHARS_BASE_character_boundaries.ttl' title='localName_with_nfc_PN_CHARS_BASE_character_boundaries Input'>http://www.w3.org/2013/TurtleTests/localName_with_nfc_PN_CHARS_BASE_character_boundaries.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/localName_with_nfc_PN_CHARS_BASE_character_boundaries.nt' title='localName_with_nfc_PN_CHARS_BASE_character_boundaries Result'>http://www.w3.org/2013/TurtleTests/localName_with_nfc_PN_CHARS_BASE_character_boundaries.nt not loaded</pre>
+          </dd>
+          <dt id='test_localName_with_leading_underscore' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_underscore'>
+            Test
+            <span property='dc:title mf:name'>localName_with_leading_underscore</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_underscore'>
+            <p lang='en' property='dc:description'>localName with leading underscore (p:_)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/localName_with_leading_underscore.ttl' title='localName_with_leading_underscore Input'>http://www.w3.org/2013/TurtleTests/localName_with_leading_underscore.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/localName_with_leading_underscore.nt' title='localName_with_leading_underscore Result'>http://www.w3.org/2013/TurtleTests/localName_with_leading_underscore.nt not loaded</pre>
+          </dd>
+          <dt id='test_localName_with_leading_digit' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_digit'>
+            Test
+            <span property='dc:title mf:name'>localName_with_leading_digit</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_digit'>
+            <p lang='en' property='dc:description'>localName with leading digit (p:_)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/localName_with_leading_digit.ttl' title='localName_with_leading_digit Input'>http://www.w3.org/2013/TurtleTests/localName_with_leading_digit.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/localName_with_leading_digit.nt' title='localName_with_leading_digit Result'>http://www.w3.org/2013/TurtleTests/localName_with_leading_digit.nt not loaded</pre>
+          </dd>
+          <dt id='test_localName_with_non_leading_extras' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_non_leading_extras'>
+            Test
+            <span property='dc:title mf:name'>localName_with_non_leading_extras</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_non_leading_extras'>
+            <p lang='en' property='dc:description'>localName with_non_leading_extras (_:a·̀ͯ‿.⁀)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/localName_with_non_leading_extras.ttl' title='localName_with_non_leading_extras Input'>http://www.w3.org/2013/TurtleTests/localName_with_non_leading_extras.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/localName_with_non_leading_extras.nt' title='localName_with_non_leading_extras Result'>http://www.w3.org/2013/TurtleTests/localName_with_non_leading_extras.nt not loaded</pre>
+          </dd>
+          <dt id='test_old_style_base' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_base'>
+            Test
+            <span property='dc:title mf:name'>old_style_base</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_base'>
+            <p lang='en' property='dc:description'>old-style base</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/old_style_base.ttl' title='old_style_base Input'>http://www.w3.org/2013/TurtleTests/old_style_base.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/IRI_spo.nt' title='old_style_base Result'>http://www.w3.org/2013/TurtleTests/IRI_spo.nt not loaded</pre>
+          </dd>
+          <dt id='test_SPARQL_style_base' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_base'>
+            Test
+            <span property='dc:title mf:name'>SPARQL_style_base</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_base'>
+            <p lang='en' property='dc:description'>SPARQL-style base</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/SPARQL_style_base.ttl' title='SPARQL_style_base Input'>http://www.w3.org/2013/TurtleTests/SPARQL_style_base.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/IRI_spo.nt' title='SPARQL_style_base Result'>http://www.w3.org/2013/TurtleTests/IRI_spo.nt not loaded</pre>
+          </dd>
+          <dt id='test_labeled_blank_node_subject' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_subject'>
+            Test
+            <span property='dc:title mf:name'>labeled_blank_node_subject</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_subject'>
+            <p lang='en' property='dc:description'>labeled blank node subject</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.ttl' title='labeled_blank_node_subject Input'>http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.nt' title='labeled_blank_node_subject Result'>http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.nt not loaded</pre>
+          </dd>
+          <dt id='test_labeled_blank_node_object' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_object'>
+            Test
+            <span property='dc:title mf:name'>labeled_blank_node_object</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_object'>
+            <p lang='en' property='dc:description'>labeled blank node object</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.ttl' title='labeled_blank_node_object Input'>http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt' title='labeled_blank_node_object Result'>http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt not loaded</pre>
+          </dd>
+          <dt id='test_labeled_blank_node_with_PN_CHARS_BASE_character_boundaries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries'>
+            Test
+            <span property='dc:title mf:name'>labeled_blank_node_with_PN_CHARS_BASE_character_boundaries</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries'>
+            <p lang='en' property='dc:description'>labeled blank node with PN_CHARS_BASE character boundaries (_:AZazÀÖØöø...)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_PN_CHARS_BASE_character_boundaries.ttl' title='labeled_blank_node_with_PN_CHARS_BASE_character_boundaries Input'>http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_PN_CHARS_BASE_character_boundaries.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt' title='labeled_blank_node_with_PN_CHARS_BASE_character_boundaries Result'>http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt not loaded</pre>
+          </dd>
+          <dt id='test_labeled_blank_node_with_leading_underscore' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_underscore'>
+            Test
+            <span property='dc:title mf:name'>labeled_blank_node_with_leading_underscore</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_underscore'>
+            <p lang='en' property='dc:description'>labeled blank node with_leading_underscore (_:_)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_leading_underscore.ttl' title='labeled_blank_node_with_leading_underscore Input'>http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_leading_underscore.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt' title='labeled_blank_node_with_leading_underscore Result'>http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt not loaded</pre>
+          </dd>
+          <dt id='test_labeled_blank_node_with_leading_digit' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_digit'>
+            Test
+            <span property='dc:title mf:name'>labeled_blank_node_with_leading_digit</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_digit'>
+            <p lang='en' property='dc:description'>labeled blank node with_leading_digit (_:0)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_leading_digit.ttl' title='labeled_blank_node_with_leading_digit Input'>http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_leading_digit.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt' title='labeled_blank_node_with_leading_digit Result'>http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt not loaded</pre>
+          </dd>
+          <dt id='test_labeled_blank_node_with_non_leading_extras' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_non_leading_extras'>
+            Test
+            <span property='dc:title mf:name'>labeled_blank_node_with_non_leading_extras</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_non_leading_extras'>
+            <p lang='en' property='dc:description'>labeled blank node with_non_leading_extras (_:a·̀ͯ‿.⁀)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_non_leading_extras.ttl' title='labeled_blank_node_with_non_leading_extras Input'>http://www.w3.org/2013/TurtleTests/labeled_blank_node_with_non_leading_extras.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt' title='labeled_blank_node_with_non_leading_extras Result'>http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt not loaded</pre>
+          </dd>
+          <dt id='test_anonymous_blank_node_subject' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_subject'>
+            Test
+            <span property='dc:title mf:name'>anonymous_blank_node_subject</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_subject'>
+            <p lang='en' property='dc:description'>anonymous blank node subject</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/anonymous_blank_node_subject.ttl' title='anonymous_blank_node_subject Input'>http://www.w3.org/2013/TurtleTests/anonymous_blank_node_subject.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.nt' title='anonymous_blank_node_subject Result'>http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.nt not loaded</pre>
+          </dd>
+          <dt id='test_anonymous_blank_node_object' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_object'>
+            Test
+            <span property='dc:title mf:name'>anonymous_blank_node_object</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_object'>
+            <p lang='en' property='dc:description'>anonymous blank node object</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/anonymous_blank_node_object.ttl' title='anonymous_blank_node_object Input'>http://www.w3.org/2013/TurtleTests/anonymous_blank_node_object.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt' title='anonymous_blank_node_object Result'>http://www.w3.org/2013/TurtleTests/labeled_blank_node_object.nt not loaded</pre>
+          </dd>
+          <dt id='test_sole_blankNodePropertyList' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#sole_blankNodePropertyList'>
+            Test
+            <span property='dc:title mf:name'>sole_blankNodePropertyList</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#sole_blankNodePropertyList'>
+            <p lang='en' property='dc:description'>sole blankNodePropertyList [ &lt;p&gt; &lt;o&gt; ] .</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/sole_blankNodePropertyList.ttl' title='sole_blankNodePropertyList Input'>http://www.w3.org/2013/TurtleTests/sole_blankNodePropertyList.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.nt' title='sole_blankNodePropertyList Result'>http://www.w3.org/2013/TurtleTests/labeled_blank_node_subject.nt not loaded</pre>
+          </dd>
+          <dt id='test_blankNodePropertyList_as_subject' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_subject'>
+            Test
+            <span property='dc:title mf:name'>blankNodePropertyList_as_subject</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_subject'>
+            <p lang='en' property='dc:description'>blankNodePropertyList as subject [ … ] &lt;p&gt; &lt;o&gt; .</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_subject.ttl' title='blankNodePropertyList_as_subject Input'>http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_subject.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_subject.nt' title='blankNodePropertyList_as_subject Result'>http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_subject.nt not loaded</pre>
+          </dd>
+          <dt id='test_blankNodePropertyList_as_object' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_object'>
+            Test
+            <span property='dc:title mf:name'>blankNodePropertyList_as_object</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_object'>
+            <p lang='en' property='dc:description'>blankNodePropertyList as object &lt;s&gt; &lt;p&gt; [ … ] .</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_object.ttl' title='blankNodePropertyList_as_object Input'>http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_object.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_object.nt' title='blankNodePropertyList_as_object Result'>http://www.w3.org/2013/TurtleTests/blankNodePropertyList_as_object.nt not loaded</pre>
+          </dd>
+          <dt id='test_blankNodePropertyList_with_multiple_triples' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_with_multiple_triples'>
+            Test
+            <span property='dc:title mf:name'>blankNodePropertyList_with_multiple_triples</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_with_multiple_triples'>
+            <p lang='en' property='dc:description'>blankNodePropertyList with multiple triples [ &lt;s&gt; &lt;p&gt; ; &lt;s2&gt; &lt;p2&gt; ]</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/blankNodePropertyList_with_multiple_triples.ttl' title='blankNodePropertyList_with_multiple_triples Input'>http://www.w3.org/2013/TurtleTests/blankNodePropertyList_with_multiple_triples.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/blankNodePropertyList_with_multiple_triples.nt' title='blankNodePropertyList_with_multiple_triples Result'>http://www.w3.org/2013/TurtleTests/blankNodePropertyList_with_multiple_triples.nt not loaded</pre>
+          </dd>
+          <dt id='test_nested_blankNodePropertyLists' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_blankNodePropertyLists'>
+            Test
+            <span property='dc:title mf:name'>nested_blankNodePropertyLists</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_blankNodePropertyLists'>
+            <p lang='en' property='dc:description'>nested blankNodePropertyLists [ &lt;p1&gt; [ &lt;p2&gt; &lt;o2&gt; ] ; &lt;p3&gt; &lt;o3&gt; ]</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/nested_blankNodePropertyLists.ttl' title='nested_blankNodePropertyLists Input'>http://www.w3.org/2013/TurtleTests/nested_blankNodePropertyLists.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/nested_blankNodePropertyLists.nt' title='nested_blankNodePropertyLists Result'>http://www.w3.org/2013/TurtleTests/nested_blankNodePropertyLists.nt not loaded</pre>
+          </dd>
+          <dt id='test_blankNodePropertyList_containing_collection' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_containing_collection'>
+            Test
+            <span property='dc:title mf:name'>blankNodePropertyList_containing_collection</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_containing_collection'>
+            <p lang='en' property='dc:description'>blankNodePropertyList containing collection [ &lt;p1&gt; ( … ) ]</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/blankNodePropertyList_containing_collection.ttl' title='blankNodePropertyList_containing_collection Input'>http://www.w3.org/2013/TurtleTests/blankNodePropertyList_containing_collection.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/blankNodePropertyList_containing_collection.nt' title='blankNodePropertyList_containing_collection Result'>http://www.w3.org/2013/TurtleTests/blankNodePropertyList_containing_collection.nt not loaded</pre>
+          </dd>
+          <dt id='test_collection_subject' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_subject'>
+            Test
+            <span property='dc:title mf:name'>collection_subject</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_subject'>
+            <p lang='en' property='dc:description'>collection subject</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/collection_subject.ttl' title='collection_subject Input'>http://www.w3.org/2013/TurtleTests/collection_subject.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/collection_subject.nt' title='collection_subject Result'>http://www.w3.org/2013/TurtleTests/collection_subject.nt not loaded</pre>
+          </dd>
+          <dt id='test_collection_object' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_object'>
+            Test
+            <span property='dc:title mf:name'>collection_object</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_object'>
+            <p lang='en' property='dc:description'>collection object</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/collection_object.ttl' title='collection_object Input'>http://www.w3.org/2013/TurtleTests/collection_object.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/collection_object.nt' title='collection_object Result'>http://www.w3.org/2013/TurtleTests/collection_object.nt not loaded</pre>
+          </dd>
+          <dt id='test_empty_collection' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#empty_collection'>
+            Test
+            <span property='dc:title mf:name'>empty_collection</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#empty_collection'>
+            <p lang='en' property='dc:description'>empty collection ()</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/empty_collection.ttl' title='empty_collection Input'>http://www.w3.org/2013/TurtleTests/empty_collection.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/empty_collection.nt' title='empty_collection Result'>http://www.w3.org/2013/TurtleTests/empty_collection.nt not loaded</pre>
+          </dd>
+          <dt id='test_nested_collection' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_collection'>
+            Test
+            <span property='dc:title mf:name'>nested_collection</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_collection'>
+            <p lang='en' property='dc:description'>nested collection (())</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/nested_collection.ttl' title='nested_collection Input'>http://www.w3.org/2013/TurtleTests/nested_collection.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/nested_collection.nt' title='nested_collection Result'>http://www.w3.org/2013/TurtleTests/nested_collection.nt not loaded</pre>
+          </dd>
+          <dt id='test_first' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#first'>
+            Test
+            <span property='dc:title mf:name'>first</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#first'>
+            <p lang='en' property='dc:description'>first, not last, non-empty nested collection</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/first.ttl' title='first Input'>http://www.w3.org/2013/TurtleTests/first.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/first.nt' title='first Result'>http://www.w3.org/2013/TurtleTests/first.nt not loaded</pre>
+          </dd>
+          <dt id='test_last' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#last'>
+            Test
+            <span property='dc:title mf:name'>last</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#last'>
+            <p lang='en' property='dc:description'>last, not first, non-empty nested collection</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/last.ttl' title='last Input'>http://www.w3.org/2013/TurtleTests/last.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/last.nt' title='last Result'>http://www.w3.org/2013/TurtleTests/last.nt not loaded</pre>
+          </dd>
+          <dt id='test_LITERAL1' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1'>
+            Test
+            <span property='dc:title mf:name'>LITERAL1</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1'>
+            <p lang='en' property='dc:description'>LITERAL1 'x'</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/LITERAL1.ttl' title='LITERAL1 Input'>http://www.w3.org/2013/TurtleTests/LITERAL1.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/LITERAL1.nt' title='LITERAL1 Result'>http://www.w3.org/2013/TurtleTests/LITERAL1.nt not loaded</pre>
+          </dd>
+          <dt id='test_LITERAL1_ascii_boundaries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_ascii_boundaries'>
+            Test
+            <span property='dc:title mf:name'>LITERAL1_ascii_boundaries</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_ascii_boundaries'>
+            <p lang='en' property='dc:description'>LITERAL1_ascii_boundaries '\x00\x09\x0b\x0c\x0e\x26\x28...'</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/LITERAL1_ascii_boundaries.ttl' title='LITERAL1_ascii_boundaries Input'>http://www.w3.org/2013/TurtleTests/LITERAL1_ascii_boundaries.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/LITERAL1_ascii_boundaries.nt' title='LITERAL1_ascii_boundaries Result'>http://www.w3.org/2013/TurtleTests/LITERAL1_ascii_boundaries.nt not loaded</pre>
+          </dd>
+          <dt id='test_LITERAL1_with_UTF8_boundaries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_with_UTF8_boundaries'>
+            Test
+            <span property='dc:title mf:name'>LITERAL1_with_UTF8_boundaries</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_with_UTF8_boundaries'>
+            <p lang='en' property='dc:description'>LITERAL1_with_UTF8_boundaries '\x80\x7ff\x800\xfff...'</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/LITERAL1_with_UTF8_boundaries.ttl' title='LITERAL1_with_UTF8_boundaries Input'>http://www.w3.org/2013/TurtleTests/LITERAL1_with_UTF8_boundaries.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt' title='LITERAL1_with_UTF8_boundaries Result'>http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt not loaded</pre>
+          </dd>
+          <dt id='test_LITERAL1_all_controls' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_controls'>
+            Test
+            <span property='dc:title mf:name'>LITERAL1_all_controls</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_controls'>
+            <p lang='en' property='dc:description'>LITERAL1_all_controls '\x00\x01\x02\x03\x04...'</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/LITERAL1_all_controls.ttl' title='LITERAL1_all_controls Input'>http://www.w3.org/2013/TurtleTests/LITERAL1_all_controls.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/LITERAL1_all_controls.nt' title='LITERAL1_all_controls Result'>http://www.w3.org/2013/TurtleTests/LITERAL1_all_controls.nt not loaded</pre>
+          </dd>
+          <dt id='test_LITERAL1_all_punctuation' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_punctuation'>
+            Test
+            <span property='dc:title mf:name'>LITERAL1_all_punctuation</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_punctuation'>
+            <p lang='en' property='dc:description'>LITERAL1_all_punctuation '!&quot;#$%&amp;()...'</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/LITERAL1_all_punctuation.ttl' title='LITERAL1_all_punctuation Input'>http://www.w3.org/2013/TurtleTests/LITERAL1_all_punctuation.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/LITERAL1_all_punctuation.nt' title='LITERAL1_all_punctuation Result'>http://www.w3.org/2013/TurtleTests/LITERAL1_all_punctuation.nt not loaded</pre>
+          </dd>
+          <dt id='test_LITERAL_LONG1' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1'>
+            Test
+            <span property='dc:title mf:name'>LITERAL_LONG1</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1'>
+            <p lang='en' property='dc:description'>LITERAL_LONG1 '''x'''</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/LITERAL_LONG1.ttl' title='LITERAL_LONG1 Input'>http://www.w3.org/2013/TurtleTests/LITERAL_LONG1.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/LITERAL1.nt' title='LITERAL_LONG1 Result'>http://www.w3.org/2013/TurtleTests/LITERAL1.nt not loaded</pre>
+          </dd>
+          <dt id='test_LITERAL_LONG1_ascii_boundaries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries'>
+            Test
+            <span property='dc:title mf:name'>LITERAL_LONG1_ascii_boundaries</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries'>
+            <p lang='en' property='dc:description'>LITERAL_LONG1_ascii_boundaries '\x00\x26\x28...'</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_ascii_boundaries.ttl' title='LITERAL_LONG1_ascii_boundaries Input'>http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_ascii_boundaries.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_ascii_boundaries.nt' title='LITERAL_LONG1_ascii_boundaries Result'>http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_ascii_boundaries.nt not loaded</pre>
+          </dd>
+          <dt id='test_LITERAL_LONG1_with_UTF8_boundaries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries'>
+            Test
+            <span property='dc:title mf:name'>LITERAL_LONG1_with_UTF8_boundaries</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries'>
+            <p lang='en' property='dc:description'>LITERAL_LONG1_with_UTF8_boundaries '\x80\x7ff\x800\xfff...'</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_UTF8_boundaries.ttl' title='LITERAL_LONG1_with_UTF8_boundaries Input'>http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_UTF8_boundaries.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt' title='LITERAL_LONG1_with_UTF8_boundaries Result'>http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt not loaded</pre>
+          </dd>
+          <dt id='test_LITERAL_LONG1_with_1_squote' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_1_squote'>
+            Test
+            <span property='dc:title mf:name'>LITERAL_LONG1_with_1_squote</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_1_squote'>
+            <p lang='en' property='dc:description'>LITERAL_LONG1 with 1 squote '''a'b'''</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_1_squote.ttl' title='LITERAL_LONG1_with_1_squote Input'>http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_1_squote.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_1_squote.nt' title='LITERAL_LONG1_with_1_squote Result'>http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_1_squote.nt not loaded</pre>
+          </dd>
+          <dt id='test_LITERAL_LONG1_with_2_squotes' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_2_squotes'>
+            Test
+            <span property='dc:title mf:name'>LITERAL_LONG1_with_2_squotes</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_2_squotes'>
+            <p lang='en' property='dc:description'>LITERAL_LONG1 with 2 squotes '''a''b'''</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_2_squotes.ttl' title='LITERAL_LONG1_with_2_squotes Input'>http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_2_squotes.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_2_squotes.nt' title='LITERAL_LONG1_with_2_squotes Result'>http://www.w3.org/2013/TurtleTests/LITERAL_LONG1_with_2_squotes.nt not loaded</pre>
+          </dd>
+          <dt id='test_LITERAL2' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2'>
+            Test
+            <span property='dc:title mf:name'>LITERAL2</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2'>
+            <p lang='en' property='dc:description'>LITERAL2 &quot;x&quot;</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/LITERAL2.ttl' title='LITERAL2 Input'>http://www.w3.org/2013/TurtleTests/LITERAL2.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/LITERAL1.nt' title='LITERAL2 Result'>http://www.w3.org/2013/TurtleTests/LITERAL1.nt not loaded</pre>
+          </dd>
+          <dt id='test_LITERAL2_ascii_boundaries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_ascii_boundaries'>
+            Test
+            <span property='dc:title mf:name'>LITERAL2_ascii_boundaries</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_ascii_boundaries'>
+            <p lang='en' property='dc:description'>LITERAL2_ascii_boundaries '\x00\x09\x0b\x0c\x0e\x21\x23...'</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/LITERAL2_ascii_boundaries.ttl' title='LITERAL2_ascii_boundaries Input'>http://www.w3.org/2013/TurtleTests/LITERAL2_ascii_boundaries.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/LITERAL2_ascii_boundaries.nt' title='LITERAL2_ascii_boundaries Result'>http://www.w3.org/2013/TurtleTests/LITERAL2_ascii_boundaries.nt not loaded</pre>
+          </dd>
+          <dt id='test_LITERAL2_with_UTF8_boundaries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_with_UTF8_boundaries'>
+            Test
+            <span property='dc:title mf:name'>LITERAL2_with_UTF8_boundaries</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_with_UTF8_boundaries'>
+            <p lang='en' property='dc:description'>LITERAL2_with_UTF8_boundaries '\x80\x7ff\x800\xfff...'</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/LITERAL2_with_UTF8_boundaries.ttl' title='LITERAL2_with_UTF8_boundaries Input'>http://www.w3.org/2013/TurtleTests/LITERAL2_with_UTF8_boundaries.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt' title='LITERAL2_with_UTF8_boundaries Result'>http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt not loaded</pre>
+          </dd>
+          <dt id='test_LITERAL_LONG2' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2'>
+            Test
+            <span property='dc:title mf:name'>LITERAL_LONG2</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2'>
+            <p lang='en' property='dc:description'>LITERAL_LONG2 &quot;&quot;&quot;x&quot;&quot;&quot;</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/LITERAL_LONG2.ttl' title='LITERAL_LONG2 Input'>http://www.w3.org/2013/TurtleTests/LITERAL_LONG2.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/LITERAL1.nt' title='LITERAL_LONG2 Result'>http://www.w3.org/2013/TurtleTests/LITERAL1.nt not loaded</pre>
+          </dd>
+          <dt id='test_LITERAL_LONG2_ascii_boundaries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries'>
+            Test
+            <span property='dc:title mf:name'>LITERAL_LONG2_ascii_boundaries</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries'>
+            <p lang='en' property='dc:description'>LITERAL_LONG2_ascii_boundaries '\x00\x21\x23...'</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_ascii_boundaries.ttl' title='LITERAL_LONG2_ascii_boundaries Input'>http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_ascii_boundaries.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_ascii_boundaries.nt' title='LITERAL_LONG2_ascii_boundaries Result'>http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_ascii_boundaries.nt not loaded</pre>
+          </dd>
+          <dt id='test_LITERAL_LONG2_with_UTF8_boundaries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries'>
+            Test
+            <span property='dc:title mf:name'>LITERAL_LONG2_with_UTF8_boundaries</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries'>
+            <p lang='en' property='dc:description'>LITERAL_LONG2_with_UTF8_boundaries '\x80\x7ff\x800\xfff...'</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_UTF8_boundaries.ttl' title='LITERAL_LONG2_with_UTF8_boundaries Input'>http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_UTF8_boundaries.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt' title='LITERAL_LONG2_with_UTF8_boundaries Result'>http://www.w3.org/2013/TurtleTests/LITERAL_with_UTF8_boundaries.nt not loaded</pre>
+          </dd>
+          <dt id='test_LITERAL_LONG2_with_1_squote' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_1_squote'>
+            Test
+            <span property='dc:title mf:name'>LITERAL_LONG2_with_1_squote</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_1_squote'>
+            <p lang='en' property='dc:description'>LITERAL_LONG2 with 1 squote &quot;&quot;&quot;a&quot;b&quot;&quot;&quot;</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_1_squote.ttl' title='LITERAL_LONG2_with_1_squote Input'>http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_1_squote.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_1_squote.nt' title='LITERAL_LONG2_with_1_squote Result'>http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_1_squote.nt not loaded</pre>
+          </dd>
+          <dt id='test_LITERAL_LONG2_with_2_squotes' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_2_squotes'>
+            Test
+            <span property='dc:title mf:name'>LITERAL_LONG2_with_2_squotes</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_2_squotes'>
+            <p lang='en' property='dc:description'>LITERAL_LONG2 with 2 squotes &quot;&quot;&quot;a&quot;&quot;b&quot;&quot;&quot;</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_2_squotes.ttl' title='LITERAL_LONG2_with_2_squotes Input'>http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_2_squotes.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_2_squotes.nt' title='LITERAL_LONG2_with_2_squotes Result'>http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_2_squotes.nt not loaded</pre>
+          </dd>
+          <dt id='test_literal_with_CHARACTER_TABULATION' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CHARACTER_TABULATION'>
+            Test
+            <span property='dc:title mf:name'>literal_with_CHARACTER_TABULATION</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CHARACTER_TABULATION'>
+            <p lang='en' property='dc:description'>literal with CHARACTER TABULATION</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/literal_with_CHARACTER_TABULATION.ttl' title='literal_with_CHARACTER_TABULATION Input'>http://www.w3.org/2013/TurtleTests/literal_with_CHARACTER_TABULATION.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/literal_with_CHARACTER_TABULATION.nt' title='literal_with_CHARACTER_TABULATION Result'>http://www.w3.org/2013/TurtleTests/literal_with_CHARACTER_TABULATION.nt not loaded</pre>
+          </dd>
+          <dt id='test_literal_with_BACKSPACE' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_BACKSPACE'>
+            Test
+            <span property='dc:title mf:name'>literal_with_BACKSPACE</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_BACKSPACE'>
+            <p lang='en' property='dc:description'>literal with BACKSPACE</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/literal_with_BACKSPACE.ttl' title='literal_with_BACKSPACE Input'>http://www.w3.org/2013/TurtleTests/literal_with_BACKSPACE.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/literal_with_BACKSPACE.nt' title='literal_with_BACKSPACE Result'>http://www.w3.org/2013/TurtleTests/literal_with_BACKSPACE.nt not loaded</pre>
+          </dd>
+          <dt id='test_literal_with_LINE_FEED' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_LINE_FEED'>
+            Test
+            <span property='dc:title mf:name'>literal_with_LINE_FEED</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_LINE_FEED'>
+            <p lang='en' property='dc:description'>literal with LINE FEED</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/literal_with_LINE_FEED.ttl' title='literal_with_LINE_FEED Input'>http://www.w3.org/2013/TurtleTests/literal_with_LINE_FEED.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/literal_with_LINE_FEED.nt' title='literal_with_LINE_FEED Result'>http://www.w3.org/2013/TurtleTests/literal_with_LINE_FEED.nt not loaded</pre>
+          </dd>
+          <dt id='test_literal_with_CARRIAGE_RETURN' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CARRIAGE_RETURN'>
+            Test
+            <span property='dc:title mf:name'>literal_with_CARRIAGE_RETURN</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CARRIAGE_RETURN'>
+            <p lang='en' property='dc:description'>literal with CARRIAGE RETURN</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/literal_with_CARRIAGE_RETURN.ttl' title='literal_with_CARRIAGE_RETURN Input'>http://www.w3.org/2013/TurtleTests/literal_with_CARRIAGE_RETURN.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/literal_with_CARRIAGE_RETURN.nt' title='literal_with_CARRIAGE_RETURN Result'>http://www.w3.org/2013/TurtleTests/literal_with_CARRIAGE_RETURN.nt not loaded</pre>
+          </dd>
+          <dt id='test_literal_with_FORM_FEED' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_FORM_FEED'>
+            Test
+            <span property='dc:title mf:name'>literal_with_FORM_FEED</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_FORM_FEED'>
+            <p lang='en' property='dc:description'>literal with FORM FEED</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/literal_with_FORM_FEED.ttl' title='literal_with_FORM_FEED Input'>http://www.w3.org/2013/TurtleTests/literal_with_FORM_FEED.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/literal_with_FORM_FEED.nt' title='literal_with_FORM_FEED Result'>http://www.w3.org/2013/TurtleTests/literal_with_FORM_FEED.nt not loaded</pre>
+          </dd>
+          <dt id='test_literal_with_REVERSE_SOLIDUS' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_REVERSE_SOLIDUS'>
+            Test
+            <span property='dc:title mf:name'>literal_with_REVERSE_SOLIDUS</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_REVERSE_SOLIDUS'>
+            <p lang='en' property='dc:description'>literal with REVERSE SOLIDUS</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/literal_with_REVERSE_SOLIDUS.ttl' title='literal_with_REVERSE_SOLIDUS Input'>http://www.w3.org/2013/TurtleTests/literal_with_REVERSE_SOLIDUS.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/literal_with_REVERSE_SOLIDUS.nt' title='literal_with_REVERSE_SOLIDUS Result'>http://www.w3.org/2013/TurtleTests/literal_with_REVERSE_SOLIDUS.nt not loaded</pre>
+          </dd>
+          <dt id='test_literal_with_escaped_CHARACTER_TABULATION' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION'>
+            Test
+            <span property='dc:title mf:name'>literal_with_escaped_CHARACTER_TABULATION</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION'>
+            <p lang='en' property='dc:description'>literal with escaped CHARACTER TABULATION</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/literal_with_escaped_CHARACTER_TABULATION.ttl' title='literal_with_escaped_CHARACTER_TABULATION Input'>http://www.w3.org/2013/TurtleTests/literal_with_escaped_CHARACTER_TABULATION.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/literal_with_CHARACTER_TABULATION.nt' title='literal_with_escaped_CHARACTER_TABULATION Result'>http://www.w3.org/2013/TurtleTests/literal_with_CHARACTER_TABULATION.nt not loaded</pre>
+          </dd>
+          <dt id='test_literal_with_escaped_BACKSPACE' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_BACKSPACE'>
+            Test
+            <span property='dc:title mf:name'>literal_with_escaped_BACKSPACE</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_BACKSPACE'>
+            <p lang='en' property='dc:description'>literal with escaped BACKSPACE</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/literal_with_escaped_BACKSPACE.ttl' title='literal_with_escaped_BACKSPACE Input'>http://www.w3.org/2013/TurtleTests/literal_with_escaped_BACKSPACE.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/literal_with_BACKSPACE.nt' title='literal_with_escaped_BACKSPACE Result'>http://www.w3.org/2013/TurtleTests/literal_with_BACKSPACE.nt not loaded</pre>
+          </dd>
+          <dt id='test_literal_with_escaped_LINE_FEED' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_LINE_FEED'>
+            Test
+            <span property='dc:title mf:name'>literal_with_escaped_LINE_FEED</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_LINE_FEED'>
+            <p lang='en' property='dc:description'>literal with escaped LINE FEED</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/literal_with_escaped_LINE_FEED.ttl' title='literal_with_escaped_LINE_FEED Input'>http://www.w3.org/2013/TurtleTests/literal_with_escaped_LINE_FEED.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/literal_with_LINE_FEED.nt' title='literal_with_escaped_LINE_FEED Result'>http://www.w3.org/2013/TurtleTests/literal_with_LINE_FEED.nt not loaded</pre>
+          </dd>
+          <dt id='test_literal_with_escaped_CARRIAGE_RETURN' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN'>
+            Test
+            <span property='dc:title mf:name'>literal_with_escaped_CARRIAGE_RETURN</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN'>
+            <p lang='en' property='dc:description'>literal with escaped CARRIAGE RETURN</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/literal_with_escaped_CARRIAGE_RETURN.ttl' title='literal_with_escaped_CARRIAGE_RETURN Input'>http://www.w3.org/2013/TurtleTests/literal_with_escaped_CARRIAGE_RETURN.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/literal_with_CARRIAGE_RETURN.nt' title='literal_with_escaped_CARRIAGE_RETURN Result'>http://www.w3.org/2013/TurtleTests/literal_with_CARRIAGE_RETURN.nt not loaded</pre>
+          </dd>
+          <dt id='test_literal_with_escaped_FORM_FEED' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_FORM_FEED'>
+            Test
+            <span property='dc:title mf:name'>literal_with_escaped_FORM_FEED</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_FORM_FEED'>
+            <p lang='en' property='dc:description'>literal with escaped FORM FEED</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/literal_with_escaped_FORM_FEED.ttl' title='literal_with_escaped_FORM_FEED Input'>http://www.w3.org/2013/TurtleTests/literal_with_escaped_FORM_FEED.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/literal_with_FORM_FEED.nt' title='literal_with_escaped_FORM_FEED Result'>http://www.w3.org/2013/TurtleTests/literal_with_FORM_FEED.nt not loaded</pre>
+          </dd>
+          <dt id='test_literal_with_numeric_escape4' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape4'>
+            Test
+            <span property='dc:title mf:name'>literal_with_numeric_escape4</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape4'>
+            <p lang='en' property='dc:description'>literal with numeric escape4 \u</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape4.ttl' title='literal_with_numeric_escape4 Input'>http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape4.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape4.nt' title='literal_with_numeric_escape4 Result'>http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape4.nt not loaded</pre>
+          </dd>
+          <dt id='test_literal_with_numeric_escape8' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape8'>
+            Test
+            <span property='dc:title mf:name'>literal_with_numeric_escape8</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape8'>
+            <p lang='en' property='dc:description'>literal with numeric escape8 \U</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape8.ttl' title='literal_with_numeric_escape8 Input'>http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape8.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape4.nt' title='literal_with_numeric_escape8 Result'>http://www.w3.org/2013/TurtleTests/literal_with_numeric_escape4.nt not loaded</pre>
+          </dd>
+          <dt id='test_IRIREF_datatype' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRIREF_datatype'>
+            Test
+            <span property='dc:title mf:name'>IRIREF_datatype</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRIREF_datatype'>
+            <p lang='en' property='dc:description'>IRIREF datatype &quot;&quot;^^&lt;t&gt;</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/IRIREF_datatype.ttl' title='IRIREF_datatype Input'>http://www.w3.org/2013/TurtleTests/IRIREF_datatype.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/IRIREF_datatype.nt' title='IRIREF_datatype Result'>http://www.w3.org/2013/TurtleTests/IRIREF_datatype.nt not loaded</pre>
+          </dd>
+          <dt id='test_prefixed_name_datatype' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_name_datatype'>
+            Test
+            <span property='dc:title mf:name'>prefixed_name_datatype</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_name_datatype'>
+            <p lang='en' property='dc:description'>prefixed name datatype &quot;&quot;^^p:t</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/prefixed_name_datatype.ttl' title='prefixed_name_datatype Input'>http://www.w3.org/2013/TurtleTests/prefixed_name_datatype.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/IRIREF_datatype.nt' title='prefixed_name_datatype Result'>http://www.w3.org/2013/TurtleTests/IRIREF_datatype.nt not loaded</pre>
+          </dd>
+          <dt id='test_bareword_integer' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_integer'>
+            Test
+            <span property='dc:title mf:name'>bareword_integer</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_integer'>
+            <p lang='en' property='dc:description'>bareword integer</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/bareword_integer.ttl' title='bareword_integer Input'>http://www.w3.org/2013/TurtleTests/bareword_integer.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/IRIREF_datatype.nt' title='bareword_integer Result'>http://www.w3.org/2013/TurtleTests/IRIREF_datatype.nt not loaded</pre>
+          </dd>
+          <dt id='test_bareword_decimal' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_decimal'>
+            Test
+            <span property='dc:title mf:name'>bareword_decimal</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_decimal'>
+            <p lang='en' property='dc:description'>bareword decimal</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/bareword_decimal.ttl' title='bareword_decimal Input'>http://www.w3.org/2013/TurtleTests/bareword_decimal.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/bareword_decimal.nt' title='bareword_decimal Result'>http://www.w3.org/2013/TurtleTests/bareword_decimal.nt not loaded</pre>
+          </dd>
+          <dt id='test_bareword_double' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_double'>
+            Test
+            <span property='dc:title mf:name'>bareword_double</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_double'>
+            <p lang='en' property='dc:description'>bareword double</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/bareword_double.ttl' title='bareword_double Input'>http://www.w3.org/2013/TurtleTests/bareword_double.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/bareword_double.nt' title='bareword_double Result'>http://www.w3.org/2013/TurtleTests/bareword_double.nt not loaded</pre>
+          </dd>
+          <dt id='test_double_lower_case_e' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#double_lower_case_e'>
+            Test
+            <span property='dc:title mf:name'>double_lower_case_e</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#double_lower_case_e'>
+            <p lang='en' property='dc:description'>double lower case e</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/double_lower_case_e.ttl' title='double_lower_case_e Input'>http://www.w3.org/2013/TurtleTests/double_lower_case_e.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/double_lower_case_e.nt' title='double_lower_case_e Result'>http://www.w3.org/2013/TurtleTests/double_lower_case_e.nt not loaded</pre>
+          </dd>
+          <dt id='test_negative_numeric' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#negative_numeric'>
+            Test
+            <span property='dc:title mf:name'>negative_numeric</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#negative_numeric'>
+            <p lang='en' property='dc:description'>negative numeric</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/negative_numeric.ttl' title='negative_numeric Input'>http://www.w3.org/2013/TurtleTests/negative_numeric.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/negative_numeric.nt' title='negative_numeric Result'>http://www.w3.org/2013/TurtleTests/negative_numeric.nt not loaded</pre>
+          </dd>
+          <dt id='test_positive_numeric' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#positive_numeric'>
+            Test
+            <span property='dc:title mf:name'>positive_numeric</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#positive_numeric'>
+            <p lang='en' property='dc:description'>positive numeric</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/positive_numeric.ttl' title='positive_numeric Input'>http://www.w3.org/2013/TurtleTests/positive_numeric.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/positive_numeric.nt' title='positive_numeric Result'>http://www.w3.org/2013/TurtleTests/positive_numeric.nt not loaded</pre>
+          </dd>
+          <dt id='test_numeric_with_leading_0' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#numeric_with_leading_0'>
+            Test
+            <span property='dc:title mf:name'>numeric_with_leading_0</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#numeric_with_leading_0'>
+            <p lang='en' property='dc:description'>numeric with leading 0</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/numeric_with_leading_0.ttl' title='numeric_with_leading_0 Input'>http://www.w3.org/2013/TurtleTests/numeric_with_leading_0.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/numeric_with_leading_0.nt' title='numeric_with_leading_0 Result'>http://www.w3.org/2013/TurtleTests/numeric_with_leading_0.nt not loaded</pre>
+          </dd>
+          <dt id='test_literal_true' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_true'>
+            Test
+            <span property='dc:title mf:name'>literal_true</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_true'>
+            <p lang='en' property='dc:description'>literal true</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/literal_true.ttl' title='literal_true Input'>http://www.w3.org/2013/TurtleTests/literal_true.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/literal_true.nt' title='literal_true Result'>http://www.w3.org/2013/TurtleTests/literal_true.nt not loaded</pre>
+          </dd>
+          <dt id='test_literal_false' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_false'>
+            Test
+            <span property='dc:title mf:name'>literal_false</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_false'>
+            <p lang='en' property='dc:description'>literal false</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/literal_false.ttl' title='literal_false Input'>http://www.w3.org/2013/TurtleTests/literal_false.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/literal_false.nt' title='literal_false Result'>http://www.w3.org/2013/TurtleTests/literal_false.nt not loaded</pre>
+          </dd>
+          <dt id='test_langtagged_non_LONG' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_non_LONG'>
+            Test
+            <span property='dc:title mf:name'>langtagged_non_LONG</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_non_LONG'>
+            <p lang='en' property='dc:description'>langtagged non-LONG &quot;x&quot;@en</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/langtagged_non_LONG.ttl' title='langtagged_non_LONG Input'>http://www.w3.org/2013/TurtleTests/langtagged_non_LONG.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/langtagged_non_LONG.nt' title='langtagged_non_LONG Result'>http://www.w3.org/2013/TurtleTests/langtagged_non_LONG.nt not loaded</pre>
+          </dd>
+          <dt id='test_langtagged_LONG' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG'>
+            Test
+            <span property='dc:title mf:name'>langtagged_LONG</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG'>
+            <p lang='en' property='dc:description'>langtagged LONG &quot;&quot;&quot;x&quot;&quot;&quot;@en</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/langtagged_LONG.ttl' title='langtagged_LONG Input'>http://www.w3.org/2013/TurtleTests/langtagged_LONG.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/langtagged_non_LONG.nt' title='langtagged_LONG Result'>http://www.w3.org/2013/TurtleTests/langtagged_non_LONG.nt not loaded</pre>
+          </dd>
+          <dt id='test_lantag_with_subtag' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#lantag_with_subtag'>
+            Test
+            <span property='dc:title mf:name'>lantag_with_subtag</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#lantag_with_subtag'>
+            <p lang='en' property='dc:description'>lantag with subtag &quot;x&quot;@en-us</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/lantag_with_subtag.ttl' title='lantag_with_subtag Input'>http://www.w3.org/2013/TurtleTests/lantag_with_subtag.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/lantag_with_subtag.nt' title='lantag_with_subtag Result'>http://www.w3.org/2013/TurtleTests/lantag_with_subtag.nt not loaded</pre>
+          </dd>
+          <dt id='test_objectList_with_two_objects' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#objectList_with_two_objects'>
+            Test
+            <span property='dc:title mf:name'>objectList_with_two_objects</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#objectList_with_two_objects'>
+            <p lang='en' property='dc:description'>objectList with two objects … &lt;o1&gt;,&lt;o2&gt;</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/objectList_with_two_objects.ttl' title='objectList_with_two_objects Input'>http://www.w3.org/2013/TurtleTests/objectList_with_two_objects.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/objectList_with_two_objects.nt' title='objectList_with_two_objects Result'>http://www.w3.org/2013/TurtleTests/objectList_with_two_objects.nt not loaded</pre>
+          </dd>
+          <dt id='test_predicateObjectList_with_two_objectLists' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#predicateObjectList_with_two_objectLists'>
+            Test
+            <span property='dc:title mf:name'>predicateObjectList_with_two_objectLists</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#predicateObjectList_with_two_objectLists'>
+            <p lang='en' property='dc:description'>predicateObjectList with two objectLists … &lt;o1&gt;,&lt;o2&gt;</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/predicateObjectList_with_two_objectLists.ttl' title='predicateObjectList_with_two_objectLists Input'>http://www.w3.org/2013/TurtleTests/predicateObjectList_with_two_objectLists.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/predicateObjectList_with_two_objectLists.nt' title='predicateObjectList_with_two_objectLists Result'>http://www.w3.org/2013/TurtleTests/predicateObjectList_with_two_objectLists.nt not loaded</pre>
+          </dd>
+          <dt id='test_repeated_semis_at_end' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_at_end'>
+            Test
+            <span property='dc:title mf:name'>repeated_semis_at_end</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_at_end'>
+            <p lang='en' property='dc:description'>repeated semis at end &lt;s&gt; &lt;p&gt; &lt;o&gt; ;; &lt;p2&gt; &lt;o2&gt; .</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/repeated_semis_at_end.ttl' title='repeated_semis_at_end Input'>http://www.w3.org/2013/TurtleTests/repeated_semis_at_end.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/predicateObjectList_with_two_objectLists.nt' title='repeated_semis_at_end Result'>http://www.w3.org/2013/TurtleTests/predicateObjectList_with_two_objectLists.nt not loaded</pre>
+          </dd>
+          <dt id='test_repeated_semis_not_at_end' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_not_at_end'>
+            Test
+            <span property='dc:title mf:name'>repeated_semis_not_at_end</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_not_at_end'>
+            <p lang='en' property='dc:description'>repeated semis not at end &lt;s&gt; &lt;p&gt; &lt;o&gt; ;;.</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/repeated_semis_not_at_end.ttl' title='repeated_semis_not_at_end Input'>http://www.w3.org/2013/TurtleTests/repeated_semis_not_at_end.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/repeated_semis_not_at_end.nt' title='repeated_semis_not_at_end Result'>http://www.w3.org/2013/TurtleTests/repeated_semis_not_at_end.nt not loaded</pre>
+          </dd>
+          <dt id='test_comment_following_localName' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_localName'>
+            Test
+            <span property='dc:title mf:name'>comment_following_localName</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_localName'>
+            <p lang='en' property='dc:description'>comment following localName</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/comment_following_localName.ttl' title='comment_following_localName Input'>http://www.w3.org/2013/TurtleTests/comment_following_localName.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/IRI_spo.nt' title='comment_following_localName Result'>http://www.w3.org/2013/TurtleTests/IRI_spo.nt not loaded</pre>
+          </dd>
+          <dt id='test_number_sign_following_localName' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_localName'>
+            Test
+            <span property='dc:title mf:name'>number_sign_following_localName</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_localName'>
+            <p lang='en' property='dc:description'>number sign following localName</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/number_sign_following_localName.ttl' title='number_sign_following_localName Input'>http://www.w3.org/2013/TurtleTests/number_sign_following_localName.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/number_sign_following_localName.nt' title='number_sign_following_localName Result'>http://www.w3.org/2013/TurtleTests/number_sign_following_localName.nt not loaded</pre>
+          </dd>
+          <dt id='test_comment_following_PNAME_NS' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_PNAME_NS'>
+            Test
+            <span property='dc:title mf:name'>comment_following_PNAME_NS</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_PNAME_NS'>
+            <p lang='en' property='dc:description'>comment following PNAME_NS</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/comment_following_PNAME_NS.ttl' title='comment_following_PNAME_NS Input'>http://www.w3.org/2013/TurtleTests/comment_following_PNAME_NS.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/comment_following_PNAME_NS.nt' title='comment_following_PNAME_NS Result'>http://www.w3.org/2013/TurtleTests/comment_following_PNAME_NS.nt not loaded</pre>
+          </dd>
+          <dt id='test_number_sign_following_PNAME_NS' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_PNAME_NS'>
+            Test
+            <span property='dc:title mf:name'>number_sign_following_PNAME_NS</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_PNAME_NS'>
+            <p lang='en' property='dc:description'>number sign following PNAME_NS</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/number_sign_following_PNAME_NS.ttl' title='number_sign_following_PNAME_NS Input'>http://www.w3.org/2013/TurtleTests/number_sign_following_PNAME_NS.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/number_sign_following_PNAME_NS.nt' title='number_sign_following_PNAME_NS Result'>http://www.w3.org/2013/TurtleTests/number_sign_following_PNAME_NS.nt not loaded</pre>
+          </dd>
+          <dt id='test_LITERAL_LONG2_with_REVERSE_SOLIDUS' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS'>
+            Test
+            <span property='dc:title mf:name'>LITERAL_LONG2_with_REVERSE_SOLIDUS</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS'>
+            <p lang='en' property='dc:description'>REVERSE SOLIDUS at end of LITERAL_LONG2</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_REVERSE_SOLIDUS.ttl' title='LITERAL_LONG2_with_REVERSE_SOLIDUS Input'>http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_REVERSE_SOLIDUS.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_REVERSE_SOLIDUS.nt' title='LITERAL_LONG2_with_REVERSE_SOLIDUS Result'>http://www.w3.org/2013/TurtleTests/LITERAL_LONG2_with_REVERSE_SOLIDUS.nt not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-LITERAL2_with_langtag_and_datatype' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-num-05</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype'>
+            <p lang='en' property='dc:description'>Bad number format (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-LITERAL2_with_langtag_and_datatype.ttl' title='turtle-syntax-bad-num-05 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-LITERAL2_with_langtag_and_datatype.ttl not loaded</pre>
+          </dd>
+          <dt id='test_two_LITERAL_LONG2s' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#two_LITERAL_LONG2s'>
+            Test
+            <span property='dc:title mf:name'>two_LITERAL_LONG2s</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#two_LITERAL_LONG2s'>
+            <p lang='en' property='dc:description'>two LITERAL_LONG2s testing quote delimiter overrun</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/two_LITERAL_LONG2s.ttl' title='two_LITERAL_LONG2s Input'>http://www.w3.org/2013/TurtleTests/two_LITERAL_LONG2s.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/two_LITERAL_LONG2s.nt' title='two_LITERAL_LONG2s Result'>http://www.w3.org/2013/TurtleTests/two_LITERAL_LONG2s.nt not loaded</pre>
+          </dd>
+          <dt id='test_langtagged_LONG_with_subtag' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG_with_subtag'>
+            Test
+            <span property='dc:title mf:name'>langtagged_LONG_with_subtag</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG_with_subtag'>
+            <p lang='en' property='dc:description'>langtagged LONG with subtag &quot;&quot;&quot;Cheers&quot;&quot;&quot;@en-UK</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/langtagged_LONG_with_subtag.ttl' title='langtagged_LONG_with_subtag Input'>http://www.w3.org/2013/TurtleTests/langtagged_LONG_with_subtag.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/langtagged_LONG_with_subtag.nt' title='langtagged_LONG_with_subtag Result'>http://www.w3.org/2013/TurtleTests/langtagged_LONG_with_subtag.nt not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-file-01' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-01'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-file-01</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-01'>
+            <p lang='en' property='dc:description'>Empty file</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-file-01.ttl' title='turtle-syntax-file-01 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-file-01.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-file-02' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-02'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-file-02</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-02'>
+            <p lang='en' property='dc:description'>Only comment</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-file-02.ttl' title='turtle-syntax-file-02 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-file-02.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-file-03' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-03'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-file-03</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-03'>
+            <p lang='en' property='dc:description'>One comment, one empty line</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-file-03.ttl' title='turtle-syntax-file-03 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-file-03.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-uri-01' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-01'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-uri-01</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-01'>
+            <p lang='en' property='dc:description'>Only IRIs</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-01.ttl' title='turtle-syntax-uri-01 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-01.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-uri-02' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-02'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-uri-02</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-02'>
+            <p lang='en' property='dc:description'>IRIs with Unicode escape</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-02.ttl' title='turtle-syntax-uri-02 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-02.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-uri-03' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-03'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-uri-03</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-03'>
+            <p lang='en' property='dc:description'>IRIs with long Unicode escape</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-03.ttl' title='turtle-syntax-uri-03 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-03.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-uri-04' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-04'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-uri-04</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-04'>
+            <p lang='en' property='dc:description'>Legal IRIs</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-04.ttl' title='turtle-syntax-uri-04 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-uri-04.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-base-01' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-01'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-base-01</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-01'>
+            <p lang='en' property='dc:description'>@base</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-base-01.ttl' title='turtle-syntax-base-01 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-base-01.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-base-02' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-02'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-base-02</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-02'>
+            <p lang='en' property='dc:description'>BASE</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-base-02.ttl' title='turtle-syntax-base-02 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-base-02.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-base-03' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-03'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-base-03</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-03'>
+            <p lang='en' property='dc:description'>@base with relative IRIs</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-base-03.ttl' title='turtle-syntax-base-03 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-base-03.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-base-04' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-04'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-base-04</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-04'>
+            <p lang='en' property='dc:description'>base with relative IRIs</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-base-04.ttl' title='turtle-syntax-base-04 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-base-04.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-prefix-01' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-01'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-prefix-01</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-01'>
+            <p lang='en' property='dc:description'>@prefix</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-01.ttl' title='turtle-syntax-prefix-01 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-01.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-prefix-02' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-02'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-prefix-02</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-02'>
+            <p lang='en' property='dc:description'>PreFIX</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-02.ttl' title='turtle-syntax-prefix-02 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-02.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-prefix-03' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-03'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-prefix-03</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-03'>
+            <p lang='en' property='dc:description'>Empty PREFIX</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-03.ttl' title='turtle-syntax-prefix-03 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-03.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-prefix-04' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-04'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-prefix-04</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-04'>
+            <p lang='en' property='dc:description'>Empty @prefix with % escape</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-04.ttl' title='turtle-syntax-prefix-04 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-04.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-prefix-05' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-05'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-prefix-05</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-05'>
+            <p lang='en' property='dc:description'>@prefix with no suffix</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-05.ttl' title='turtle-syntax-prefix-05 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-05.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-prefix-06' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-06'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-prefix-06</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-06'>
+            <p lang='en' property='dc:description'>colon is a legal pname character</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-06.ttl' title='turtle-syntax-prefix-06 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-06.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-prefix-07' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-07'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-prefix-07</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-07'>
+            <p lang='en' property='dc:description'>dash is a legal pname character</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-07.ttl' title='turtle-syntax-prefix-07 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-07.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-prefix-08' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-08'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-prefix-08</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-08'>
+            <p lang='en' property='dc:description'>underscore is a legal pname character</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-08.ttl' title='turtle-syntax-prefix-08 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-08.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-prefix-09' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-09'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-prefix-09</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-09'>
+            <p lang='en' property='dc:description'>percents in pnames</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-09.ttl' title='turtle-syntax-prefix-09 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-prefix-09.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-string-01' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-01'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-string-01</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-01'>
+            <p lang='en' property='dc:description'>string literal</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-string-01.ttl' title='turtle-syntax-string-01 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-string-01.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-string-02' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-02'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-string-02</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-02'>
+            <p lang='en' property='dc:description'>langString literal</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-string-02.ttl' title='turtle-syntax-string-02 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-string-02.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-string-03' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-03'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-string-03</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-03'>
+            <p lang='en' property='dc:description'>langString literal with region</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-string-03.ttl' title='turtle-syntax-string-03 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-string-03.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-string-04' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-04'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-string-04</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-04'>
+            <p lang='en' property='dc:description'>squote string literal</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-string-04.ttl' title='turtle-syntax-string-04 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-string-04.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-string-05' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-05'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-string-05</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-05'>
+            <p lang='en' property='dc:description'>squote langString literal</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-string-05.ttl' title='turtle-syntax-string-05 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-string-05.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-string-06' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-06'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-string-06</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-06'>
+            <p lang='en' property='dc:description'>squote langString literal with region</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-string-06.ttl' title='turtle-syntax-string-06 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-string-06.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-string-07' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-07'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-string-07</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-07'>
+            <p lang='en' property='dc:description'>long string literal with embedded single- and double-quotes</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-string-07.ttl' title='turtle-syntax-string-07 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-string-07.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-string-08' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-08'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-string-08</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-08'>
+            <p lang='en' property='dc:description'>long string literal with embedded newline</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-string-08.ttl' title='turtle-syntax-string-08 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-string-08.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-string-09' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-09'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-string-09</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-09'>
+            <p lang='en' property='dc:description'>squote long string literal with embedded single- and double-quotes</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-string-09.ttl' title='turtle-syntax-string-09 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-string-09.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-string-10' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-10'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-string-10</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-10'>
+            <p lang='en' property='dc:description'>long langString literal with embedded newline</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-string-10.ttl' title='turtle-syntax-string-10 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-string-10.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-string-11' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-11'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-string-11</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-11'>
+            <p lang='en' property='dc:description'>squote long langString literal with embedded newline</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-string-11.ttl' title='turtle-syntax-string-11 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-string-11.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-str-esc-01' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-01'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-str-esc-01</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-01'>
+            <p lang='en' property='dc:description'>string literal with escaped newline</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-str-esc-01.ttl' title='turtle-syntax-str-esc-01 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-str-esc-01.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-str-esc-02' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-02'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-str-esc-02</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-02'>
+            <p lang='en' property='dc:description'>string literal with Unicode escape</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-str-esc-02.ttl' title='turtle-syntax-str-esc-02 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-str-esc-02.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-str-esc-03' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-03'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-str-esc-03</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-03'>
+            <p lang='en' property='dc:description'>string literal with long Unicode escape</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-str-esc-03.ttl' title='turtle-syntax-str-esc-03 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-str-esc-03.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-pname-esc-01' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-01'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-pname-esc-01</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-01'>
+            <p lang='en' property='dc:description'>pname with back-slash escapes</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-pname-esc-01.ttl' title='turtle-syntax-pname-esc-01 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-pname-esc-01.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-pname-esc-02' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-02'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-pname-esc-02</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-02'>
+            <p lang='en' property='dc:description'>pname with back-slash escapes (2)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-pname-esc-02.ttl' title='turtle-syntax-pname-esc-02 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-pname-esc-02.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-pname-esc-03' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-03'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-pname-esc-03</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-03'>
+            <p lang='en' property='dc:description'>pname with back-slash escapes (3)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-pname-esc-03.ttl' title='turtle-syntax-pname-esc-03 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-pname-esc-03.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bnode-01' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-01'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bnode-01</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-01'>
+            <p lang='en' property='dc:description'>bnode subject</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-01.ttl' title='turtle-syntax-bnode-01 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-01.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bnode-02' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-02'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bnode-02</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-02'>
+            <p lang='en' property='dc:description'>bnode object</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-02.ttl' title='turtle-syntax-bnode-02 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-02.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bnode-03' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-03'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bnode-03</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-03'>
+            <p lang='en' property='dc:description'>bnode property list object</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-03.ttl' title='turtle-syntax-bnode-03 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-03.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bnode-04' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-04'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bnode-04</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-04'>
+            <p lang='en' property='dc:description'>bnode property list object (2)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-04.ttl' title='turtle-syntax-bnode-04 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-04.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bnode-05' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-05'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bnode-05</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-05'>
+            <p lang='en' property='dc:description'>bnode property list subject</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-05.ttl' title='turtle-syntax-bnode-05 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-05.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bnode-06' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-06'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bnode-06</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-06'>
+            <p lang='en' property='dc:description'>labeled bnode subject</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-06.ttl' title='turtle-syntax-bnode-06 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-06.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bnode-07' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-07'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bnode-07</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-07'>
+            <p lang='en' property='dc:description'>labeled bnode subject and object</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-07.ttl' title='turtle-syntax-bnode-07 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-07.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bnode-08' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-08'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bnode-08</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-08'>
+            <p lang='en' property='dc:description'>bare bnode property list</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-08.ttl' title='turtle-syntax-bnode-08 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-08.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bnode-09' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-09'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bnode-09</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-09'>
+            <p lang='en' property='dc:description'>bnode property list</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-09.ttl' title='turtle-syntax-bnode-09 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-09.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bnode-10' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-10'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bnode-10</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-10'>
+            <p lang='en' property='dc:description'>mixed bnode property list and triple</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-10.ttl' title='turtle-syntax-bnode-10 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bnode-10.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-number-01' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-01'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-number-01</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-01'>
+            <p lang='en' property='dc:description'>integer literal</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-number-01.ttl' title='turtle-syntax-number-01 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-number-01.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-number-02' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-02'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-number-02</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-02'>
+            <p lang='en' property='dc:description'>negative integer literal</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-number-02.ttl' title='turtle-syntax-number-02 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-number-02.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-number-03' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-03'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-number-03</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-03'>
+            <p lang='en' property='dc:description'>positive integer literal</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-number-03.ttl' title='turtle-syntax-number-03 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-number-03.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-number-04' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-04'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-number-04</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-04'>
+            <p lang='en' property='dc:description'>decimal literal</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-number-04.ttl' title='turtle-syntax-number-04 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-number-04.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-number-05' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-05'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-number-05</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-05'>
+            <p lang='en' property='dc:description'>decimal literal (no leading digits)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-number-05.ttl' title='turtle-syntax-number-05 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-number-05.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-number-06' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-06'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-number-06</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-06'>
+            <p lang='en' property='dc:description'>negative decimal literal</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-number-06.ttl' title='turtle-syntax-number-06 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-number-06.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-number-07' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-07'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-number-07</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-07'>
+            <p lang='en' property='dc:description'>positive decimal literal</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-number-07.ttl' title='turtle-syntax-number-07 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-number-07.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-number-08' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-08'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-number-08</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-08'>
+            <p lang='en' property='dc:description'>integer literal with decimal lexical confusion</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-number-08.ttl' title='turtle-syntax-number-08 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-number-08.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-number-09' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-09'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-number-09</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-09'>
+            <p lang='en' property='dc:description'>double literal</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-number-09.ttl' title='turtle-syntax-number-09 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-number-09.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-number-10' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-10'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-number-10</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-10'>
+            <p lang='en' property='dc:description'>negative double literal</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-number-10.ttl' title='turtle-syntax-number-10 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-number-10.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-number-11' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-11'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-number-11</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-11'>
+            <p lang='en' property='dc:description'>double literal no fraction</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-number-11.ttl' title='turtle-syntax-number-11 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-number-11.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-datatypes-01' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-01'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-datatypes-01</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-01'>
+            <p lang='en' property='dc:description'>xsd:byte literal</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-datatypes-01.ttl' title='turtle-syntax-datatypes-01 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-datatypes-01.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-datatypes-02' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-02'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-datatypes-02</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-02'>
+            <p lang='en' property='dc:description'>integer as xsd:string</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-datatypes-02.ttl' title='turtle-syntax-datatypes-02 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-datatypes-02.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-kw-01' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-01'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-kw-01</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-01'>
+            <p lang='en' property='dc:description'>boolean literal (true)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-kw-01.ttl' title='turtle-syntax-kw-01 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-kw-01.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-kw-02' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-02'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-kw-02</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-02'>
+            <p lang='en' property='dc:description'>boolean literal (false)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-kw-02.ttl' title='turtle-syntax-kw-02 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-kw-02.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-kw-03' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-03'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-kw-03</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-03'>
+            <p lang='en' property='dc:description'>'a' as keyword</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-kw-03.ttl' title='turtle-syntax-kw-03 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-kw-03.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-struct-01' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-01'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-struct-01</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-01'>
+            <p lang='en' property='dc:description'>object list</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-01.ttl' title='turtle-syntax-struct-01 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-01.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-struct-02' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-02'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-struct-02</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-02'>
+            <p lang='en' property='dc:description'>predicate list with object list</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-02.ttl' title='turtle-syntax-struct-02 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-02.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-struct-03' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-03'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-struct-03</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-03'>
+            <p lang='en' property='dc:description'>predicate list with object list and dangling ';'</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-03.ttl' title='turtle-syntax-struct-03 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-03.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-struct-04' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-04'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-struct-04</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-04'>
+            <p lang='en' property='dc:description'>predicate list with multiple ;;</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-04.ttl' title='turtle-syntax-struct-04 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-04.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-struct-05' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-05'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-struct-05</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-05'>
+            <p lang='en' property='dc:description'>predicate list with multiple ;;</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-05.ttl' title='turtle-syntax-struct-05 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-struct-05.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-lists-01' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-01'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-lists-01</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-01'>
+            <p lang='en' property='dc:description'>empty list</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-01.ttl' title='turtle-syntax-lists-01 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-01.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-lists-02' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-02'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-lists-02</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-02'>
+            <p lang='en' property='dc:description'>mixed list</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-02.ttl' title='turtle-syntax-lists-02 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-02.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-lists-03' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-03'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-lists-03</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-03'>
+            <p lang='en' property='dc:description'>isomorphic list as subject and object</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-03.ttl' title='turtle-syntax-lists-03 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-03.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-lists-04' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-04'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-lists-04</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-04'>
+            <p lang='en' property='dc:description'>lists of lists</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-04.ttl' title='turtle-syntax-lists-04 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-04.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-lists-05' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-05'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-lists-05</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-05'>
+            <p lang='en' property='dc:description'>mixed lists with embedded lists</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-05.ttl' title='turtle-syntax-lists-05 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-lists-05.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-uri-01' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-01'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-uri-01</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-01'>
+            <p lang='en' property='dc:description'>Bad IRI : space (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-01.ttl' title='turtle-syntax-bad-uri-01 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-01.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-uri-02' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-02'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-uri-02</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-02'>
+            <p lang='en' property='dc:description'>Bad IRI : bad escape (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-02.ttl' title='turtle-syntax-bad-uri-02 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-02.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-uri-03' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-03'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-uri-03</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-03'>
+            <p lang='en' property='dc:description'>Bad IRI : bad long escape (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-03.ttl' title='turtle-syntax-bad-uri-03 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-03.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-uri-04' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-04'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-uri-04</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-04'>
+            <p lang='en' property='dc:description'>Bad IRI : character escapes not allowed (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-04.ttl' title='turtle-syntax-bad-uri-04 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-04.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-uri-05' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-05'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-uri-05</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-05'>
+            <p lang='en' property='dc:description'>Bad IRI : character escapes not allowed (2) (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-05.ttl' title='turtle-syntax-bad-uri-05 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-uri-05.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-prefix-01' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-01'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-prefix-01</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-01'>
+            <p lang='en' property='dc:description'>No prefix (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-01.ttl' title='turtle-syntax-bad-prefix-01 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-01.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-prefix-02' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-02'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-prefix-02</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-02'>
+            <p lang='en' property='dc:description'>No prefix (2) (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-02.ttl' title='turtle-syntax-bad-prefix-02 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-02.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-prefix-03' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-03'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-prefix-03</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-03'>
+            <p lang='en' property='dc:description'>@prefix without URI (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-03.ttl' title='turtle-syntax-bad-prefix-03 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-03.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-prefix-04' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-04'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-prefix-04</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-04'>
+            <p lang='en' property='dc:description'>@prefix without prefix name (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-04.ttl' title='turtle-syntax-bad-prefix-04 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-04.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-prefix-05' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-05'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-prefix-05</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-05'>
+            <p lang='en' property='dc:description'>@prefix without ':' (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-05.ttl' title='turtle-syntax-bad-prefix-05 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-prefix-05.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-base-01' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-01'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-base-01</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-01'>
+            <p lang='en' property='dc:description'>@base without URI (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-base-01.ttl' title='turtle-syntax-bad-base-01 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-base-01.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-base-02' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-02'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-base-02</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-02'>
+            <p lang='en' property='dc:description'>@base in wrong case (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-base-02.ttl' title='turtle-syntax-bad-base-02 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-base-02.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-base-03' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-03'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-base-03</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-03'>
+            <p lang='en' property='dc:description'>BASE without URI (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-base-03.ttl' title='turtle-syntax-bad-base-03 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-base-03.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-struct-01' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-01'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-struct-01</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-01'>
+            <p lang='en' property='dc:description'>Turtle is not TriG (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-01.ttl' title='turtle-syntax-bad-struct-01 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-01.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-struct-02' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-02'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-struct-02</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-02'>
+            <p lang='en' property='dc:description'>Turtle is not N3 (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-02.ttl' title='turtle-syntax-bad-struct-02 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-02.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-struct-03' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-03'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-struct-03</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-03'>
+            <p lang='en' property='dc:description'>Turtle is not NQuads (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-03.ttl' title='turtle-syntax-bad-struct-03 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-03.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-struct-04' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-04'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-struct-04</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-04'>
+            <p lang='en' property='dc:description'>Turtle does not allow literals-as-subjects (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-04.ttl' title='turtle-syntax-bad-struct-04 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-04.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-struct-05' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-05'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-struct-05</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-05'>
+            <p lang='en' property='dc:description'>Turtle does not allow literals-as-predicates (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-05.ttl' title='turtle-syntax-bad-struct-05 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-05.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-struct-06' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-06'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-struct-06</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-06'>
+            <p lang='en' property='dc:description'>Turtle does not allow bnodes-as-predicates (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-06.ttl' title='turtle-syntax-bad-struct-06 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-06.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-struct-07' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-07'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-struct-07</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-07'>
+            <p lang='en' property='dc:description'>Turtle does not allow labeled bnodes-as-predicates (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-07.ttl' title='turtle-syntax-bad-struct-07 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-07.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-kw-01' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-01'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-kw-01</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-01'>
+            <p lang='en' property='dc:description'>'A' is not a keyword (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-01.ttl' title='turtle-syntax-bad-kw-01 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-01.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-kw-02' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-02'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-kw-02</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-02'>
+            <p lang='en' property='dc:description'>'a' cannot be used as subject (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-02.ttl' title='turtle-syntax-bad-kw-02 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-02.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-kw-03' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-03'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-kw-03</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-03'>
+            <p lang='en' property='dc:description'>'a' cannot be used as object (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-03.ttl' title='turtle-syntax-bad-kw-03 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-03.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-kw-04' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-04'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-kw-04</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-04'>
+            <p lang='en' property='dc:description'>'true' cannot be used as subject (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-04.ttl' title='turtle-syntax-bad-kw-04 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-04.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-kw-05' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-05'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-kw-05</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-05'>
+            <p lang='en' property='dc:description'>'true' cannot be used as object (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-05.ttl' title='turtle-syntax-bad-kw-05 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-kw-05.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-n3-extras-01' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-01'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-n3-extras-01</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-01'>
+            <p lang='en' property='dc:description'>{} fomulae not in Turtle (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-01.ttl' title='turtle-syntax-bad-n3-extras-01 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-01.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-n3-extras-02' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-02'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-n3-extras-02</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-02'>
+            <p lang='en' property='dc:description'>= is not Turtle (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-02.ttl' title='turtle-syntax-bad-n3-extras-02 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-02.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-n3-extras-03' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-03'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-n3-extras-03</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-03'>
+            <p lang='en' property='dc:description'>N3 paths not in Turtle (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-03.ttl' title='turtle-syntax-bad-n3-extras-03 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-03.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-n3-extras-04' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-04'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-n3-extras-04</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-04'>
+            <p lang='en' property='dc:description'>N3 paths not in Turtle (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-04.ttl' title='turtle-syntax-bad-n3-extras-04 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-04.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-n3-extras-05' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-05'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-n3-extras-05</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-05'>
+            <p lang='en' property='dc:description'>N3 is...of not in Turtle (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-05.ttl' title='turtle-syntax-bad-n3-extras-05 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-05.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-n3-extras-06' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-06'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-n3-extras-06</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-06'>
+            <p lang='en' property='dc:description'>N3 paths not in Turtle (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-06.ttl' title='turtle-syntax-bad-n3-extras-06 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-06.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-n3-extras-07' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-07'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-n3-extras-07</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-07'>
+            <p lang='en' property='dc:description'>@keywords is not Turtle (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-07.ttl' title='turtle-syntax-bad-n3-extras-07 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-07.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-n3-extras-08' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-08'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-n3-extras-08</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-08'>
+            <p lang='en' property='dc:description'>@keywords is not Turtle (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-08.ttl' title='turtle-syntax-bad-n3-extras-08 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-08.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-n3-extras-09' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-09'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-n3-extras-09</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-09'>
+            <p lang='en' property='dc:description'>=&gt; is not Turtle (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-09.ttl' title='turtle-syntax-bad-n3-extras-09 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-09.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-n3-extras-10' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-10'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-n3-extras-10</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-10'>
+            <p lang='en' property='dc:description'>&lt;= is not Turtle (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-10.ttl' title='turtle-syntax-bad-n3-extras-10 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-10.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-n3-extras-11' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-11'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-n3-extras-11</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-11'>
+            <p lang='en' property='dc:description'>@forSome is not Turtle (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-11.ttl' title='turtle-syntax-bad-n3-extras-11 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-11.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-n3-extras-12' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-12'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-n3-extras-12</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-12'>
+            <p lang='en' property='dc:description'>@forAll is not Turtle (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-12.ttl' title='turtle-syntax-bad-n3-extras-12 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-12.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-n3-extras-13' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-13'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-n3-extras-13</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-13'>
+            <p lang='en' property='dc:description'>@keywords is not Turtle (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-13.ttl' title='turtle-syntax-bad-n3-extras-13 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-n3-extras-13.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-struct-08' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-08'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-struct-08</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-08'>
+            <p lang='en' property='dc:description'>missing '.' (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-08.ttl' title='turtle-syntax-bad-struct-08 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-08.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-struct-09' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-09'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-struct-09</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-09'>
+            <p lang='en' property='dc:description'>extra '.' (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-09.ttl' title='turtle-syntax-bad-struct-09 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-09.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-struct-10' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-10'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-struct-10</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-10'>
+            <p lang='en' property='dc:description'>extra '.' (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-10.ttl' title='turtle-syntax-bad-struct-10 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-10.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-struct-11' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-11'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-struct-11</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-11'>
+            <p lang='en' property='dc:description'>trailing ';' no '.' (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-11.ttl' title='turtle-syntax-bad-struct-11 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-11.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-struct-12' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-12'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-struct-12</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-12'>
+            <p lang='en' property='dc:description'>subject, predicate, no object (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-12.ttl' title='turtle-syntax-bad-struct-12 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-12.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-struct-13' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-13'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-struct-13</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-13'>
+            <p lang='en' property='dc:description'>subject, predicate, no object (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-13.ttl' title='turtle-syntax-bad-struct-13 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-13.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-struct-14' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-14'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-struct-14</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-14'>
+            <p lang='en' property='dc:description'>literal as subject (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-14.ttl' title='turtle-syntax-bad-struct-14 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-14.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-struct-15' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-15'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-struct-15</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-15'>
+            <p lang='en' property='dc:description'>literal as predicate (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-15.ttl' title='turtle-syntax-bad-struct-15 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-15.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-struct-16' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-16'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-struct-16</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-16'>
+            <p lang='en' property='dc:description'>bnode as predicate (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-16.ttl' title='turtle-syntax-bad-struct-16 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-16.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-struct-17' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-17'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-struct-17</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-17'>
+            <p lang='en' property='dc:description'>labeled bnode as predicate (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-17.ttl' title='turtle-syntax-bad-struct-17 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-struct-17.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-lang-01' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-lang-01'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-lang-01</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-lang-01'>
+            <p lang='en' property='dc:description'>langString with bad lang (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-lang-01.ttl' title='turtle-syntax-bad-lang-01 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-lang-01.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-esc-01' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-01'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-esc-01</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-01'>
+            <p lang='en' property='dc:description'>Bad string escape (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-01.ttl' title='turtle-syntax-bad-esc-01 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-01.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-esc-02' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-02'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-esc-02</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-02'>
+            <p lang='en' property='dc:description'>Bad string escape (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-02.ttl' title='turtle-syntax-bad-esc-02 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-02.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-esc-03' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-03'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-esc-03</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-03'>
+            <p lang='en' property='dc:description'>Bad string escape (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-03.ttl' title='turtle-syntax-bad-esc-03 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-03.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-esc-04' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-04'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-esc-04</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-04'>
+            <p lang='en' property='dc:description'>Bad string escape (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-04.ttl' title='turtle-syntax-bad-esc-04 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-esc-04.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-pname-01' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-01'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-pname-01</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-01'>
+            <p lang='en' property='dc:description'>'~' must be escaped in pname (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-pname-01.ttl' title='turtle-syntax-bad-pname-01 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-pname-01.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-pname-02' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-02'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-pname-02</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-02'>
+            <p lang='en' property='dc:description'>Bad %-sequence in pname (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-pname-02.ttl' title='turtle-syntax-bad-pname-02 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-pname-02.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-pname-03' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-03'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-pname-03</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-03'>
+            <p lang='en' property='dc:description'>Bad unicode escape in pname (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-pname-03.ttl' title='turtle-syntax-bad-pname-03 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-pname-03.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-string-01' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-01'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-string-01</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-01'>
+            <p lang='en' property='dc:description'>mismatching string literal open/close (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-01.ttl' title='turtle-syntax-bad-string-01 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-01.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-string-02' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-02'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-string-02</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-02'>
+            <p lang='en' property='dc:description'>mismatching string literal open/close (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-02.ttl' title='turtle-syntax-bad-string-02 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-02.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-string-03' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-03'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-string-03</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-03'>
+            <p lang='en' property='dc:description'>mismatching string literal long/short (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-03.ttl' title='turtle-syntax-bad-string-03 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-03.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-string-04' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-04'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-string-04</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-04'>
+            <p lang='en' property='dc:description'>mismatching long string literal open/close (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-04.ttl' title='turtle-syntax-bad-string-04 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-04.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-string-05' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-05'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-string-05</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-05'>
+            <p lang='en' property='dc:description'>Long literal with missing end (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-05.ttl' title='turtle-syntax-bad-string-05 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-05.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-string-06' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-06'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-string-06</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-06'>
+            <p lang='en' property='dc:description'>Long literal with extra quote (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-06.ttl' title='turtle-syntax-bad-string-06 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-06.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-string-07' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-07'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-string-07</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-07'>
+            <p lang='en' property='dc:description'>Long literal with extra squote (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-07.ttl' title='turtle-syntax-bad-string-07 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-string-07.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-num-01' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-01'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-num-01</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-01'>
+            <p lang='en' property='dc:description'>Bad number format (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-01.ttl' title='turtle-syntax-bad-num-01 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-01.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-num-02' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-02'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-num-02</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-02'>
+            <p lang='en' property='dc:description'>Bad number format (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-02.ttl' title='turtle-syntax-bad-num-02 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-02.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-num-03' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-03'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-num-03</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-03'>
+            <p lang='en' property='dc:description'>Bad number format (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-03.ttl' title='turtle-syntax-bad-num-03 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-03.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-num-04' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-04'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-num-04</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-04'>
+            <p lang='en' property='dc:description'>Bad number format (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-04.ttl' title='turtle-syntax-bad-num-04 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-04.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-num-05' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-05'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-num-05</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-05'>
+            <p lang='en' property='dc:description'>Bad number format (negative test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-05.ttl' title='turtle-syntax-bad-num-05 Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-num-05.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-eval-struct-01' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-01'>
+            Test
+            <span property='dc:title mf:name'>turtle-eval-struct-01</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-01'>
+            <p lang='en' property='dc:description'>triple with IRIs</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-eval-struct-01.ttl' title='turtle-eval-struct-01 Input'>http://www.w3.org/2013/TurtleTests/turtle-eval-struct-01.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/turtle-eval-struct-01.nt' title='turtle-eval-struct-01 Result'>http://www.w3.org/2013/TurtleTests/turtle-eval-struct-01.nt not loaded</pre>
+          </dd>
+          <dt id='test_turtle-eval-struct-02' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-02'>
+            Test
+            <span property='dc:title mf:name'>turtle-eval-struct-02</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-02'>
+            <p lang='en' property='dc:description'>triple with IRIs and embedded whitespace</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-eval-struct-02.ttl' title='turtle-eval-struct-02 Input'>http://www.w3.org/2013/TurtleTests/turtle-eval-struct-02.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/turtle-eval-struct-02.nt' title='turtle-eval-struct-02 Result'>http://www.w3.org/2013/TurtleTests/turtle-eval-struct-02.nt not loaded</pre>
+          </dd>
+          <dt id='test_turtle-subm-01' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-01'>
+            Test
+            <span property='dc:title mf:name'>turtle-subm-01</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-01'>
+            <p lang='en' property='dc:description'>Blank subject</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-01.ttl' title='turtle-subm-01 Input'>http://www.w3.org/2013/TurtleTests/turtle-subm-01.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-01.nt' title='turtle-subm-01 Result'>http://www.w3.org/2013/TurtleTests/turtle-subm-01.nt not loaded</pre>
+          </dd>
+          <dt id='test_turtle-subm-02' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-02'>
+            Test
+            <span property='dc:title mf:name'>turtle-subm-02</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-02'>
+            <p lang='en' property='dc:description'>@prefix and qnames</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-02.ttl' title='turtle-subm-02 Input'>http://www.w3.org/2013/TurtleTests/turtle-subm-02.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-02.nt' title='turtle-subm-02 Result'>http://www.w3.org/2013/TurtleTests/turtle-subm-02.nt not loaded</pre>
+          </dd>
+          <dt id='test_turtle-subm-03' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-03'>
+            Test
+            <span property='dc:title mf:name'>turtle-subm-03</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-03'>
+            <p lang='en' property='dc:description'>, operator</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-03.ttl' title='turtle-subm-03 Input'>http://www.w3.org/2013/TurtleTests/turtle-subm-03.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-03.nt' title='turtle-subm-03 Result'>http://www.w3.org/2013/TurtleTests/turtle-subm-03.nt not loaded</pre>
+          </dd>
+          <dt id='test_turtle-subm-04' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-04'>
+            Test
+            <span property='dc:title mf:name'>turtle-subm-04</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-04'>
+            <p lang='en' property='dc:description'>; operator</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-04.ttl' title='turtle-subm-04 Input'>http://www.w3.org/2013/TurtleTests/turtle-subm-04.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-04.nt' title='turtle-subm-04 Result'>http://www.w3.org/2013/TurtleTests/turtle-subm-04.nt not loaded</pre>
+          </dd>
+          <dt id='test_turtle-subm-05' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-05'>
+            Test
+            <span property='dc:title mf:name'>turtle-subm-05</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-05'>
+            <p lang='en' property='dc:description'>empty [] as subject and object</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-05.ttl' title='turtle-subm-05 Input'>http://www.w3.org/2013/TurtleTests/turtle-subm-05.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-05.nt' title='turtle-subm-05 Result'>http://www.w3.org/2013/TurtleTests/turtle-subm-05.nt not loaded</pre>
+          </dd>
+          <dt id='test_turtle-subm-06' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-06'>
+            Test
+            <span property='dc:title mf:name'>turtle-subm-06</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-06'>
+            <p lang='en' property='dc:description'>non-empty [] as subject and object</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-06.ttl' title='turtle-subm-06 Input'>http://www.w3.org/2013/TurtleTests/turtle-subm-06.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-06.nt' title='turtle-subm-06 Result'>http://www.w3.org/2013/TurtleTests/turtle-subm-06.nt not loaded</pre>
+          </dd>
+          <dt id='test_turtle-subm-07' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-07'>
+            Test
+            <span property='dc:title mf:name'>turtle-subm-07</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-07'>
+            <p lang='en' property='dc:description'>'a' as predicate</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-07.ttl' title='turtle-subm-07 Input'>http://www.w3.org/2013/TurtleTests/turtle-subm-07.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-07.nt' title='turtle-subm-07 Result'>http://www.w3.org/2013/TurtleTests/turtle-subm-07.nt not loaded</pre>
+          </dd>
+          <dt id='test_turtle-subm-08' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-08'>
+            Test
+            <span property='dc:title mf:name'>turtle-subm-08</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-08'>
+            <p lang='en' property='dc:description'>simple collection</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-08.ttl' title='turtle-subm-08 Input'>http://www.w3.org/2013/TurtleTests/turtle-subm-08.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-08.nt' title='turtle-subm-08 Result'>http://www.w3.org/2013/TurtleTests/turtle-subm-08.nt not loaded</pre>
+          </dd>
+          <dt id='test_turtle-subm-09' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-09'>
+            Test
+            <span property='dc:title mf:name'>turtle-subm-09</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-09'>
+            <p lang='en' property='dc:description'>empty collection</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-09.ttl' title='turtle-subm-09 Input'>http://www.w3.org/2013/TurtleTests/turtle-subm-09.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-09.nt' title='turtle-subm-09 Result'>http://www.w3.org/2013/TurtleTests/turtle-subm-09.nt not loaded</pre>
+          </dd>
+          <dt id='test_turtle-subm-10' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-10'>
+            Test
+            <span property='dc:title mf:name'>turtle-subm-10</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-10'>
+            <p lang='en' property='dc:description'>integer datatyped literal</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-10.ttl' title='turtle-subm-10 Input'>http://www.w3.org/2013/TurtleTests/turtle-subm-10.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-10.nt' title='turtle-subm-10 Result'>http://www.w3.org/2013/TurtleTests/turtle-subm-10.nt not loaded</pre>
+          </dd>
+          <dt id='test_turtle-subm-11' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-11'>
+            Test
+            <span property='dc:title mf:name'>turtle-subm-11</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-11'>
+            <p lang='en' property='dc:description'>decimal integer canonicalization</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-11.ttl' title='turtle-subm-11 Input'>http://www.w3.org/2013/TurtleTests/turtle-subm-11.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-11.nt' title='turtle-subm-11 Result'>http://www.w3.org/2013/TurtleTests/turtle-subm-11.nt not loaded</pre>
+          </dd>
+          <dt id='test_turtle-subm-12' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-12'>
+            Test
+            <span property='dc:title mf:name'>turtle-subm-12</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-12'>
+            <p lang='en' property='dc:description'>- and _ in names and qnames</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-12.ttl' title='turtle-subm-12 Input'>http://www.w3.org/2013/TurtleTests/turtle-subm-12.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-12.nt' title='turtle-subm-12 Result'>http://www.w3.org/2013/TurtleTests/turtle-subm-12.nt not loaded</pre>
+          </dd>
+          <dt id='test_turtle-subm-13' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-13'>
+            Test
+            <span property='dc:title mf:name'>turtle-subm-13</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-13'>
+            <p lang='en' property='dc:description'>tests for rdf:_&lt;numbers&gt; and other qnames starting with _</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-13.ttl' title='turtle-subm-13 Input'>http://www.w3.org/2013/TurtleTests/turtle-subm-13.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-13.nt' title='turtle-subm-13 Result'>http://www.w3.org/2013/TurtleTests/turtle-subm-13.nt not loaded</pre>
+          </dd>
+          <dt id='test_turtle-subm-14' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-14'>
+            Test
+            <span property='dc:title mf:name'>turtle-subm-14</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-14'>
+            <p lang='en' property='dc:description'>bare : allowed</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-14.ttl' title='turtle-subm-14 Input'>http://www.w3.org/2013/TurtleTests/turtle-subm-14.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-14.nt' title='turtle-subm-14 Result'>http://www.w3.org/2013/TurtleTests/turtle-subm-14.nt not loaded</pre>
+          </dd>
+          <dt id='test_turtle-subm-15' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-15'>
+            Test
+            <span property='dc:title mf:name'>turtle-subm-15</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-15'>
+            <p lang='en' property='dc:description'>simple long literal</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-15.ttl' title='turtle-subm-15 Input'>http://www.w3.org/2013/TurtleTests/turtle-subm-15.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-15.nt' title='turtle-subm-15 Result'>http://www.w3.org/2013/TurtleTests/turtle-subm-15.nt not loaded</pre>
+          </dd>
+          <dt id='test_turtle-subm-16' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-16'>
+            Test
+            <span property='dc:title mf:name'>turtle-subm-16</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-16'>
+            <p lang='en' property='dc:description'>long literals with escapes</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-16.ttl' title='turtle-subm-16 Input'>http://www.w3.org/2013/TurtleTests/turtle-subm-16.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-16.nt' title='turtle-subm-16 Result'>http://www.w3.org/2013/TurtleTests/turtle-subm-16.nt not loaded</pre>
+          </dd>
+          <dt id='test_turtle-subm-17' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-17'>
+            Test
+            <span property='dc:title mf:name'>turtle-subm-17</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-17'>
+            <p lang='en' property='dc:description'>floating point number</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-17.ttl' title='turtle-subm-17 Input'>http://www.w3.org/2013/TurtleTests/turtle-subm-17.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-17.nt' title='turtle-subm-17 Result'>http://www.w3.org/2013/TurtleTests/turtle-subm-17.nt not loaded</pre>
+          </dd>
+          <dt id='test_turtle-subm-18' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-18'>
+            Test
+            <span property='dc:title mf:name'>turtle-subm-18</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-18'>
+            <p lang='en' property='dc:description'>empty literals, normal and long variant</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-18.ttl' title='turtle-subm-18 Input'>http://www.w3.org/2013/TurtleTests/turtle-subm-18.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-18.nt' title='turtle-subm-18 Result'>http://www.w3.org/2013/TurtleTests/turtle-subm-18.nt not loaded</pre>
+          </dd>
+          <dt id='test_turtle-subm-19' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-19'>
+            Test
+            <span property='dc:title mf:name'>turtle-subm-19</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-19'>
+            <p lang='en' property='dc:description'>positive integer, decimal and doubles</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-19.ttl' title='turtle-subm-19 Input'>http://www.w3.org/2013/TurtleTests/turtle-subm-19.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-19.nt' title='turtle-subm-19 Result'>http://www.w3.org/2013/TurtleTests/turtle-subm-19.nt not loaded</pre>
+          </dd>
+          <dt id='test_turtle-subm-20' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-20'>
+            Test
+            <span property='dc:title mf:name'>turtle-subm-20</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-20'>
+            <p lang='en' property='dc:description'>negative integer, decimal and doubles</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-20.ttl' title='turtle-subm-20 Input'>http://www.w3.org/2013/TurtleTests/turtle-subm-20.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-20.nt' title='turtle-subm-20 Result'>http://www.w3.org/2013/TurtleTests/turtle-subm-20.nt not loaded</pre>
+          </dd>
+          <dt id='test_turtle-subm-21' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-21'>
+            Test
+            <span property='dc:title mf:name'>turtle-subm-21</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-21'>
+            <p lang='en' property='dc:description'>long literal ending in double quote</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-21.ttl' title='turtle-subm-21 Input'>http://www.w3.org/2013/TurtleTests/turtle-subm-21.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-21.nt' title='turtle-subm-21 Result'>http://www.w3.org/2013/TurtleTests/turtle-subm-21.nt not loaded</pre>
+          </dd>
+          <dt id='test_turtle-subm-22' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-22'>
+            Test
+            <span property='dc:title mf:name'>turtle-subm-22</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-22'>
+            <p lang='en' property='dc:description'>boolean literals</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-22.ttl' title='turtle-subm-22 Input'>http://www.w3.org/2013/TurtleTests/turtle-subm-22.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-22.nt' title='turtle-subm-22 Result'>http://www.w3.org/2013/TurtleTests/turtle-subm-22.nt not loaded</pre>
+          </dd>
+          <dt id='test_turtle-subm-23' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-23'>
+            Test
+            <span property='dc:title mf:name'>turtle-subm-23</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-23'>
+            <p lang='en' property='dc:description'>comments</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-23.ttl' title='turtle-subm-23 Input'>http://www.w3.org/2013/TurtleTests/turtle-subm-23.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-23.nt' title='turtle-subm-23 Result'>http://www.w3.org/2013/TurtleTests/turtle-subm-23.nt not loaded</pre>
+          </dd>
+          <dt id='test_turtle-subm-24' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-24'>
+            Test
+            <span property='dc:title mf:name'>turtle-subm-24</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-24'>
+            <p lang='en' property='dc:description'>no final mewline</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-24.ttl' title='turtle-subm-24 Input'>http://www.w3.org/2013/TurtleTests/turtle-subm-24.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-24.nt' title='turtle-subm-24 Result'>http://www.w3.org/2013/TurtleTests/turtle-subm-24.nt not loaded</pre>
+          </dd>
+          <dt id='test_turtle-subm-25' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-25'>
+            Test
+            <span property='dc:title mf:name'>turtle-subm-25</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-25'>
+            <p lang='en' property='dc:description'>repeating a @prefix changes pname definition</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-25.ttl' title='turtle-subm-25 Input'>http://www.w3.org/2013/TurtleTests/turtle-subm-25.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-25.nt' title='turtle-subm-25 Result'>http://www.w3.org/2013/TurtleTests/turtle-subm-25.nt not loaded</pre>
+          </dd>
+          <dt id='test_turtle-subm-26' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-26'>
+            Test
+            <span property='dc:title mf:name'>turtle-subm-26</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-26'>
+            <p lang='en' property='dc:description'>Variations on decimal canonicalization</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-26.ttl' title='turtle-subm-26 Input'>http://www.w3.org/2013/TurtleTests/turtle-subm-26.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-26.nt' title='turtle-subm-26 Result'>http://www.w3.org/2013/TurtleTests/turtle-subm-26.nt not loaded</pre>
+          </dd>
+          <dt id='test_turtle-subm-27' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-27'>
+            Test
+            <span property='dc:title mf:name'>turtle-subm-27</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-27'>
+            <p lang='en' property='dc:description'>Repeating @base changes base for relative IRI lookup</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-27.ttl' title='turtle-subm-27 Input'>http://www.w3.org/2013/TurtleTests/turtle-subm-27.ttl not loaded</pre>
+            <pre class='example resultDoc' property='mf:result' resource='http://www.w3.org/2013/TurtleTests/turtle-subm-27.nt' title='turtle-subm-27 Result'>http://www.w3.org/2013/TurtleTests/turtle-subm-27.nt not loaded</pre>
+          </dd>
+          <dt id='test_turtle-eval-bad-01' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-01'>
+            Test
+            <span property='dc:title mf:name'>turtle-eval-bad-01</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-01'>
+            <p lang='en' property='dc:description'>Bad IRI : good escape, bad charcater (negative evaluation test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-eval-bad-01.ttl' title='turtle-eval-bad-01 Input'>http://www.w3.org/2013/TurtleTests/turtle-eval-bad-01.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-eval-bad-02' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-02'>
+            Test
+            <span property='dc:title mf:name'>turtle-eval-bad-02</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-02'>
+            <p lang='en' property='dc:description'>Bad IRI : hex 3C is &lt; (negative evaluation test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-eval-bad-02.ttl' title='turtle-eval-bad-02 Input'>http://www.w3.org/2013/TurtleTests/turtle-eval-bad-02.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-eval-bad-03' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-03'>
+            Test
+            <span property='dc:title mf:name'>turtle-eval-bad-03</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-03'>
+            <p lang='en' property='dc:description'>Bad IRI : hex 3E is  (negative evaluation test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-eval-bad-03.ttl' title='turtle-eval-bad-03 Input'>http://www.w3.org/2013/TurtleTests/turtle-eval-bad-03.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-eval-bad-04' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-04'>
+            Test
+            <span property='dc:title mf:name'>turtle-eval-bad-04</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-04'>
+            <p lang='en' property='dc:description'>Bad IRI : {abc} (negative evaluation test)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-eval-bad-04.ttl' title='turtle-eval-bad-04 Input'>http://www.w3.org/2013/TurtleTests/turtle-eval-bad-04.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-blank-label-dot-end' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-blank-label-dot-end'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-blank-label-dot-end</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-blank-label-dot-end'>
+            <p lang='en' property='dc:description'>Blank node label must not end in dot</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-blank-label-dot-end.ttl' title='turtle-syntax-bad-blank-label-dot-end Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-blank-label-dot-end.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-ln-dash-start' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-dash-start'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-ln-dash-start</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-dash-start'>
+            <p lang='en' property='dc:description'>Local name must not begin with dash</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ln-dash-start.ttl' title='turtle-syntax-bad-ln-dash-start Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ln-dash-start.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-ln-escape-start' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape-start'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-ln-escape-start</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape-start'>
+            <p lang='en' property='dc:description'>Bad hex escape at start of local name</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ln-escape-start.ttl' title='turtle-syntax-bad-ln-escape-start Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ln-escape-start.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-ln-escape' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-ln-escape</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape'>
+            <p lang='en' property='dc:description'>Bad hex escape in local name</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ln-escape.ttl' title='turtle-syntax-bad-ln-escape Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ln-escape.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-missing-ns-dot-end' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-missing-ns-dot-end</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end'>
+            <p lang='en' property='dc:description'>Prefix must not end in dot (error in triple, not prefix directive like turtle-syntax-bad-ns-dot-end)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-missing-ns-dot-end.ttl' title='turtle-syntax-bad-missing-ns-dot-end Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-missing-ns-dot-end.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-missing-ns-dot-start' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-missing-ns-dot-start</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start'>
+            <p lang='en' property='dc:description'>Prefix must not start with dot (error in triple, not prefix directive like turtle-syntax-bad-ns-dot-end)</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-missing-ns-dot-start.ttl' title='turtle-syntax-bad-missing-ns-dot-start Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-missing-ns-dot-start.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-ns-dot-end' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-end'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-ns-dot-end</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-end'>
+            <p lang='en' property='dc:description'>Prefix must not end in dot</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ns-dot-end.ttl' title='turtle-syntax-bad-ns-dot-end Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ns-dot-end.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-ns-dot-start' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-start'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-ns-dot-start</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-start'>
+            <p lang='en' property='dc:description'>Prefix must not start with dot</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ns-dot-start.ttl' title='turtle-syntax-bad-ns-dot-start Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-ns-dot-start.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-bad-number-dot-in-anon' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-number-dot-in-anon'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-bad-number-dot-in-anon</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-number-dot-in-anon'>
+            <p lang='en' property='dc:description'>Dot delimeter may not appear in anonymous nodes</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-number-dot-in-anon.ttl' title='turtle-syntax-bad-number-dot-in-anon Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-bad-number-dot-in-anon.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-blank-label' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-blank-label'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-blank-label</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-blank-label'>
+            <p lang='en' property='dc:description'>Characters allowed in blank node labels</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-blank-label.ttl' title='turtle-syntax-blank-label Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-blank-label.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-ln-colons' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-colons'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-ln-colons</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-colons'>
+            <p lang='en' property='dc:description'>Colons in pname local names</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-ln-colons.ttl' title='turtle-syntax-ln-colons Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-ln-colons.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-ln-dots' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-dots'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-ln-dots</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-dots'>
+            <p lang='en' property='dc:description'>Dots in pname local names</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-ln-dots.ttl' title='turtle-syntax-ln-dots Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-ln-dots.ttl not loaded</pre>
+          </dd>
+          <dt id='test_turtle-syntax-ns-dots' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ns-dots'>
+            Test
+            <span property='dc:title mf:name'>turtle-syntax-ns-dots</span>
+          </dt>
+          <dd resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ns-dots'>
+            <p lang='en' property='dc:description'>Dots in namespace names</p>
+            <pre class='example actionDoc' property='mf:action' resource='http://www.w3.org/2013/TurtleTests/turtle-syntax-ns-dots.ttl' title='turtle-syntax-ns-dots Input'>http://www.w3.org/2013/TurtleTests/turtle-syntax-ns-dots.ttl not loaded</pre>
+          </dd>
+        </div>
+      </dl>
+    </section>
+    <section id='appendix' property='earl:generatedBy' resource='http://rubygems.org/gems/earl-report' typeof='doap:Project'>
+      <h2>
+        Report Generation Software
+      </h2>
+      <p>
+        This report generated by
+        <span property='doap:name'><a href='http://rubygems.org/gems/earl-report'>earl-report</a></span>
+        <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.5' typeof='doap:Version'>
+          <span property='doap:revision'>0.2.5</span>
+          <meta content='earl-report-0.2.5' property='doap:name' />
+          <meta content='2013-08-06' datatype='xsd:date' property='doap:created' />
+        </span>
+        an
+        <a href='http://unlicense.org' property='doap:license'>Unlicensed</a>
+        <span property='doap:programming-language'>Ruby</span>
+        application. More information is available at
+        <a href='https://github.com/gkellogg/earl-report' property='doap:homepage'>https://github.com/gkellogg/earl-report</a>
+        .
+      </p>
+      <p property='doap:developer' resource='http://greggkellogg.net/foaf#me' typeof='foaf:Person'>
+        This software is provided by
+        <a href='http://greggkellogg.net/' property='foaf:homepage'><span aboue='http://greggkellogg.net/foaf#me' property='foaf:name'>Gregg Kellogg</span></a>
+        in hopes that it might make the lives of conformance testers easier.
+      </p>
+    </section>
+  </body>
+</html>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-turtle/reports/rdf-trine-turtle-2013-08-10.ttl	Sat Aug 10 17:18:38 2013 -0700
@@ -0,0 +1,2357 @@
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
+@prefix dct: <http://purl.org/dc/terms/>.
+@prefix doap: <http://usefulinc.com/ns/doap#> .
+@prefix earl: <http://www.w3.org/ns/earl#> .
+@prefix foaf: <http://xmlns.com/foaf/0.1/> .
+@prefix rt: <http://kasei.us/code/rdf-trine/#> .
+@prefix ttl: <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#> .
+@prefix ttlc: <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/coverage/tests/manifest.ttl#> .
+
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-01> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-02> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-03> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-01> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-02> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-03> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-04> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-01> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-02> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-03> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-04> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-01> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-02> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-03> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-04> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-05> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-06> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-07> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-08> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-09> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-01> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-02> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-03> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-04> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-05> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-06> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-07> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-08> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-09> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-10> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-11> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-01> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-02> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-03> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-01> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-02> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-03> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-01> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-02> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-03> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-04> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-05> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-06> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-07> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-08> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-09> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-10> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-01> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-02> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-03> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-04> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-05> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-06> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-07> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-08> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-09> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-10> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-11> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-01> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-02> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-01> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-02> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-03> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-01> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-02> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-03> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-04> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-05> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-01> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-02> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-03> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-04> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-05> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-blank-label> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-colons> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-dots> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ns-dots> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-01> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-02> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-03> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-04> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-05> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-01> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-02> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-03> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-04> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-05> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-01> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-02> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-03> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-01> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-02> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-03> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-04> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-05> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-06> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-07> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-01> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-02> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-03> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-04> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-05> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-01> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-02> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-03> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-04> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-05> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-06> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-07> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-08> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-09> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-10> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-11> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-12> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-13> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-08> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-09> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-10> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-11> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-12> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-13> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-14> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-15> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-16> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-17> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-lang-01> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-01> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-02> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-03> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-04> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-01> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-02> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-03> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-01> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-02> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-03> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-04> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-05> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-06> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-07> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-01> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-02> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-03> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-04> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-05> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-blank-label-dot-end> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-dash-start> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape-start> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-end> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-start> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-number-dot-in-anon> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_subject> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_four_digit_numeric_escape> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_eight_digit_numeric_escape> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_all_punctuation> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_a_predicate> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_prefix> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_prefix> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_predicate> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_object> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_only_IRI> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_non_leading_extras> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#default_namespace_IRI> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_reassigned_and_used> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#reserved_escaped_localName> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#percent_escaped_localName> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#HYPHEN_MINUS_in_localName> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#underscore_in_localName> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localname_with_COLON> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_underscore> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_digit> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_non_leading_extras> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_base> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_base> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_subject> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_object> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_underscore> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_digit> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_non_leading_extras> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_subject> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_object> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#sole_blankNodePropertyList> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_subject> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_object> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_with_multiple_triples> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_blankNodePropertyLists> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_containing_collection> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_subject> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_object> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#empty_collection> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_collection> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#first> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#last> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_ascii_boundaries> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_with_UTF8_boundaries> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_controls> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_punctuation> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_1_squote> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_2_squotes> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_ascii_boundaries> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_with_UTF8_boundaries> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_1_squote> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_2_squotes> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CHARACTER_TABULATION> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_BACKSPACE> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_LINE_FEED> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CARRIAGE_RETURN> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_FORM_FEED> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_REVERSE_SOLIDUS> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_BACKSPACE> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_LINE_FEED> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_FORM_FEED> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape4> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape8> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRIREF_datatype> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_name_datatype> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_integer> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_decimal> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_double> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#double_lower_case_e> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#negative_numeric> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#positive_numeric> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#numeric_with_leading_0> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_true> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_false> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_non_LONG> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#lantag_with_subtag> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#objectList_with_two_objects> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#predicateObjectList_with_two_objectLists> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_at_end> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_not_at_end> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_localName> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_localName> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_PNAME_NS> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_PNAME_NS> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#two_LITERAL_LONG2s> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG_with_subtag> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-01> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-02> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-01> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-02> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-03> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-04> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-05> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-06> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-07> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-08> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-09> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-10> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-11> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-12> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-13> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-14> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-15> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-16> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-17> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-18> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-19> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-20> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-21> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-22> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-23> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-24> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-25> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-26> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-27> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-01> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-02> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-03> .
+[] a earl:Assertion ;
+	earl:assertedBy <http://kasei.us/about/foaf.xrdf#greg> ;
+	earl:result [
+		a earl:TestResult ;
+		earl:outcome earl:passed
+	] ;
+	earl:subject rt:project ;
+	earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-04> .
+_:r1376123295r928 doap:revision "1.007" ;
+	a doap:Version .
+<http://kasei.us/about/foaf.xrdf#greg> a foaf:Person ;
+	foaf:depiction <http://kasei.us/images/greg.png> ;
+	foaf:homepage <http://kasei.us/> ;
+	foaf:mbox <mailto:greg@evilfunhouse.com> ;
+	foaf:mbox_sha1sum "19fc9d0234848371668cf10a1b71ac9bd4236806", "25c5f4f21afaedf113d92ac7c8591178ad9c03fa", "41cc0788a269f33e52fc99080a970278c845ee5f", "4e6174e69033cfce87eecf828a99f8ce2c0c2fa6", "6187ab068a6dd0887b8220b02075d68c96152e17", "7d1958feafea26921db0c51e6d0eb89f716f8c02", "8df861ee96107c82e516191816954050ed376d79", "9d179d12b032b4689cf5dd1ffaf237c3e007c919", "dde73ef37a2fc05d41b6a48d9670cd094baf7fb4", "f3c455a88761f83ba243b2653e6042de71fdd149", "f80a0f19d2a0897b89f48647b2fb5ca1f0bc1cb8" ;
+	foaf:name "Gregory Todd Williams" .
+rt:project doap:developer <http://kasei.us/about/foaf.xrdf#greg> ;
+	doap:download-mirror <http://kasei.us/code/rdf-trine/> ;
+	doap:download-page <http://search.cpan.org/dist/RDF-Trine/> ;
+	doap:implements <http://www.w3.org/TR/turtle/> ;
+	doap:name "RDF::Trine" ;
+	doap:programming-language "perl" ;
+	doap:release _:r1376123295r928 ;
+	a doap:Project .
+<> foaf:primaryTopic <http://kasei.us/code/rdf-trine/#project> ;
+	dct:issued "2013-08-10T08:28:45Z"^^xsd:dateTime ;
+	foaf:maker <http://kasei.us/about/foaf.xrdf#greg> .
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-turtle/reports/rdf.rb-earl-08-10.ttl	Sat Aug 10 17:18:38 2013 -0700
@@ -0,0 +1,2952 @@
+@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix dc:   <http://purl.org/dc/terms/> .
+@prefix earl: <http://www.w3.org/ns/earl#> .
+@prefix foaf: <http://xmlns.com/foaf/0.1/> .
+@prefix doap: <http://usefulinc.com/ns/doap#> .
+@prefix ex:   <http://example.org/> .
+@prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
+
+<http://rubygems.org/gems/rdf-turtle> a doap:Project, earl:TestSubject, earl:Software ;
+  doap:name          "RDF::Turtle" ;
+  doap:homepage      <http://ruby-rdf.github.com/rdf-turtle> ;
+  doap:license       <http://creativecommons.org/licenses/publicdomain/> ;
+  doap:shortdesc     "Turtle reader/writer for Ruby."@en ;
+  doap:description   "RDF::Turtle is an Turtle reader/writer for the RDF.rb library suite."@en ;
+  doap:created       "2011-08-29"^^xsd:date ;
+  doap:programming-language "Ruby" ;
+  doap:implements    <http://www.w3.org/TR/turtle/> ;
+  doap:category      <http://dbpedia.org/resource/Resource_Description_Framework>,
+                     <http://dbpedia.org/resource/Ruby_(programming_language)> ;
+  doap:download-page <http://rubygems.org/gems/rdf-turtle> ;
+  doap:mailing-list  <http://lists.w3.org/Archives/Public/public-rdf-ruby/> ;
+  doap:bug-database  <http://github.com/ruby-rdf/rdf-turtle/issues> ;
+  doap:blog          <http://greggkellogg.net/> ;
+  doap:developer     <http://greggkellogg.net/foaf#me> ;
+  doap:maintainer    <http://greggkellogg.net/foaf#me> ;
+  doap:documenter    <http://greggkellogg.net/foaf#me> ;
+  foaf:maker         <http://greggkellogg.net/foaf#me> ;
+  dc:title           "RDF::Turtle" ;
+  dc:description     "RDF::Turtle is an Turtle reader/writer for the RDF.rb library suite."@en ;
+  dc:date            "2011-08-29"^^xsd:date ;
+  dc:creator         <http://greggkellogg.net/foaf#me> ;
+  dc:isPartOf        <http://rubygems.org/gems/rdf> .
+
+<> foaf:primaryTopic <http://rubygems.org/gems/rdf-turtle> ;
+  dct:issued "2013-08-10T16:57:16-07:00"^^xsd:dateTime ;
+  foaf:maker <http://greggkellogg.net/foaf#me> .
+
+<http://greggkellogg.net/foaf#me> a foaf:Person, earl:Assertor;
+  foaf:name "Gregg Kellogg";
+  foaf:title "Implementor";
+  foaf:homepage <http://greggkellogg.net/> .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_subject>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_four_digit_numeric_escape>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_eight_digit_numeric_escape>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_all_punctuation>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_a_predicate>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_prefix>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_prefix>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_predicate>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_object>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_only_IRI>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_non_leading_extras>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#default_namespace_IRI>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_reassigned_and_used>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#reserved_escaped_localName>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#percent_escaped_localName>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#HYPHEN_MINUS_in_localName>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#underscore_in_localName>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localname_with_COLON>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_underscore>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_digit>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_non_leading_extras>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_base>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_base>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_subject>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_object>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_underscore>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_digit>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_non_leading_extras>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_subject>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_object>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#sole_blankNodePropertyList>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_subject>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_object>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_with_multiple_triples>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_blankNodePropertyLists>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_containing_collection>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_subject>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_object>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#empty_collection>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_collection>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#first>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#last>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_ascii_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_with_UTF8_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_controls>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_punctuation>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_1_squote>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_2_squotes>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_ascii_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_with_UTF8_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_1_squote>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_2_squotes>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CHARACTER_TABULATION>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_BACKSPACE>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_LINE_FEED>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CARRIAGE_RETURN>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_FORM_FEED>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_REVERSE_SOLIDUS>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_BACKSPACE>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_LINE_FEED>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_FORM_FEED>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape4>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape8>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRIREF_datatype>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_name_datatype>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_integer>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_decimal>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_double>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#double_lower_case_e>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#negative_numeric>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#positive_numeric>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#numeric_with_leading_0>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_true>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_false>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_non_LONG>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#lantag_with_subtag>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#objectList_with_two_objects>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#predicateObjectList_with_two_objectLists>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_at_end>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_not_at_end>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_localName>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_localName>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_PNAME_NS>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_PNAME_NS>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#two_LITERAL_LONG2s>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG_with_subtag>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-08>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-09>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-08>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-09>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-10>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-11>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-08>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-09>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-10>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-08>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-09>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-10>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-11>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-08>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-09>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-10>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-11>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-12>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-13>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-08>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-09>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-10>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-11>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-12>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-13>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-14>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-15>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-16>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-17>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-lang-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-08>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-09>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-10>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-11>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-12>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-13>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-14>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-15>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-16>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-17>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-18>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-19>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-20>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-21>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-22>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-23>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-24>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-25>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-26>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-27>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-blank-label-dot-end>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-dash-start>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape-start>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-end>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-start>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-number-dot-in-anon>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-blank-label>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-colons>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-dots>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ns-dots>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-08-10T16:57:16-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
--- a/rdf-turtle/reports/rdf.rb-earl-2013-07-24.ttl	Wed Jul 24 20:47:32 2013 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2908 +0,0 @@
-@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix dc:   <http://purl.org/dc/terms/> .
-@prefix earl: <http://www.w3.org/ns/earl#> .
-@prefix foaf: <http://xmlns.com/foaf/0.1/> .
-@prefix doap: <http://usefulinc.com/ns/doap#> .
-@prefix ex:   <http://example.org/> .
-@prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
-
-<http://rubygems.org/gems/rdf-turtle> a doap:Project, earl:TestSubject, earl:Software ;
-  doap:name          "RDF::Turtle" ;
-  doap:homepage      <http://ruby-rdf.github.com/rdf-turtle> ;
-  doap:license       <http://creativecommons.org/licenses/publicdomain/> ;
-  doap:shortdesc     "Turtle reader/writer for Ruby."@en ;
-  doap:description   "RDF::Turtle is an Turtle reader/writer for the RDF.rb library suite."@en ;
-  doap:created       "2011-08-29"^^xsd:date ;
-  doap:programming-language "Ruby" ;
-  doap:implements    <http://www.w3.org/TR/turtle/> ;
-  doap:category      <http://dbpedia.org/resource/Resource_Description_Framework>,
-                     <http://dbpedia.org/resource/Ruby_(programming_language)> ;
-  doap:download-page <http://rubygems.org/gems/rdf-turtle> ;
-  doap:mailing-list  <http://lists.w3.org/Archives/Public/public-rdf-ruby/> ;
-  doap:bug-database  <http://github.com/ruby-rdf/rdf-turtle/issues> ;
-  doap:blog          <http://greggkellogg.net/> ;
-  doap:developer     <http://greggkellogg.net/foaf#me> ;
-  doap:maintainer    <http://greggkellogg.net/foaf#me> ;
-  doap:documenter    <http://greggkellogg.net/foaf#me> ;
-  foaf:maker         <http://greggkellogg.net/foaf#me> ;
-  dc:title           "RDF::Turtle" ;
-  dc:description     "RDF::Turtle is an Turtle reader/writer for the RDF.rb library suite."@en ;
-  dc:date            "2011-08-29"^^xsd:date ;
-  dc:creator         <http://greggkellogg.net/foaf#me> ;
-  dc:isPartOf        <http://rubygems.org/gems/rdf> .
-
-<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-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_subject>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_four_digit_numeric_escape>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_eight_digit_numeric_escape>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_all_punctuation>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_a_predicate>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_prefix>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_prefix>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_predicate>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_object>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_only_IRI>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_non_leading_extras>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#default_namespace_IRI>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_reassigned_and_used>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#reserved_escaped_localName>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#percent_escaped_localName>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#HYPHEN_MINUS_in_localName>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#underscore_in_localName>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localname_with_COLON>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_underscore>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_digit>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_non_leading_extras>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_base>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_base>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_subject>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_object>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_underscore>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_digit>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_non_leading_extras>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_subject>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_object>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#sole_blankNodePropertyList>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_subject>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_object>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_with_multiple_triples>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_blankNodePropertyLists>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_containing_collection>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_subject>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_object>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#empty_collection>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_collection>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#first>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#last>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_ascii_boundaries>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_with_UTF8_boundaries>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_controls>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_punctuation>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_1_squote>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_2_squotes>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_ascii_boundaries>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_with_UTF8_boundaries>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_1_squote>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_2_squotes>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CHARACTER_TABULATION>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_BACKSPACE>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_LINE_FEED>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CARRIAGE_RETURN>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_FORM_FEED>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_REVERSE_SOLIDUS>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_BACKSPACE>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_LINE_FEED>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_FORM_FEED>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape4>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape8>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRIREF_datatype>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_name_datatype>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_integer>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_decimal>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_double>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#double_lower_case_e>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#negative_numeric>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#positive_numeric>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#numeric_with_leading_0>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_true>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_false>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_non_LONG>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#lantag_with_subtag>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#objectList_with_two_objects>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#predicateObjectList_with_two_objectLists>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_at_end>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_not_at_end>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-05>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-06>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-07>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-08>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-09>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-05>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-06>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-07>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-08>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-09>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-10>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-11>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-05>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-06>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-07>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-08>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-09>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-10>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-05>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-06>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-07>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-08>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-09>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-10>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-11>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-05>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-05>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-05>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-05>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-05>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-06>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-07>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-05>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-05>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-06>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-07>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-08>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-09>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-10>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-11>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-12>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-13>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-08>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-09>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-10>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-11>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-12>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-13>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-14>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-15>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-16>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-17>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-lang-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-05>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-06>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-07>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-05>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-05>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-06>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-07>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-08>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-09>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-10>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-11>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-12>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-13>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-14>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-15>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-16>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-17>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-18>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-19>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-20>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-21>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-22>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-23>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-24>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-25>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-26>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-27>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-01>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-02>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-03>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-04>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#two_LITERAL_LONG2s>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG_with_subtag>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-blank-label-dot-end>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-dash-start>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape-start>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-end>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-start>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-number-dot-in-anon>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-blank-label>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-colons>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-dots>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
-
-[ a earl:Assertion;
-  earl:assertedBy <http://greggkellogg.net/foaf#me>;
-  earl:subject <http://rubygems.org/gems/rdf-turtle>;
-  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ns-dots>;
-  earl:result [
-    a earl:TestResult;
-    earl:outcome earl:passed;
-    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
-  earl:mode earl:automatic ] .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-turtle/reports/rdf.rb-earl-2013-07-24.ttl.old	Sat Aug 10 17:18:38 2013 -0700
@@ -0,0 +1,2908 @@
+@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix dc:   <http://purl.org/dc/terms/> .
+@prefix earl: <http://www.w3.org/ns/earl#> .
+@prefix foaf: <http://xmlns.com/foaf/0.1/> .
+@prefix doap: <http://usefulinc.com/ns/doap#> .
+@prefix ex:   <http://example.org/> .
+@prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
+
+<http://rubygems.org/gems/rdf-turtle> a doap:Project, earl:TestSubject, earl:Software ;
+  doap:name          "RDF::Turtle" ;
+  doap:homepage      <http://ruby-rdf.github.com/rdf-turtle> ;
+  doap:license       <http://creativecommons.org/licenses/publicdomain/> ;
+  doap:shortdesc     "Turtle reader/writer for Ruby."@en ;
+  doap:description   "RDF::Turtle is an Turtle reader/writer for the RDF.rb library suite."@en ;
+  doap:created       "2011-08-29"^^xsd:date ;
+  doap:programming-language "Ruby" ;
+  doap:implements    <http://www.w3.org/TR/turtle/> ;
+  doap:category      <http://dbpedia.org/resource/Resource_Description_Framework>,
+                     <http://dbpedia.org/resource/Ruby_(programming_language)> ;
+  doap:download-page <http://rubygems.org/gems/rdf-turtle> ;
+  doap:mailing-list  <http://lists.w3.org/Archives/Public/public-rdf-ruby/> ;
+  doap:bug-database  <http://github.com/ruby-rdf/rdf-turtle/issues> ;
+  doap:blog          <http://greggkellogg.net/> ;
+  doap:developer     <http://greggkellogg.net/foaf#me> ;
+  doap:maintainer    <http://greggkellogg.net/foaf#me> ;
+  doap:documenter    <http://greggkellogg.net/foaf#me> ;
+  foaf:maker         <http://greggkellogg.net/foaf#me> ;
+  dc:title           "RDF::Turtle" ;
+  dc:description     "RDF::Turtle is an Turtle reader/writer for the RDF.rb library suite."@en ;
+  dc:date            "2011-08-29"^^xsd:date ;
+  dc:creator         <http://greggkellogg.net/foaf#me> ;
+  dc:isPartOf        <http://rubygems.org/gems/rdf> .
+
+<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-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_subject>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_four_digit_numeric_escape>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_eight_digit_numeric_escape>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_all_punctuation>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_a_predicate>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_prefix>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_prefix>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_predicate>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_object>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_only_IRI>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_non_leading_extras>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#default_namespace_IRI>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_reassigned_and_used>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#reserved_escaped_localName>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#percent_escaped_localName>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#HYPHEN_MINUS_in_localName>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#underscore_in_localName>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localname_with_COLON>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_underscore>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_digit>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_non_leading_extras>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_base>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_base>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_subject>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_object>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_underscore>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_digit>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_non_leading_extras>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_subject>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_object>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#sole_blankNodePropertyList>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_subject>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_object>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_with_multiple_triples>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_blankNodePropertyLists>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_containing_collection>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_subject>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_object>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#empty_collection>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_collection>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#first>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#last>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_ascii_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_with_UTF8_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_controls>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_punctuation>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_1_squote>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_2_squotes>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_ascii_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_with_UTF8_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_1_squote>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_2_squotes>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CHARACTER_TABULATION>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_BACKSPACE>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_LINE_FEED>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CARRIAGE_RETURN>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_FORM_FEED>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_REVERSE_SOLIDUS>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_BACKSPACE>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_LINE_FEED>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_FORM_FEED>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape4>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape8>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRIREF_datatype>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_name_datatype>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_integer>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_decimal>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_double>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#double_lower_case_e>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#negative_numeric>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#positive_numeric>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#numeric_with_leading_0>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_true>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_false>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_non_LONG>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#lantag_with_subtag>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#objectList_with_two_objects>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#predicateObjectList_with_two_objectLists>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_at_end>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_not_at_end>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-08>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-09>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-08>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-09>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-10>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-11>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-08>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-09>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-10>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-08>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-09>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-10>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-11>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-08>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-09>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-10>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-11>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-12>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-13>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-08>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-09>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-10>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-11>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-12>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-13>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-14>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-15>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-16>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-17>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-lang-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-08>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-09>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-10>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-11>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-12>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-13>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-14>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-15>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-16>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-17>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-18>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-19>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-20>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-21>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-22>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-23>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-24>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-25>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-26>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-27>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#two_LITERAL_LONG2s>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG_with_subtag>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-blank-label-dot-end>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-dash-start>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape-start>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-end>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-start>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-number-dot-in-anon>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-blank-label>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-colons>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-dots>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ns-dots>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:30:22-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-turtle/reports/rdf.rb-earl-2013-08-10.ttl	Sat Aug 10 17:18:38 2013 -0700
@@ -0,0 +1,2912 @@
+@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix dc:   <http://purl.org/dc/terms/> .
+@prefix earl: <http://www.w3.org/ns/earl#> .
+@prefix foaf: <http://xmlns.com/foaf/0.1/> .
+@prefix doap: <http://usefulinc.com/ns/doap#> .
+@prefix ex:   <http://example.org/> .
+@prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
+
+<http://rubygems.org/gems/rdf-turtle> a doap:Project, earl:TestSubject, earl:Software ;
+  doap:name          "RDF::Turtle" ;
+  doap:homepage      <http://ruby-rdf.github.com/rdf-turtle> ;
+  doap:license       <http://creativecommons.org/licenses/publicdomain/> ;
+  doap:shortdesc     "Turtle reader/writer for Ruby."@en ;
+  doap:description   "RDF::Turtle is an Turtle reader/writer for the RDF.rb library suite."@en ;
+  doap:created       "2011-08-29"^^xsd:date ;
+  doap:programming-language "Ruby" ;
+  doap:implements    <http://www.w3.org/TR/turtle/> ;
+  doap:category      <http://dbpedia.org/resource/Resource_Description_Framework>,
+                     <http://dbpedia.org/resource/Ruby_(programming_language)> ;
+  doap:download-page <http://rubygems.org/gems/rdf-turtle> ;
+  doap:mailing-list  <http://lists.w3.org/Archives/Public/public-rdf-ruby/> ;
+  doap:bug-database  <http://github.com/ruby-rdf/rdf-turtle/issues> ;
+  doap:blog          <http://greggkellogg.net/> ;
+  doap:developer     <http://greggkellogg.net/foaf#me> ;
+  doap:maintainer    <http://greggkellogg.net/foaf#me> ;
+  doap:documenter    <http://greggkellogg.net/foaf#me> ;
+  foaf:maker         <http://greggkellogg.net/foaf#me> ;
+  dc:title           "RDF::Turtle" ;
+  dc:description     "RDF::Turtle is an Turtle reader/writer for the RDF.rb library suite."@en ;
+  dc:date            "2011-08-29"^^xsd:date ;
+  dc:creator         <http://greggkellogg.net/foaf#me> ;
+  dc:isPartOf        <http://rubygems.org/gems/rdf> .
+
+<> foaf:primaryTopic <http://rubygems.org/gems/rdf-turtle> ;
+  dc:issued "2013-06-18T17:30:22-07:00"^^xsd:dateTime ;
+  foaf:maker <http://greggkellogg.net/foaf#me> .
+
+<http://greggkellogg.net/foaf#me> a foaf:Person, earl:Assertor;
+  foaf:name "Gregg Kellogg";
+  foaf:title "Implementor";
+  foaf:homepage <http://greggkellogg.net/> .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_subject>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_four_digit_numeric_escape>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_eight_digit_numeric_escape>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_all_punctuation>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_a_predicate>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_prefix>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_prefix>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_predicate>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_object>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_only_IRI>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_non_leading_extras>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#default_namespace_IRI>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_reassigned_and_used>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#reserved_escaped_localName>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#percent_escaped_localName>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#HYPHEN_MINUS_in_localName>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#underscore_in_localName>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localname_with_COLON>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_underscore>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_digit>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_non_leading_extras>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_base>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_base>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_subject>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_object>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_underscore>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_digit>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_non_leading_extras>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_subject>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_object>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#sole_blankNodePropertyList>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_subject>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_object>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_with_multiple_triples>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_blankNodePropertyLists>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_containing_collection>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_subject>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_object>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#empty_collection>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_collection>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#first>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#last>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_ascii_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_with_UTF8_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_controls>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_punctuation>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_1_squote>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_2_squotes>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_ascii_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_with_UTF8_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_1_squote>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_2_squotes>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CHARACTER_TABULATION>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_BACKSPACE>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_LINE_FEED>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CARRIAGE_RETURN>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_FORM_FEED>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_REVERSE_SOLIDUS>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_BACKSPACE>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_LINE_FEED>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_FORM_FEED>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape4>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape8>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRIREF_datatype>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_name_datatype>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_integer>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_decimal>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_double>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#double_lower_case_e>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#negative_numeric>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#positive_numeric>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#numeric_with_leading_0>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_true>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_false>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_non_LONG>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#lantag_with_subtag>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#objectList_with_two_objects>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#predicateObjectList_with_two_objectLists>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_at_end>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_not_at_end>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-08>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-09>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-08>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-09>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-10>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-11>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-08>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-09>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-10>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-08>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-09>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-10>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-11>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-08>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-09>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-10>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-11>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-12>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-13>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-08>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-09>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-10>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-11>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-12>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-13>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-14>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-15>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-16>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-17>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-lang-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-05>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-06>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-07>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-08>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-09>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-10>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-11>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-12>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-13>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-14>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-15>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-16>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-17>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-18>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-19>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-20>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-21>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-22>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-23>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-24>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-25>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-26>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-27>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-01>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-02>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-03>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-04>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#two_LITERAL_LONG2s>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG_with_subtag>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-blank-label-dot-end>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-dash-start>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape-start>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-end>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-start>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-number-dot-in-anon>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-blank-label>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-colons>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-dots>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
+
+[ a earl:Assertion;
+  earl:assertedBy <http://greggkellogg.net/foaf#me>;
+  earl:subject <http://rubygems.org/gems/rdf-turtle>;
+  earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ns-dots>;
+  earl:result [
+    a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2013-06-18T17:33:11-07:00"^^xsd:dateTime];
+  earl:mode earl:automatic ] .
--- a/rdf-turtle/reports/template.md	Wed Jul 24 20:47:32 2013 -0700
+++ b/rdf-turtle/reports/template.md	Sat Aug 10 17:18:38 2013 -0700
@@ -198,6 +198,10 @@
           homepage and developer(s) of the software (see [[DOAP]]). Optionally, including the
           project description and programming language. An example test subject description is the following:
 
+              <> foaf:primaryTopic <http://rubygems.org/gems/rdf-turtle>
+                dc:issued "2013-06-18T17:30:22-07:00"^^xsd:dateTime ;
+                foaf:maker <http://greggkellogg.net/foaf#me> .
+
               <http://rubygems.org/gems/rdf-turtle> a doap:Project, earl:TestSubject, earl:Software ;
                 doap:name          "RDF::Turtle" ;
                 doap:homepage      <http://ruby-rdf.github.com/rdf-turtle> ;
@@ -362,10 +366,10 @@
                 %p{:property => "dc:description", :lang => 'en'}<
                   ~ CGI.escapeHTML test['description']
                 %pre{:class => "example actionDoc", :property => "mf:action", :resource => test['testAction'], :title => "#{test['title']} Input"}<
-                  ~ Kernel.open(test['testAction']) {|f| CGI.escapeHTML(f.read).gsub(/\n/, '<br/>')} rescue "#{test['testAction']} not loaded"
+                  ~ Kernel.open(test['testAction']) {|f| f.set_encoding(); CGI.escapeHTML(f.read).gsub(/\n/, '<br/>')} rescue "#{test['testAction']} not loaded"
                 - if test['testResult']
                   %pre{:class => "example resultDoc", :property => "mf:result", :resource => test['testResult'], :title => "#{test['title']} Result"}<
-                    ~ Kernel.open(test['testResult']) {|f| CGI.escapeHTML(f.read).gsub(/\n/, '<br/>')} rescue "#{test['testResult']} not loaded"
+                    ~ Kernel.open(test['testResult']) {|f| f.set_encoding(); CGI.escapeHTML(f.read).gsub(/\n/, '<br/>')} rescue "#{test['testResult']} not loaded"
     %section#appendix{:property => "earl:generatedBy", :resource => tests['generatedBy']['@id'], :typeof => tests['generatedBy']['@type']}
       %h2
         Report Generation Software
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-turtle/reports/turtleparserjava-earl-2013-08-10.ttl	Sat Aug 10 17:18:38 2013 -0700
@@ -0,0 +1,2358 @@
+@prefix dc: <http://purl.org/dc/terms/> .
+@prefix doap: <http://usefulinc.com/ns/doap#> .
+@prefix earl: <http://www.w3.org/ns/earl#> .
+@prefix foaf: <http://xmlns.com/foaf/0.1/> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+<http://upokecenter.com/foaf/peter> a foaf:Person, earl:Assertor;
+ foaf:name "Peter Occil";
+ foaf:title "Implementor";
+ foaf:homepage <http://upokecenter.com/> .
+<https://github.com/peteroupc/TurtleParserJava> a doap:Project, earl:TestSubject, earl:Software ;
+doap:name          "Turtle Parser" ;
+doap:homepage      <https://github.com/peteroupc/TurtleParserJava> ;
+doap:license       <http://creativecommons.org/licenses/publicdomain/> ;
+doap:description   "A Turtle parser for Java."@en ;
+doap:created       "2013-04-01"^^xsd:date ;
+doap:programming-language "Java" ;
+doap:implements    <http://www.w3.org/TR/turtle/> ;
+doap:category      <http://dbpedia.org/resource/Resource_Description_Framework>, 
+    <http://dbpedia.org/resource/Java_(programming_language)>  ;
+doap:bug-database  <https://github.com/peteroupc/TurtleParserJava/issues> ;
+doap:developer     <http://upokecenter.com/foaf/peter> ;
+doap:maintainer    <http://upokecenter.com/foaf/peter> ;
+foaf:maker         <http://upokecenter.com/foaf/peter> ;
+dc:title           "Turtle Parser" ;
+dc:description     "A Turtle parser for Java."@en ;
+dc:date            "2013-04-01"^^xsd:date ;
+dc:creator         <http://upokecenter.com/foaf/peter> .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_object>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:03-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_subject>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:03-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_a_predicate>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:03-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_decimal>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:03-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_double>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:03-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_integer>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:03-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_object>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:03-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_subject>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_containing_collection>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_with_multiple_triples>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_object>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_subject>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_localName>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_PNAME_NS>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#default_namespace_IRI>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#double_lower_case_e>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#empty_collection>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#first>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#HYPHEN_MINUS_in_localName>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRIREF_datatype>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_subject>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_all_punctuation>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_eight_digit_numeric_escape>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_four_digit_numeric_escape>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_object>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_subject>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_digit>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_underscore>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_non_leading_extras>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG_with_subtag>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_non_LONG>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#lantag_with_subtag>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#last>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_controls>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_punctuation>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_ascii_boundaries>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_with_UTF8_boundaries>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_ascii_boundaries>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_with_UTF8_boundaries>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_false>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_1_squote>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_2_squotes>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_1_squote>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_2_squotes>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:04-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_true>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_BACKSPACE>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CARRIAGE_RETURN>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CHARACTER_TABULATION>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_BACKSPACE>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_FORM_FEED>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_LINE_FEED>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_FORM_FEED>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_LINE_FEED>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape4>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape8>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_REVERSE_SOLIDUS>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localname_with_COLON>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_digit>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_underscore>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_non_leading_extras>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#negative_numeric>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_blankNodePropertyLists>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_collection>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_localName>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_PNAME_NS>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#numeric_with_leading_0>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#objectList_with_two_objects>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_base>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_prefix>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#percent_escaped_localName>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#positive_numeric>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#predicateObjectList_with_two_objectLists>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_object>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_predicate>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_name_datatype>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_only_IRI>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_reassigned_and_used>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_non_leading_extras>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_at_end>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_not_at_end>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#reserved_escaped_localName>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#sole_blankNodePropertyList>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_base>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_prefix>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-01>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-02>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-03>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-04>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-01>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-02>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-01>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-02>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-03>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-04>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-05>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-06>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-07>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-08>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-09>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-10>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-11>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-12>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-13>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-14>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-15>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-16>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-17>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-18>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-19>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-20>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-21>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-22>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:05-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-23>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-24>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-25>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-26>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-27>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-01>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-02>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-03>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-blank-label-dot-end>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-01>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-02>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-03>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-04>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-01>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-02>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-03>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-04>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-05>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-lang-01>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-dash-start>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape-start>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-01>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-02>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-03>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-04>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-05>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-06>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-07>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-08>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-09>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-10>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-11>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-12>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-13>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-end>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-start>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-01>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-02>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-03>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-04>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-05>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-number-dot-in-anon>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-01>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-02>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-03>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-01>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-02>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-03>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-04>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-05>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-01>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-02>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-03>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-04>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-05>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-06>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-07>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-01>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-02>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-03>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-04>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-05>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-06>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-07>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-08>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-09>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-10>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-11>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-12>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-13>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-14>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-15>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-16>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-17>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-01>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-02>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-03>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-04>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-05>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-01>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-02>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-03>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-04>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-blank-label>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-01>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-02>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-03>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-04>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-05>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-06>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-07>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-08>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-09>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-10>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-01>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-02>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-01>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-02>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-03>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-01>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-02>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-03>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-01>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-02>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-03>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-04>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-05>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-colons>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-dots>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ns-dots>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-01>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-02>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-03>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-04>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-05>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-06>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-07>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-08>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-09>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-10>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:06-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-11>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:07-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-01>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:07-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-02>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:07-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-03>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:07-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-01>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:07-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-02>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:07-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-03>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:07-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-04>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:07-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-05>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:07-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-06>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:07-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-07>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:07-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-08>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:07-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-09>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:07-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-01>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:07-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-02>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:07-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-03>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:07-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-01>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:07-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-02>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:07-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-03>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:07-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-04>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:07-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-05>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:07-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-06>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:07-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-07>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:07-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-08>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:07-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-09>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:07-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-10>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:07-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-11>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:07-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-01>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:07-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-02>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:07-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-03>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:07-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-04>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:07-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-05>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:07-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-01>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:07-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-02>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:07-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-03>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:07-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-04>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:07-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#two_LITERAL_LONG2s>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:07-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+[ a earl:Assertion; earl:assertedBy <http://upokecenter.com/foaf/peter>;
+earl:subject <https://github.com/peteroupc/TurtleParserJava>;
+earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#underscore_in_localName>;
+earl:result [
+ a earl:TestResult;
+ earl:outcome earl:passed;
+ dc:date "2013-08-10T14:50:07-04:00"^^xsd:dateTime];
+earl:mode earl:automatic ] .
+<> foaf:primaryTopic <https://github.com/peteroupc/TurtleParserJava> ;
+   dc:issued "2013-08-10T14:50:07-04:00"^^xsd:dateTime ;
+   foaf:maker <http://upokecenter.com/foaf/peter> .