There were some new files of the previous comit...
authorIvan Herman <ivan@ivan-herman.net>
Fri, 09 Jan 2015 17:14:05 +0100
changeset 2039 f4057228a7fe
parent 2038 8e6b7d18c08c
child 2040 cf8b56920be0
There were some new files of the previous comit...
nquads/reports/n3js-earl-report-nquads.ttl
rdf-turtle/reports/n3js-earl-report-turtle.ttl
trig/reports/n3js-earl-report-trig.ttl
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nquads/reports/n3js-earl-report-nquads.ttl	Fri Jan 09 17:14:05 2015 +0100
@@ -0,0 +1,1398 @@
+@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/N-QuadsTests/manifest.ttl#>.
+
+<> foaf:primaryTopic <https://github.com/RubenVerborgh/N3.js#n3js>;
+    dc:issued "2014-12-30T23:37:57.876Z"^^xsd:dateTime;
+    foaf:maker <http://ruben.verborgh.org/#me>.
+<https://github.com/RubenVerborgh/N3.js#n3js> a earl:Software, earl:TestSubject, doap:Project;
+    doap:name "N3.js";
+    doap:homepage <https://github.com/RubenVerborgh/N3.js>;
+    doap:license <http://opensource.org/licenses/MIT>;
+    doap:programming-language "JavaScript";
+    doap:implements <http://www.w3.org/TR/turtle/>, <http://www.w3.org/TR/trig/>, <http://www.w3.org/TR/n-triples/>, <http://www.w3.org/TR/n-quads/>;
+    doap:category <http://dbpedia.org/resource/Resource_Description_Framework>;
+    doap:download-page <https://npmjs.org/package/n3>;
+    doap:bug-database <https://github.com/RubenVerborgh/N3.js/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 "N3.js";
+    dc:description "N3.js is an asynchronous, streaming RDF parser for JavaScript."@en;
+    doap:description "N3.js is an asynchronous, streaming RDF 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:nq-syntax-uri-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "nq-syntax-uri-01";
+    dc:description "URI graph with URI triple";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nq-syntax-uri-01.nq>;
+    earl:assertions _:assertions0.
+_:assertions0 rdf:first _:assertion0;
+    rdf:rest rdf:nil.
+_:assertion0 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nq-syntax-uri-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result0.
+_:result0 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nq-syntax-uri-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "nq-syntax-uri-02";
+    dc:description "URI graph with BNode subject";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nq-syntax-uri-02.nq>;
+    earl:assertions _:assertions1.
+_:assertions1 rdf:first _:assertion1;
+    rdf:rest rdf:nil.
+_:assertion1 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nq-syntax-uri-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result1.
+_:result1 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nq-syntax-uri-03 a earl:TestCriterion, earl:TestCase;
+    dc:title "nq-syntax-uri-03";
+    dc:description "URI graph with BNode object";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nq-syntax-uri-03.nq>;
+    earl:assertions _:assertions2.
+_:assertions2 rdf:first _:assertion2;
+    rdf:rest rdf:nil.
+_:assertion2 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nq-syntax-uri-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result2.
+_:result2 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nq-syntax-uri-04 a earl:TestCriterion, earl:TestCase;
+    dc:title "nq-syntax-uri-04";
+    dc:description "URI graph with simple literal";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nq-syntax-uri-04.nq>;
+    earl:assertions _:assertions3.
+_:assertions3 rdf:first _:assertion3;
+    rdf:rest rdf:nil.
+_:assertion3 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nq-syntax-uri-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result3.
+_:result3 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nq-syntax-uri-05 a earl:TestCriterion, earl:TestCase;
+    dc:title "nq-syntax-uri-05";
+    dc:description "URI graph with language tagged literal";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nq-syntax-uri-05.nq>;
+    earl:assertions _:assertions4.
+_:assertions4 rdf:first _:assertion4;
+    rdf:rest rdf:nil.
+_:assertion4 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nq-syntax-uri-05;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result4.
+_:result4 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nq-syntax-uri-06 a earl:TestCriterion, earl:TestCase;
+    dc:title "nq-syntax-uri-06";
+    dc:description "URI graph with datatyped literal";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nq-syntax-uri-06.nq>;
+    earl:assertions _:assertions5.
+_:assertions5 rdf:first _:assertion5;
+    rdf:rest rdf:nil.
+_:assertion5 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nq-syntax-uri-06;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result5.
+_:result5 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nq-syntax-bnode-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "nq-syntax-bnode-01";
+    dc:description "BNode graph with URI triple";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nq-syntax-bnode-01.nq>;
+    earl:assertions _:assertions6.
+_:assertions6 rdf:first _:assertion6;
+    rdf:rest rdf:nil.
+_:assertion6 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nq-syntax-bnode-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result6.
+_:result6 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nq-syntax-bnode-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "nq-syntax-bnode-02";
+    dc:description "BNode graph with BNode subject";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nq-syntax-bnode-02.nq>;
+    earl:assertions _:assertions7.
+_:assertions7 rdf:first _:assertion7;
+    rdf:rest rdf:nil.
+_:assertion7 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nq-syntax-bnode-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result7.
+_:result7 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nq-syntax-bnode-03 a earl:TestCriterion, earl:TestCase;
+    dc:title "nq-syntax-bnode-03";
+    dc:description "BNode graph with BNode object";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nq-syntax-bnode-03.nq>;
+    earl:assertions _:assertions8.
+_:assertions8 rdf:first _:assertion8;
+    rdf:rest rdf:nil.
+_:assertion8 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nq-syntax-bnode-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result8.
+_:result8 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nq-syntax-bnode-04 a earl:TestCriterion, earl:TestCase;
+    dc:title "nq-syntax-bnode-04";
+    dc:description "BNode graph with simple literal";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nq-syntax-bnode-04.nq>;
+    earl:assertions _:assertions9.
+_:assertions9 rdf:first _:assertion9;
+    rdf:rest rdf:nil.
+_:assertion9 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nq-syntax-bnode-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result9.
+_:result9 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nq-syntax-bnode-05 a earl:TestCriterion, earl:TestCase;
+    dc:title "nq-syntax-bnode-05";
+    dc:description "BNode graph with language tagged literal";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nq-syntax-bnode-05.nq>;
+    earl:assertions _:assertions10.
+_:assertions10 rdf:first _:assertion10;
+    rdf:rest rdf:nil.
+_:assertion10 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nq-syntax-bnode-05;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result10.
+_:result10 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nq-syntax-bnode-06 a earl:TestCriterion, earl:TestCase;
+    dc:title "nq-syntax-bnode-06";
+    dc:description "BNode graph with datatyped literal";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nq-syntax-bnode-06.nq>;
+    earl:assertions _:assertions11.
+_:assertions11 rdf:first _:assertion11;
+    rdf:rest rdf:nil.
+_:assertion11 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nq-syntax-bnode-06;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result11.
+_:result11 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nq-syntax-bad-literal-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "nq-syntax-bad-literal-01";
+    dc:description "Graph name may not be a simple literal (negative test)";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nq-syntax-bad-literal-01.nq>;
+    earl:assertions _:assertions12.
+_:assertions12 rdf:first _:assertion12;
+    rdf:rest rdf:nil.
+_:assertion12 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nq-syntax-bad-literal-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result12.
+_:result12 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nq-syntax-bad-literal-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "nq-syntax-bad-literal-02";
+    dc:description "Graph name may not be a language tagged literal (negative test)";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nq-syntax-bad-literal-02.nq>;
+    earl:assertions _:assertions13.
+_:assertions13 rdf:first _:assertion13;
+    rdf:rest rdf:nil.
+_:assertion13 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nq-syntax-bad-literal-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result13.
+_:result13 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nq-syntax-bad-literal-03 a earl:TestCriterion, earl:TestCase;
+    dc:title "nq-syntax-bad-literal-03";
+    dc:description "Graph name may not be a datatyped literal (negative test)";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nq-syntax-bad-literal-03.nq>;
+    earl:assertions _:assertions14.
+_:assertions14 rdf:first _:assertion14;
+    rdf:rest rdf:nil.
+_:assertion14 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nq-syntax-bad-literal-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result14.
+_:result14 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nq-syntax-bad-uri-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "nq-syntax-bad-uri-01";
+    dc:description "Graph name URI must be absolute (negative test)";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nq-syntax-bad-uri-01.nq>;
+    earl:assertions _:assertions15.
+_:assertions15 rdf:first _:assertion15;
+    rdf:rest rdf:nil.
+_:assertion15 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nq-syntax-bad-uri-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result15.
+_:result15 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nq-syntax-bad-quint-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "nq-syntax-bad-quint-01";
+    dc:description "N-Quads does not have a fifth element (negative test)";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nq-syntax-bad-quint-01.nq>;
+    earl:assertions _:assertions16.
+_:assertions16 rdf:first _:assertion16;
+    rdf:rest rdf:nil.
+_:assertion16 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nq-syntax-bad-quint-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result16.
+_:result16 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-file-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-file-01";
+    dc:description "Empty file";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-file-01.nq>;
+    earl:assertions _:assertions17.
+_:assertions17 rdf:first _:assertion17;
+    rdf:rest rdf:nil.
+_:assertion17 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-file-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result17.
+_:result17 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-file-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-file-02";
+    dc:description "Only comment";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-file-02.nq>;
+    earl:assertions _:assertions18.
+_:assertions18 rdf:first _:assertion18;
+    rdf:rest rdf:nil.
+_:assertion18 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-file-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result18.
+_:result18 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-file-03 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-file-03";
+    dc:description "One comment, one empty line";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-file-03.nq>;
+    earl:assertions _:assertions19.
+_:assertions19 rdf:first _:assertion19;
+    rdf:rest rdf:nil.
+_:assertion19 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-file-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result19.
+_:result19 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-uri-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-uri-01";
+    dc:description "Only IRIs";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-uri-01.nq>;
+    earl:assertions _:assertions20.
+_:assertions20 rdf:first _:assertion20;
+    rdf:rest rdf:nil.
+_:assertion20 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-uri-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result20.
+_:result20 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-uri-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-uri-02";
+    dc:description "IRIs with Unicode escape";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-uri-02.nq>;
+    earl:assertions _:assertions21.
+_:assertions21 rdf:first _:assertion21;
+    rdf:rest rdf:nil.
+_:assertion21 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-uri-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result21.
+_:result21 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-uri-03 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-uri-03";
+    dc:description "IRIs with long Unicode escape";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-uri-03.nq>;
+    earl:assertions _:assertions22.
+_:assertions22 rdf:first _:assertion22;
+    rdf:rest rdf:nil.
+_:assertion22 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-uri-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result22.
+_:result22 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-uri-04 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-uri-04";
+    dc:description "Legal IRIs";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-uri-04.nq>;
+    earl:assertions _:assertions23.
+_:assertions23 rdf:first _:assertion23;
+    rdf:rest rdf:nil.
+_:assertion23 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-uri-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result23.
+_:result23 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-string-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-string-01";
+    dc:description "string literal";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-string-01.nq>;
+    earl:assertions _:assertions24.
+_:assertions24 rdf:first _:assertion24;
+    rdf:rest rdf:nil.
+_:assertion24 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-string-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result24.
+_:result24 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-string-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-string-02";
+    dc:description "langString literal";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-string-02.nq>;
+    earl:assertions _:assertions25.
+_:assertions25 rdf:first _:assertion25;
+    rdf:rest rdf:nil.
+_:assertion25 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-string-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result25.
+_:result25 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-string-03 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-string-03";
+    dc:description "langString literal with region";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-string-03.nq>;
+    earl:assertions _:assertions26.
+_:assertions26 rdf:first _:assertion26;
+    rdf:rest rdf:nil.
+_:assertion26 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-string-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result26.
+_:result26 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-str-esc-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-str-esc-01";
+    dc:description "string literal with escaped newline";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-str-esc-01.nq>;
+    earl:assertions _:assertions27.
+_:assertions27 rdf:first _:assertion27;
+    rdf:rest rdf:nil.
+_:assertion27 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-str-esc-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result27.
+_:result27 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-str-esc-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-str-esc-02";
+    dc:description "string literal with Unicode escape";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-str-esc-02.nq>;
+    earl:assertions _:assertions28.
+_:assertions28 rdf:first _:assertion28;
+    rdf:rest rdf:nil.
+_:assertion28 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-str-esc-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result28.
+_:result28 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-str-esc-03 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-str-esc-03";
+    dc:description "string literal with long Unicode escape";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-str-esc-03.nq>;
+    earl:assertions _:assertions29.
+_:assertions29 rdf:first _:assertion29;
+    rdf:rest rdf:nil.
+_:assertion29 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-str-esc-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result29.
+_:result29 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-bnode-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-bnode-01";
+    dc:description "bnode subject";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-bnode-01.nq>;
+    earl:assertions _:assertions30.
+_:assertions30 rdf:first _:assertion30;
+    rdf:rest rdf:nil.
+_:assertion30 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-bnode-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result30.
+_:result30 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-bnode-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-bnode-02";
+    dc:description "bnode object";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-bnode-02.nq>;
+    earl:assertions _:assertions31.
+_:assertions31 rdf:first _:assertion31;
+    rdf:rest rdf:nil.
+_:assertion31 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-bnode-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result31.
+_:result31 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-bnode-03 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-bnode-03";
+    dc:description "Blank node labels may start with a digit";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-bnode-03.nq>;
+    earl:assertions _:assertions32.
+_:assertions32 rdf:first _:assertion32;
+    rdf:rest rdf:nil.
+_:assertion32 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-bnode-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result32.
+_:result32 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-datatypes-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-datatypes-01";
+    dc:description "xsd:byte literal";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-datatypes-01.nq>;
+    earl:assertions _:assertions33.
+_:assertions33 rdf:first _:assertion33;
+    rdf:rest rdf:nil.
+_:assertion33 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-datatypes-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result33.
+_:result33 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-datatypes-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-datatypes-02";
+    dc:description "integer as xsd:string";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-datatypes-02.nq>;
+    earl:assertions _:assertions34.
+_:assertions34 rdf:first _:assertion34;
+    rdf:rest rdf:nil.
+_:assertion34 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-datatypes-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result34.
+_:result34 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-bad-uri-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-bad-uri-01";
+    dc:description "Bad IRI : space (negative test)";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-bad-uri-01.nq>;
+    earl:assertions _:assertions35.
+_:assertions35 rdf:first _:assertion35;
+    rdf:rest rdf:nil.
+_:assertion35 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-bad-uri-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result35.
+_:result35 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-bad-uri-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-bad-uri-02";
+    dc:description "Bad IRI : bad escape (negative test)";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-bad-uri-02.nq>;
+    earl:assertions _:assertions36.
+_:assertions36 rdf:first _:assertion36;
+    rdf:rest rdf:nil.
+_:assertion36 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-bad-uri-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result36.
+_:result36 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-bad-uri-03 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-bad-uri-03";
+    dc:description "Bad IRI : bad long escape (negative test)";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-bad-uri-03.nq>;
+    earl:assertions _:assertions37.
+_:assertions37 rdf:first _:assertion37;
+    rdf:rest rdf:nil.
+_:assertion37 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-bad-uri-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result37.
+_:result37 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-bad-uri-04 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-bad-uri-04";
+    dc:description "Bad IRI : character escapes not allowed (negative test)";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-bad-uri-04.nq>;
+    earl:assertions _:assertions38.
+_:assertions38 rdf:first _:assertion38;
+    rdf:rest rdf:nil.
+_:assertion38 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-bad-uri-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result38.
+_:result38 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-bad-uri-05 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-bad-uri-05";
+    dc:description "Bad IRI : character escapes not allowed (2) (negative test)";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-bad-uri-05.nq>;
+    earl:assertions _:assertions39.
+_:assertions39 rdf:first _:assertion39;
+    rdf:rest rdf:nil.
+_:assertion39 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-bad-uri-05;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result39.
+_:result39 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-bad-uri-06 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-bad-uri-06";
+    dc:description "Bad IRI : relative IRI not allowed in subject (negative test)";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-bad-uri-06.nq>;
+    earl:assertions _:assertions40.
+_:assertions40 rdf:first _:assertion40;
+    rdf:rest rdf:nil.
+_:assertion40 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-bad-uri-06;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result40.
+_:result40 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-bad-uri-07 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-bad-uri-07";
+    dc:description "Bad IRI : relative IRI not allowed in predicate (negative test)";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-bad-uri-07.nq>;
+    earl:assertions _:assertions41.
+_:assertions41 rdf:first _:assertion41;
+    rdf:rest rdf:nil.
+_:assertion41 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-bad-uri-07;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result41.
+_:result41 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-bad-uri-08 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-bad-uri-08";
+    dc:description "Bad IRI : relative IRI not allowed in object (negative test)";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-bad-uri-08.nq>;
+    earl:assertions _:assertions42.
+_:assertions42 rdf:first _:assertion42;
+    rdf:rest rdf:nil.
+_:assertion42 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-bad-uri-08;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result42.
+_:result42 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-bad-uri-09 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-bad-uri-09";
+    dc:description "Bad IRI : relative IRI not allowed in datatype (negative test)";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-bad-uri-09.nq>;
+    earl:assertions _:assertions43.
+_:assertions43 rdf:first _:assertion43;
+    rdf:rest rdf:nil.
+_:assertion43 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-bad-uri-09;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result43.
+_:result43 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-bad-prefix-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-bad-prefix-01";
+    dc:description "@prefix not allowed in n-triples (negative test)";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-bad-prefix-01.nq>;
+    earl:assertions _:assertions44.
+_:assertions44 rdf:first _:assertion44;
+    rdf:rest rdf:nil.
+_:assertion44 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-bad-prefix-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result44.
+_:result44 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-bad-base-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-bad-base-01";
+    dc:description "@base not allowed in N-Triples (negative test)";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-bad-base-01.nq>;
+    earl:assertions _:assertions45.
+_:assertions45 rdf:first _:assertion45;
+    rdf:rest rdf:nil.
+_:assertion45 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-bad-base-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result45.
+_:result45 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-bad-struct-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-bad-struct-01";
+    dc:description "N-Triples does not have objectList (negative test)";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-bad-struct-01.nq>;
+    earl:assertions _:assertions46.
+_:assertions46 rdf:first _:assertion46;
+    rdf:rest rdf:nil.
+_:assertion46 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-bad-struct-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result46.
+_:result46 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-bad-struct-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-bad-struct-02";
+    dc:description "N-Triples does not have predicateObjectList (negative test)";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-bad-struct-02.nq>;
+    earl:assertions _:assertions47.
+_:assertions47 rdf:first _:assertion47;
+    rdf:rest rdf:nil.
+_:assertion47 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-bad-struct-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result47.
+_:result47 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-bad-lang-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-bad-lang-01";
+    dc:description "langString with bad lang (negative test)";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-bad-lang-01.nq>;
+    earl:assertions _:assertions48.
+_:assertions48 rdf:first _:assertion48;
+    rdf:rest rdf:nil.
+_:assertion48 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-bad-lang-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result48.
+_:result48 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-bad-esc-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-bad-esc-01";
+    dc:description "Bad string escape (negative test)";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-bad-esc-01.nq>;
+    earl:assertions _:assertions49.
+_:assertions49 rdf:first _:assertion49;
+    rdf:rest rdf:nil.
+_:assertion49 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-bad-esc-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result49.
+_:result49 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-bad-esc-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-bad-esc-02";
+    dc:description "Bad string escape (negative test)";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-bad-esc-02.nq>;
+    earl:assertions _:assertions50.
+_:assertions50 rdf:first _:assertion50;
+    rdf:rest rdf:nil.
+_:assertion50 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-bad-esc-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result50.
+_:result50 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-bad-esc-03 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-bad-esc-03";
+    dc:description "Bad string escape (negative test)";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-bad-esc-03.nq>;
+    earl:assertions _:assertions51.
+_:assertions51 rdf:first _:assertion51;
+    rdf:rest rdf:nil.
+_:assertion51 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-bad-esc-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result51.
+_:result51 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-bad-string-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-bad-string-01";
+    dc:description "mismatching string literal open/close (negative test)";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-bad-string-01.nq>;
+    earl:assertions _:assertions52.
+_:assertions52 rdf:first _:assertion52;
+    rdf:rest rdf:nil.
+_:assertion52 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-bad-string-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result52.
+_:result52 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-bad-string-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-bad-string-02";
+    dc:description "mismatching string literal open/close (negative test)";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-bad-string-02.nq>;
+    earl:assertions _:assertions53.
+_:assertions53 rdf:first _:assertion53;
+    rdf:rest rdf:nil.
+_:assertion53 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-bad-string-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result53.
+_:result53 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-bad-string-03 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-bad-string-03";
+    dc:description "single quotes (negative test)";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-bad-string-03.nq>;
+    earl:assertions _:assertions54.
+_:assertions54 rdf:first _:assertion54;
+    rdf:rest rdf:nil.
+_:assertion54 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-bad-string-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result54.
+_:result54 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-bad-string-04 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-bad-string-04";
+    dc:description "long single string literal (negative test)";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-bad-string-04.nq>;
+    earl:assertions _:assertions55.
+_:assertions55 rdf:first _:assertion55;
+    rdf:rest rdf:nil.
+_:assertion55 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-bad-string-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result55.
+_:result55 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-bad-string-05 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-bad-string-05";
+    dc:description "long double string literal (negative test)";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-bad-string-05.nq>;
+    earl:assertions _:assertions56.
+_:assertions56 rdf:first _:assertion56;
+    rdf:rest rdf:nil.
+_:assertion56 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-bad-string-05;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result56.
+_:result56 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-bad-string-06 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-bad-string-06";
+    dc:description "string literal with no end (negative test)";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-bad-string-06.nq>;
+    earl:assertions _:assertions57.
+_:assertions57 rdf:first _:assertion57;
+    rdf:rest rdf:nil.
+_:assertion57 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-bad-string-06;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result57.
+_:result57 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-bad-string-07 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-bad-string-07";
+    dc:description "string literal with no start (negative test)";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-bad-string-07.nq>;
+    earl:assertions _:assertions58.
+_:assertions58 rdf:first _:assertion58;
+    rdf:rest rdf:nil.
+_:assertion58 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-bad-string-07;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result58.
+_:result58 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-bad-num-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-bad-num-01";
+    dc:description "no numbers in N-Triples (integer) (negative test)";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-bad-num-01.nq>;
+    earl:assertions _:assertions59.
+_:assertions59 rdf:first _:assertion59;
+    rdf:rest rdf:nil.
+_:assertion59 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-bad-num-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result59.
+_:result59 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-bad-num-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-bad-num-02";
+    dc:description "no numbers in N-Triples (decimal) (negative test)";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-bad-num-02.nq>;
+    earl:assertions _:assertions60.
+_:assertions60 rdf:first _:assertion60;
+    rdf:rest rdf:nil.
+_:assertion60 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-bad-num-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result60.
+_:result60 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-bad-num-03 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-bad-num-03";
+    dc:description "no numbers in N-Triples (float) (negative test)";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-bad-num-03.nq>;
+    earl:assertions _:assertions61.
+_:assertions61 rdf:first _:assertion61;
+    rdf:rest rdf:nil.
+_:assertion61 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-bad-num-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result61.
+_:result61 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:nt-syntax-subm-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "nt-syntax-subm-01";
+    dc:description "Submission test from Original RDF Test Cases";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/nt-syntax-subm-01.nq>;
+    earl:assertions _:assertions62.
+_:assertions62 rdf:first _:assertion62;
+    rdf:rest rdf:nil.
+_:assertion62 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nt-syntax-subm-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result62.
+_:result62 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:comment_following_triple a earl:TestCriterion, earl:TestCase;
+    dc:title "comment_following_triple";
+    dc:description "Tests comments after a triple";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/comment_following_triple.nq>;
+    earl:assertions _:assertions63.
+_:assertions63 rdf:first _:assertion63;
+    rdf:rest rdf:nil.
+_:assertion63 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:comment_following_triple;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result63.
+_:result63 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:literal a earl:TestCriterion, earl:TestCase;
+    dc:title "literal";
+    dc:description "literal \"\"\"x\"\"\"";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/literal.nq>;
+    earl:assertions _:assertions64.
+_:assertions64 rdf:first _:assertion64;
+    rdf:rest rdf:nil.
+_:assertion64 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result64.
+_:result64 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:literal_all_controls a earl:TestCriterion, earl:TestCase;
+    dc:title "literal_all_controls";
+    dc:description "literal_all_controls '\\x00\\x01\\x02\\x03\\x04...'";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/literal_all_controls.nq>;
+    earl:assertions _:assertions65.
+_:assertions65 rdf:first _:assertion65;
+    rdf:rest rdf:nil.
+_:assertion65 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_all_controls;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result65.
+_:result65 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:literal_all_punctuation a earl:TestCriterion, earl:TestCase;
+    dc:title "literal_all_punctuation";
+    dc:description "literal_all_punctuation '!\"#$%&()...'";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/literal_all_punctuation.nq>;
+    earl:assertions _:assertions66.
+_:assertions66 rdf:first _:assertion66;
+    rdf:rest rdf:nil.
+_:assertion66 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_all_punctuation;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result66.
+_:result66 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:literal_ascii_boundaries a earl:TestCriterion, earl:TestCase;
+    dc:title "literal_ascii_boundaries";
+    dc:description "literal_ascii_boundaries '\\x00\\x26\\x28...'";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/literal_ascii_boundaries.nq>;
+    earl:assertions _:assertions67.
+_:assertions67 rdf:first _:assertion67;
+    rdf:rest rdf:nil.
+_:assertion67 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_ascii_boundaries;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result67.
+_:result67 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:literal_with_2_dquotes a earl:TestCriterion, earl:TestCase;
+    dc:title "literal_with_2_dquotes";
+    dc:description "literal with 2 squotes \"\"\"a\"\"b\"\"\"";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/literal_with_2_dquotes.nq>;
+    earl:assertions _:assertions68.
+_:assertions68 rdf:first _:assertion68;
+    rdf:rest rdf:nil.
+_:assertion68 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_with_2_dquotes;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result68.
+_:result68 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:literal_with_2_squotes a earl:TestCriterion, earl:TestCase;
+    dc:title "literal_with_2_squotes";
+    dc:description "literal with 2 squotes \"x''y\"";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/literal_with_2_squotes.nq>;
+    earl:assertions _:assertions69.
+_:assertions69 rdf:first _:assertion69;
+    rdf:rest rdf:nil.
+_:assertion69 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_with_2_squotes;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result69.
+_:result69 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^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/N-QuadsTests/literal_with_BACKSPACE.nq>;
+    earl:assertions _:assertions70.
+_:assertions70 rdf:first _:assertion70;
+    rdf:rest rdf:nil.
+_:assertion70 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_with_BACKSPACE;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result70.
+_:result70 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^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/N-QuadsTests/literal_with_CARRIAGE_RETURN.nq>;
+    earl:assertions _:assertions71.
+_:assertions71 rdf:first _:assertion71;
+    rdf:rest rdf:nil.
+_:assertion71 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_with_CARRIAGE_RETURN;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result71.
+_:result71 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^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/N-QuadsTests/literal_with_CHARACTER_TABULATION.nq>;
+    earl:assertions _:assertions72.
+_:assertions72 rdf:first _:assertion72;
+    rdf:rest rdf:nil.
+_:assertion72 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_with_CHARACTER_TABULATION;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result72.
+_:result72 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:literal_with_dquote a earl:TestCriterion, earl:TestCase;
+    dc:title "literal_with_dquote";
+    dc:description "literal with dquote \"x\"y\"";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/literal_with_dquote.nq>;
+    earl:assertions _:assertions73.
+_:assertions73 rdf:first _:assertion73;
+    rdf:rest rdf:nil.
+_:assertion73 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_with_dquote;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result73.
+_:result73 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^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/N-QuadsTests/literal_with_FORM_FEED.nq>;
+    earl:assertions _:assertions74.
+_:assertions74 rdf:first _:assertion74;
+    rdf:rest rdf:nil.
+_:assertion74 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_with_FORM_FEED;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result74.
+_:result74 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^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/N-QuadsTests/literal_with_LINE_FEED.nq>;
+    earl:assertions _:assertions75.
+_:assertions75 rdf:first _:assertion75;
+    rdf:rest rdf:nil.
+_:assertion75 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_with_LINE_FEED;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result75.
+_:result75 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^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/N-QuadsTests/literal_with_numeric_escape4.nq>;
+    earl:assertions _:assertions76.
+_:assertions76 rdf:first _:assertion76;
+    rdf:rest rdf:nil.
+_:assertion76 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_with_numeric_escape4;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result76.
+_:result76 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^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/N-QuadsTests/literal_with_numeric_escape8.nq>;
+    earl:assertions _:assertions77.
+_:assertions77 rdf:first _:assertion77;
+    rdf:rest rdf:nil.
+_:assertion77 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_with_numeric_escape8;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result77.
+_:result77 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^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/N-QuadsTests/literal_with_REVERSE_SOLIDUS.nq>;
+    earl:assertions _:assertions78.
+_:assertions78 rdf:first _:assertion78;
+    rdf:rest rdf:nil.
+_:assertion78 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_with_REVERSE_SOLIDUS;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result78.
+_:result78 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:literal_with_REVERSE_SOLIDUS2 a earl:TestCriterion, earl:TestCase;
+    dc:title "literal_with_REVERSE_SOLIDUS2";
+    dc:description "REVERSE SOLIDUS at end of literal";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/literal_with_REVERSE_SOLIDUS2.nq>;
+    earl:assertions _:assertions79.
+_:assertions79 rdf:first _:assertion79;
+    rdf:rest rdf:nil.
+_:assertion79 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_with_REVERSE_SOLIDUS2;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result79.
+_:result79 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:literal_with_squote a earl:TestCriterion, earl:TestCase;
+    dc:title "literal_with_squote";
+    dc:description "literal with squote \"x'y\"";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/literal_with_squote.nq>;
+    earl:assertions _:assertions80.
+_:assertions80 rdf:first _:assertion80;
+    rdf:rest rdf:nil.
+_:assertion80 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_with_squote;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result80.
+_:result80 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:literal_with_UTF8_boundaries a earl:TestCriterion, earl:TestCase;
+    dc:title "literal_with_UTF8_boundaries";
+    dc:description "literal_with_UTF8_boundaries '\\x80\\x7ff\\x800\\xfff...'";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/literal_with_UTF8_boundaries.nq>;
+    earl:assertions _:assertions81.
+_:assertions81 rdf:first _:assertion81;
+    rdf:rest rdf:nil.
+_:assertion81 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_with_UTF8_boundaries;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result81.
+_:result81 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:langtagged_string a earl:TestCriterion, earl:TestCase;
+    dc:title "langtagged_string";
+    dc:description "langtagged string \"x\"@en";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/langtagged_string.nq>;
+    earl:assertions _:assertions82.
+_:assertions82 rdf:first _:assertion82;
+    rdf:rest rdf:nil.
+_:assertion82 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:langtagged_string;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result82.
+_:result82 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^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/N-QuadsTests/lantag_with_subtag.nq>;
+    earl:assertions _:assertions83.
+_:assertions83 rdf:first _:assertion83;
+    rdf:rest rdf:nil.
+_:assertion83 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:lantag_with_subtag;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result83.
+_:result83 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
+manifest:minimal_whitespace a earl:TestCriterion, earl:TestCase;
+    dc:title "minimal_whitespace";
+    dc:description "tests absense of whitespace between subject, predicate, object and end-of-statement";
+    mf:action <http://www.w3.org/2013/N-QuadsTests/minimal_whitespace.nq>;
+    earl:assertions _:assertions84.
+_:assertions84 rdf:first _:assertion84;
+    rdf:rest rdf:nil.
+_:assertion84 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:minimal_whitespace;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result84.
+_:result84 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:57.876Z"^^xsd:dateTime.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-turtle/reports/n3js-earl-report-turtle.ttl	Fri Jan 09 17:14:05 2015 +0100
@@ -0,0 +1,4826 @@
+@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/N3.js#n3js>;
+    dc:issued "2014-12-30T23:37:52.063Z"^^xsd:dateTime;
+    foaf:maker <http://ruben.verborgh.org/#me>.
+<https://github.com/RubenVerborgh/N3.js#n3js> a earl:Software, earl:TestSubject, doap:Project;
+    doap:name "N3.js";
+    doap:homepage <https://github.com/RubenVerborgh/N3.js>;
+    doap:license <http://opensource.org/licenses/MIT>;
+    doap:programming-language "JavaScript";
+    doap:implements <http://www.w3.org/TR/turtle/>, <http://www.w3.org/TR/trig/>, <http://www.w3.org/TR/n-triples/>, <http://www.w3.org/TR/n-quads/>;
+    doap:category <http://dbpedia.org/resource/Resource_Description_Framework>;
+    doap:download-page <https://npmjs.org/package/n3>;
+    doap:bug-database <https://github.com/RubenVerborgh/N3.js/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 "N3.js";
+    dc:description "N3.js is an asynchronous, streaming RDF parser for JavaScript."@en;
+    doap:description "N3.js is an asynchronous, streaming RDF 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 _:assertions0.
+_:assertions0 rdf:first _:assertion0;
+    rdf:rest rdf:nil.
+_:assertion0 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:IRI_subject;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result0.
+_:result0 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions1.
+_:assertions1 rdf:first _:assertion1;
+    rdf:rest rdf:nil.
+_:assertion1 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/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result1.
+_:result1 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions2.
+_:assertions2 rdf:first _:assertion2;
+    rdf:rest rdf:nil.
+_:assertion2 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/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result2.
+_:result2 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions3.
+_:assertions3 rdf:first _:assertion3;
+    rdf:rest rdf:nil.
+_:assertion3 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:IRI_with_all_punctuation;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result3.
+_:result3 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions4.
+_:assertions4 rdf:first _:assertion4;
+    rdf:rest rdf:nil.
+_:assertion4 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:bareword_a_predicate;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result4.
+_:result4 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions5.
+_:assertions5 rdf:first _:assertion5;
+    rdf:rest rdf:nil.
+_:assertion5 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:old_style_prefix;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result5.
+_:result5 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions6.
+_:assertions6 rdf:first _:assertion6;
+    rdf:rest rdf:nil.
+_:assertion6 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:SPARQL_style_prefix;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result6.
+_:result6 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions7.
+_:assertions7 rdf:first _:assertion7;
+    rdf:rest rdf:nil.
+_:assertion7 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:prefixed_IRI_predicate;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result7.
+_:result7 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions8.
+_:assertions8 rdf:first _:assertion8;
+    rdf:rest rdf:nil.
+_:assertion8 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:prefixed_IRI_object;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result8.
+_:result8 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions9.
+_:assertions9 rdf:first _:assertion9;
+    rdf:rest rdf:nil.
+_:assertion9 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:prefix_only_IRI;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result9.
+_:result9 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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ÀÖØöø...:)";
+    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 _:assertions10.
+_:assertions10 rdf:first _:assertion10;
+    rdf:rest rdf:nil.
+_:assertion10 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/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result10.
+_:result10 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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·̀ͯ‿.⁀)";
+    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 _:assertions11.
+_:assertions11 rdf:first _:assertion11;
+    rdf:rest rdf:nil.
+_:assertion11 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:prefix_with_non_leading_extras;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result11.
+_:result11 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions12.
+_:assertions12 rdf:first _:assertion12;
+    rdf:rest rdf:nil.
+_:assertion12 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:default_namespace_IRI;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result12.
+_:result12 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions13.
+_:assertions13 rdf:first _:assertion13;
+    rdf:rest rdf:nil.
+_:assertion13 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:prefix_reassigned_and_used;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result13.
+_:result13 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions14.
+_:assertions14 rdf:first _:assertion14;
+    rdf:rest rdf:nil.
+_:assertion14 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:reserved_escaped_localName;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result14.
+_:result14 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions15.
+_:assertions15 rdf:first _:assertion15;
+    rdf:rest rdf:nil.
+_:assertion15 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:percent_escaped_localName;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result15.
+_:result15 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions16.
+_:assertions16 rdf:first _:assertion16;
+    rdf:rest rdf:nil.
+_:assertion16 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:HYPHEN_MINUS_in_localName;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result16.
+_:result16 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions17.
+_:assertions17 rdf:first _:assertion17;
+    rdf:rest rdf:nil.
+_:assertion17 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:underscore_in_localName;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result17.
+_:result17 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions18.
+_:assertions18 rdf:first _:assertion18;
+    rdf:rest rdf:nil.
+_:assertion18 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:localname_with_COLON;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result18.
+_:result18 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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ÀÖØöø...)";
+    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 _:assertions19.
+_:assertions19 rdf:first _:assertion19;
+    rdf:rest rdf:nil.
+_:assertion19 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/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result19.
+_:result19 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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ÀÖØöø...)";
+    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 _:assertions20.
+_:assertions20 rdf:first _:assertion20;
+    rdf:rest rdf:nil.
+_:assertion20 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/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result20.
+_:result20 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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ÀÖØöø...)";
+    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 _:assertions21.
+_:assertions21 rdf:first _:assertion21;
+    rdf:rest rdf:nil.
+_:assertion21 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/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result21.
+_:result21 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions22.
+_:assertions22 rdf:first _:assertion22;
+    rdf:rest rdf:nil.
+_:assertion22 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:localName_with_leading_underscore;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result22.
+_:result22 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions23.
+_:assertions23 rdf:first _:assertion23;
+    rdf:rest rdf:nil.
+_:assertion23 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:localName_with_leading_digit;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result23.
+_:result23 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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·̀ͯ‿.⁀)";
+    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 _:assertions24.
+_:assertions24 rdf:first _:assertion24;
+    rdf:rest rdf:nil.
+_:assertion24 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:localName_with_non_leading_extras;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result24.
+_:result24 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions25.
+_:assertions25 rdf:first _:assertion25;
+    rdf:rest rdf:nil.
+_:assertion25 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:old_style_base;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result25.
+_:result25 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions26.
+_:assertions26 rdf:first _:assertion26;
+    rdf:rest rdf:nil.
+_:assertion26 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:SPARQL_style_base;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result26.
+_:result26 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions27.
+_:assertions27 rdf:first _:assertion27;
+    rdf:rest rdf:nil.
+_:assertion27 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:labeled_blank_node_subject;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result27.
+_:result27 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions28.
+_:assertions28 rdf:first _:assertion28;
+    rdf:rest rdf:nil.
+_:assertion28 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:labeled_blank_node_object;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result28.
+_:result28 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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ÀÖØöø...)";
+    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 _:assertions29.
+_:assertions29 rdf:first _:assertion29;
+    rdf:rest rdf:nil.
+_:assertion29 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/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result29.
+_:result29 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions30.
+_:assertions30 rdf:first _:assertion30;
+    rdf:rest rdf:nil.
+_:assertion30 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/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result30.
+_:result30 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions31.
+_:assertions31 rdf:first _:assertion31;
+    rdf:rest rdf:nil.
+_:assertion31 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/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result31.
+_:result31 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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·̀ͯ‿.⁀)";
+    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 _:assertions32.
+_:assertions32 rdf:first _:assertion32;
+    rdf:rest rdf:nil.
+_:assertion32 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/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result32.
+_:result32 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions33.
+_:assertions33 rdf:first _:assertion33;
+    rdf:rest rdf:nil.
+_:assertion33 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:anonymous_blank_node_subject;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result33.
+_:result33 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions34.
+_:assertions34 rdf:first _:assertion34;
+    rdf:rest rdf:nil.
+_:assertion34 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:anonymous_blank_node_object;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result34.
+_:result34 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions35.
+_:assertions35 rdf:first _:assertion35;
+    rdf:rest rdf:nil.
+_:assertion35 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:sole_blankNodePropertyList;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result35.
+_:result35 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^xsd:dateTime.
+manifest:blankNodePropertyList_as_subject a earl:TestCriterion, earl:TestCase;
+    dc:title "blankNodePropertyList_as_subject";
+    dc:description "blankNodePropertyList as subject [ … ] <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 _:assertions36.
+_:assertions36 rdf:first _:assertion36;
+    rdf:rest rdf:nil.
+_:assertion36 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:blankNodePropertyList_as_subject;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result36.
+_:result36 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^xsd:dateTime.
+manifest:blankNodePropertyList_as_object a earl:TestCriterion, earl:TestCase;
+    dc:title "blankNodePropertyList_as_object";
+    dc:description "blankNodePropertyList as object <s> <p> [ … ] .";
+    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 _:assertions37.
+_:assertions37 rdf:first _:assertion37;
+    rdf:rest rdf:nil.
+_:assertion37 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:blankNodePropertyList_as_object;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result37.
+_:result37 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions38.
+_:assertions38 rdf:first _:assertion38;
+    rdf:rest rdf:nil.
+_:assertion38 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:blankNodePropertyList_with_multiple_triples;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result38.
+_:result38 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions39.
+_:assertions39 rdf:first _:assertion39;
+    rdf:rest rdf:nil.
+_:assertion39 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nested_blankNodePropertyLists;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result39.
+_:result39 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^xsd:dateTime.
+manifest:blankNodePropertyList_containing_collection a earl:TestCriterion, earl:TestCase;
+    dc:title "blankNodePropertyList_containing_collection";
+    dc:description "blankNodePropertyList containing collection [ <p1> ( … ) ]";
+    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 _:assertions40.
+_:assertions40 rdf:first _:assertion40;
+    rdf:rest rdf:nil.
+_:assertion40 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:blankNodePropertyList_containing_collection;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result40.
+_:result40 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions41.
+_:assertions41 rdf:first _:assertion41;
+    rdf:rest rdf:nil.
+_:assertion41 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:collection_subject;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result41.
+_:result41 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions42.
+_:assertions42 rdf:first _:assertion42;
+    rdf:rest rdf:nil.
+_:assertion42 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:collection_object;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result42.
+_:result42 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions43.
+_:assertions43 rdf:first _:assertion43;
+    rdf:rest rdf:nil.
+_:assertion43 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:empty_collection;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result43.
+_:result43 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions44.
+_:assertions44 rdf:first _:assertion44;
+    rdf:rest rdf:nil.
+_:assertion44 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nested_collection;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result44.
+_:result44 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions45.
+_:assertions45 rdf:first _:assertion45;
+    rdf:rest rdf:nil.
+_:assertion45 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:first;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result45.
+_:result45 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions46.
+_:assertions46 rdf:first _:assertion46;
+    rdf:rest rdf:nil.
+_:assertion46 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:last;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result46.
+_:result46 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions47.
+_:assertions47 rdf:first _:assertion47;
+    rdf:rest rdf:nil.
+_:assertion47 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:LITERAL1;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result47.
+_:result47 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions48.
+_:assertions48 rdf:first _:assertion48;
+    rdf:rest rdf:nil.
+_:assertion48 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:LITERAL1_ascii_boundaries;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result48.
+_:result48 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions49.
+_:assertions49 rdf:first _:assertion49;
+    rdf:rest rdf:nil.
+_:assertion49 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:LITERAL1_with_UTF8_boundaries;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result49.
+_:result49 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions50.
+_:assertions50 rdf:first _:assertion50;
+    rdf:rest rdf:nil.
+_:assertion50 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:LITERAL1_all_controls;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result50.
+_:result50 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions51.
+_:assertions51 rdf:first _:assertion51;
+    rdf:rest rdf:nil.
+_:assertion51 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:LITERAL1_all_punctuation;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result51.
+_:result51 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions52.
+_:assertions52 rdf:first _:assertion52;
+    rdf:rest rdf:nil.
+_:assertion52 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:LITERAL_LONG1;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result52.
+_:result52 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions53.
+_:assertions53 rdf:first _:assertion53;
+    rdf:rest rdf:nil.
+_:assertion53 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:LITERAL_LONG1_ascii_boundaries;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result53.
+_:result53 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions54.
+_:assertions54 rdf:first _:assertion54;
+    rdf:rest rdf:nil.
+_:assertion54 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:LITERAL_LONG1_with_UTF8_boundaries;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result54.
+_:result54 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions55.
+_:assertions55 rdf:first _:assertion55;
+    rdf:rest rdf:nil.
+_:assertion55 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:LITERAL_LONG1_with_1_squote;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result55.
+_:result55 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions56.
+_:assertions56 rdf:first _:assertion56;
+    rdf:rest rdf:nil.
+_:assertion56 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:LITERAL_LONG1_with_2_squotes;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result56.
+_:result56 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions57.
+_:assertions57 rdf:first _:assertion57;
+    rdf:rest rdf:nil.
+_:assertion57 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:LITERAL2;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result57.
+_:result57 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions58.
+_:assertions58 rdf:first _:assertion58;
+    rdf:rest rdf:nil.
+_:assertion58 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:LITERAL2_ascii_boundaries;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result58.
+_:result58 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions59.
+_:assertions59 rdf:first _:assertion59;
+    rdf:rest rdf:nil.
+_:assertion59 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:LITERAL2_with_UTF8_boundaries;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result59.
+_:result59 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions60.
+_:assertions60 rdf:first _:assertion60;
+    rdf:rest rdf:nil.
+_:assertion60 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:LITERAL_LONG2;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result60.
+_:result60 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions61.
+_:assertions61 rdf:first _:assertion61;
+    rdf:rest rdf:nil.
+_:assertion61 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:LITERAL_LONG2_ascii_boundaries;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result61.
+_:result61 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions62.
+_:assertions62 rdf:first _:assertion62;
+    rdf:rest rdf:nil.
+_:assertion62 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:LITERAL_LONG2_with_UTF8_boundaries;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result62.
+_:result62 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions63.
+_:assertions63 rdf:first _:assertion63;
+    rdf:rest rdf:nil.
+_:assertion63 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:LITERAL_LONG2_with_1_squote;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result63.
+_:result63 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions64.
+_:assertions64 rdf:first _:assertion64;
+    rdf:rest rdf:nil.
+_:assertion64 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:LITERAL_LONG2_with_2_squotes;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result64.
+_:result64 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions65.
+_:assertions65 rdf:first _:assertion65;
+    rdf:rest rdf:nil.
+_:assertion65 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_with_CHARACTER_TABULATION;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result65.
+_:result65 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions66.
+_:assertions66 rdf:first _:assertion66;
+    rdf:rest rdf:nil.
+_:assertion66 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_with_BACKSPACE;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result66.
+_:result66 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions67.
+_:assertions67 rdf:first _:assertion67;
+    rdf:rest rdf:nil.
+_:assertion67 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_with_LINE_FEED;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result67.
+_:result67 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions68.
+_:assertions68 rdf:first _:assertion68;
+    rdf:rest rdf:nil.
+_:assertion68 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_with_CARRIAGE_RETURN;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result68.
+_:result68 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions69.
+_:assertions69 rdf:first _:assertion69;
+    rdf:rest rdf:nil.
+_:assertion69 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_with_FORM_FEED;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result69.
+_:result69 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions70.
+_:assertions70 rdf:first _:assertion70;
+    rdf:rest rdf:nil.
+_:assertion70 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_with_REVERSE_SOLIDUS;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result70.
+_:result70 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions71.
+_:assertions71 rdf:first _:assertion71;
+    rdf:rest rdf:nil.
+_:assertion71 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_with_escaped_CHARACTER_TABULATION;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result71.
+_:result71 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions72.
+_:assertions72 rdf:first _:assertion72;
+    rdf:rest rdf:nil.
+_:assertion72 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_with_escaped_BACKSPACE;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result72.
+_:result72 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions73.
+_:assertions73 rdf:first _:assertion73;
+    rdf:rest rdf:nil.
+_:assertion73 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_with_escaped_LINE_FEED;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result73.
+_:result73 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions74.
+_:assertions74 rdf:first _:assertion74;
+    rdf:rest rdf:nil.
+_:assertion74 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_with_escaped_CARRIAGE_RETURN;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result74.
+_:result74 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions75.
+_:assertions75 rdf:first _:assertion75;
+    rdf:rest rdf:nil.
+_:assertion75 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_with_escaped_FORM_FEED;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result75.
+_:result75 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions76.
+_:assertions76 rdf:first _:assertion76;
+    rdf:rest rdf:nil.
+_:assertion76 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_with_numeric_escape4;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result76.
+_:result76 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions77.
+_:assertions77 rdf:first _:assertion77;
+    rdf:rest rdf:nil.
+_:assertion77 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_with_numeric_escape8;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result77.
+_:result77 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions78.
+_:assertions78 rdf:first _:assertion78;
+    rdf:rest rdf:nil.
+_:assertion78 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:IRIREF_datatype;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result78.
+_:result78 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions79.
+_:assertions79 rdf:first _:assertion79;
+    rdf:rest rdf:nil.
+_:assertion79 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:prefixed_name_datatype;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result79.
+_:result79 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions80.
+_:assertions80 rdf:first _:assertion80;
+    rdf:rest rdf:nil.
+_:assertion80 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:bareword_integer;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result80.
+_:result80 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions81.
+_:assertions81 rdf:first _:assertion81;
+    rdf:rest rdf:nil.
+_:assertion81 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:bareword_decimal;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result81.
+_:result81 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions82.
+_:assertions82 rdf:first _:assertion82;
+    rdf:rest rdf:nil.
+_:assertion82 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:bareword_double;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result82.
+_:result82 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions83.
+_:assertions83 rdf:first _:assertion83;
+    rdf:rest rdf:nil.
+_:assertion83 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:double_lower_case_e;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result83.
+_:result83 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions84.
+_:assertions84 rdf:first _:assertion84;
+    rdf:rest rdf:nil.
+_:assertion84 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:negative_numeric;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result84.
+_:result84 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions85.
+_:assertions85 rdf:first _:assertion85;
+    rdf:rest rdf:nil.
+_:assertion85 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:positive_numeric;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result85.
+_:result85 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions86.
+_:assertions86 rdf:first _:assertion86;
+    rdf:rest rdf:nil.
+_:assertion86 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:numeric_with_leading_0;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result86.
+_:result86 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions87.
+_:assertions87 rdf:first _:assertion87;
+    rdf:rest rdf:nil.
+_:assertion87 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_true;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result87.
+_:result87 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions88.
+_:assertions88 rdf:first _:assertion88;
+    rdf:rest rdf:nil.
+_:assertion88 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_false;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result88.
+_:result88 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions89.
+_:assertions89 rdf:first _:assertion89;
+    rdf:rest rdf:nil.
+_:assertion89 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:langtagged_non_LONG;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result89.
+_:result89 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions90.
+_:assertions90 rdf:first _:assertion90;
+    rdf:rest rdf:nil.
+_:assertion90 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:langtagged_LONG;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result90.
+_:result90 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions91.
+_:assertions91 rdf:first _:assertion91;
+    rdf:rest rdf:nil.
+_:assertion91 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:lantag_with_subtag;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result91.
+_:result91 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^xsd:dateTime.
+manifest:objectList_with_two_objects a earl:TestCriterion, earl:TestCase;
+    dc:title "objectList_with_two_objects";
+    dc:description "objectList with two objects … <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 _:assertions92.
+_:assertions92 rdf:first _:assertion92;
+    rdf:rest rdf:nil.
+_:assertion92 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:objectList_with_two_objects;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result92.
+_:result92 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^xsd:dateTime.
+manifest:predicateObjectList_with_two_objectLists a earl:TestCriterion, earl:TestCase;
+    dc:title "predicateObjectList_with_two_objectLists";
+    dc:description "predicateObjectList with two objectLists … <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 _:assertions93.
+_:assertions93 rdf:first _:assertion93;
+    rdf:rest rdf:nil.
+_:assertion93 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:predicateObjectList_with_two_objectLists;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result93.
+_:result93 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions94.
+_:assertions94 rdf:first _:assertion94;
+    rdf:rest rdf:nil.
+_:assertion94 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:repeated_semis_at_end;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result94.
+_:result94 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions95.
+_:assertions95 rdf:first _:assertion95;
+    rdf:rest rdf:nil.
+_:assertion95 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:repeated_semis_not_at_end;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result95.
+_:result95 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions96.
+_:assertions96 rdf:first _:assertion96;
+    rdf:rest rdf:nil.
+_:assertion96 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:comment_following_localName;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result96.
+_:result96 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions97.
+_:assertions97 rdf:first _:assertion97;
+    rdf:rest rdf:nil.
+_:assertion97 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:number_sign_following_localName;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result97.
+_:result97 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions98.
+_:assertions98 rdf:first _:assertion98;
+    rdf:rest rdf:nil.
+_:assertion98 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:comment_following_PNAME_NS;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result98.
+_:result98 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions99.
+_:assertions99 rdf:first _:assertion99;
+    rdf:rest rdf:nil.
+_:assertion99 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:number_sign_following_PNAME_NS;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result99.
+_:result99 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions100.
+_:assertions100 rdf:first _:assertion100;
+    rdf:rest rdf:nil.
+_:assertion100 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:LITERAL_LONG2_with_REVERSE_SOLIDUS;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result100.
+_:result100 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions101.
+_:assertions101 rdf:first _:assertion101;
+    rdf:rest rdf:nil.
+_:assertion101 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/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result101.
+_:result101 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions102.
+_:assertions102 rdf:first _:assertion102;
+    rdf:rest rdf:nil.
+_:assertion102 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:two_LITERAL_LONG2s;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result102.
+_:result102 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions103.
+_:assertions103 rdf:first _:assertion103;
+    rdf:rest rdf:nil.
+_:assertion103 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:langtagged_LONG_with_subtag;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result103.
+_:result103 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions104.
+_:assertions104 rdf:first _:assertion104;
+    rdf:rest rdf:nil.
+_:assertion104 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-file-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result104.
+_:result104 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions105.
+_:assertions105 rdf:first _:assertion105;
+    rdf:rest rdf:nil.
+_:assertion105 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-file-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result105.
+_:result105 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions106.
+_:assertions106 rdf:first _:assertion106;
+    rdf:rest rdf:nil.
+_:assertion106 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-file-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result106.
+_:result106 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions107.
+_:assertions107 rdf:first _:assertion107;
+    rdf:rest rdf:nil.
+_:assertion107 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-uri-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result107.
+_:result107 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions108.
+_:assertions108 rdf:first _:assertion108;
+    rdf:rest rdf:nil.
+_:assertion108 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-uri-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result108.
+_:result108 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions109.
+_:assertions109 rdf:first _:assertion109;
+    rdf:rest rdf:nil.
+_:assertion109 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-uri-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result109.
+_:result109 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions110.
+_:assertions110 rdf:first _:assertion110;
+    rdf:rest rdf:nil.
+_:assertion110 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-uri-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result110.
+_:result110 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions111.
+_:assertions111 rdf:first _:assertion111;
+    rdf:rest rdf:nil.
+_:assertion111 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-base-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result111.
+_:result111 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions112.
+_:assertions112 rdf:first _:assertion112;
+    rdf:rest rdf:nil.
+_:assertion112 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-base-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result112.
+_:result112 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions113.
+_:assertions113 rdf:first _:assertion113;
+    rdf:rest rdf:nil.
+_:assertion113 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-base-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result113.
+_:result113 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions114.
+_:assertions114 rdf:first _:assertion114;
+    rdf:rest rdf:nil.
+_:assertion114 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-base-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result114.
+_:result114 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions115.
+_:assertions115 rdf:first _:assertion115;
+    rdf:rest rdf:nil.
+_:assertion115 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-prefix-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result115.
+_:result115 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions116.
+_:assertions116 rdf:first _:assertion116;
+    rdf:rest rdf:nil.
+_:assertion116 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-prefix-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result116.
+_:result116 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions117.
+_:assertions117 rdf:first _:assertion117;
+    rdf:rest rdf:nil.
+_:assertion117 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-prefix-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result117.
+_:result117 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions118.
+_:assertions118 rdf:first _:assertion118;
+    rdf:rest rdf:nil.
+_:assertion118 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-prefix-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result118.
+_:result118 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions119.
+_:assertions119 rdf:first _:assertion119;
+    rdf:rest rdf:nil.
+_:assertion119 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-prefix-05;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result119.
+_:result119 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions120.
+_:assertions120 rdf:first _:assertion120;
+    rdf:rest rdf:nil.
+_:assertion120 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-prefix-06;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result120.
+_:result120 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions121.
+_:assertions121 rdf:first _:assertion121;
+    rdf:rest rdf:nil.
+_:assertion121 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-prefix-07;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result121.
+_:result121 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions122.
+_:assertions122 rdf:first _:assertion122;
+    rdf:rest rdf:nil.
+_:assertion122 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-prefix-08;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result122.
+_:result122 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions123.
+_:assertions123 rdf:first _:assertion123;
+    rdf:rest rdf:nil.
+_:assertion123 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-prefix-09;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result123.
+_:result123 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions124.
+_:assertions124 rdf:first _:assertion124;
+    rdf:rest rdf:nil.
+_:assertion124 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-string-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result124.
+_:result124 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions125.
+_:assertions125 rdf:first _:assertion125;
+    rdf:rest rdf:nil.
+_:assertion125 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-string-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result125.
+_:result125 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions126.
+_:assertions126 rdf:first _:assertion126;
+    rdf:rest rdf:nil.
+_:assertion126 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-string-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result126.
+_:result126 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions127.
+_:assertions127 rdf:first _:assertion127;
+    rdf:rest rdf:nil.
+_:assertion127 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-string-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result127.
+_:result127 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions128.
+_:assertions128 rdf:first _:assertion128;
+    rdf:rest rdf:nil.
+_:assertion128 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-string-05;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result128.
+_:result128 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions129.
+_:assertions129 rdf:first _:assertion129;
+    rdf:rest rdf:nil.
+_:assertion129 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-string-06;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result129.
+_:result129 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions130.
+_:assertions130 rdf:first _:assertion130;
+    rdf:rest rdf:nil.
+_:assertion130 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-string-07;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result130.
+_:result130 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions131.
+_:assertions131 rdf:first _:assertion131;
+    rdf:rest rdf:nil.
+_:assertion131 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-string-08;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result131.
+_:result131 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions132.
+_:assertions132 rdf:first _:assertion132;
+    rdf:rest rdf:nil.
+_:assertion132 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-string-09;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result132.
+_:result132 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions133.
+_:assertions133 rdf:first _:assertion133;
+    rdf:rest rdf:nil.
+_:assertion133 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-string-10;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result133.
+_:result133 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions134.
+_:assertions134 rdf:first _:assertion134;
+    rdf:rest rdf:nil.
+_:assertion134 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-string-11;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result134.
+_:result134 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions135.
+_:assertions135 rdf:first _:assertion135;
+    rdf:rest rdf:nil.
+_:assertion135 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-str-esc-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result135.
+_:result135 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions136.
+_:assertions136 rdf:first _:assertion136;
+    rdf:rest rdf:nil.
+_:assertion136 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-str-esc-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result136.
+_:result136 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions137.
+_:assertions137 rdf:first _:assertion137;
+    rdf:rest rdf:nil.
+_:assertion137 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-str-esc-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result137.
+_:result137 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions138.
+_:assertions138 rdf:first _:assertion138;
+    rdf:rest rdf:nil.
+_:assertion138 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-pname-esc-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result138.
+_:result138 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions139.
+_:assertions139 rdf:first _:assertion139;
+    rdf:rest rdf:nil.
+_:assertion139 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-pname-esc-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result139.
+_:result139 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions140.
+_:assertions140 rdf:first _:assertion140;
+    rdf:rest rdf:nil.
+_:assertion140 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-pname-esc-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result140.
+_:result140 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions141.
+_:assertions141 rdf:first _:assertion141;
+    rdf:rest rdf:nil.
+_:assertion141 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bnode-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result141.
+_:result141 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions142.
+_:assertions142 rdf:first _:assertion142;
+    rdf:rest rdf:nil.
+_:assertion142 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bnode-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result142.
+_:result142 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions143.
+_:assertions143 rdf:first _:assertion143;
+    rdf:rest rdf:nil.
+_:assertion143 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bnode-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result143.
+_:result143 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions144.
+_:assertions144 rdf:first _:assertion144;
+    rdf:rest rdf:nil.
+_:assertion144 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bnode-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result144.
+_:result144 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions145.
+_:assertions145 rdf:first _:assertion145;
+    rdf:rest rdf:nil.
+_:assertion145 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bnode-05;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result145.
+_:result145 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions146.
+_:assertions146 rdf:first _:assertion146;
+    rdf:rest rdf:nil.
+_:assertion146 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bnode-06;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result146.
+_:result146 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions147.
+_:assertions147 rdf:first _:assertion147;
+    rdf:rest rdf:nil.
+_:assertion147 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bnode-07;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result147.
+_:result147 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions148.
+_:assertions148 rdf:first _:assertion148;
+    rdf:rest rdf:nil.
+_:assertion148 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bnode-08;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result148.
+_:result148 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions149.
+_:assertions149 rdf:first _:assertion149;
+    rdf:rest rdf:nil.
+_:assertion149 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bnode-09;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result149.
+_:result149 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions150.
+_:assertions150 rdf:first _:assertion150;
+    rdf:rest rdf:nil.
+_:assertion150 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bnode-10;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result150.
+_:result150 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions151.
+_:assertions151 rdf:first _:assertion151;
+    rdf:rest rdf:nil.
+_:assertion151 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-number-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result151.
+_:result151 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions152.
+_:assertions152 rdf:first _:assertion152;
+    rdf:rest rdf:nil.
+_:assertion152 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-number-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result152.
+_:result152 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions153.
+_:assertions153 rdf:first _:assertion153;
+    rdf:rest rdf:nil.
+_:assertion153 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-number-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result153.
+_:result153 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions154.
+_:assertions154 rdf:first _:assertion154;
+    rdf:rest rdf:nil.
+_:assertion154 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-number-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result154.
+_:result154 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions155.
+_:assertions155 rdf:first _:assertion155;
+    rdf:rest rdf:nil.
+_:assertion155 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-number-05;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result155.
+_:result155 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions156.
+_:assertions156 rdf:first _:assertion156;
+    rdf:rest rdf:nil.
+_:assertion156 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-number-06;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result156.
+_:result156 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions157.
+_:assertions157 rdf:first _:assertion157;
+    rdf:rest rdf:nil.
+_:assertion157 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-number-07;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result157.
+_:result157 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions158.
+_:assertions158 rdf:first _:assertion158;
+    rdf:rest rdf:nil.
+_:assertion158 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-number-08;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result158.
+_:result158 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions159.
+_:assertions159 rdf:first _:assertion159;
+    rdf:rest rdf:nil.
+_:assertion159 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-number-09;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result159.
+_:result159 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions160.
+_:assertions160 rdf:first _:assertion160;
+    rdf:rest rdf:nil.
+_:assertion160 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-number-10;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result160.
+_:result160 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions161.
+_:assertions161 rdf:first _:assertion161;
+    rdf:rest rdf:nil.
+_:assertion161 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-number-11;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result161.
+_:result161 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions162.
+_:assertions162 rdf:first _:assertion162;
+    rdf:rest rdf:nil.
+_:assertion162 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-datatypes-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result162.
+_:result162 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions163.
+_:assertions163 rdf:first _:assertion163;
+    rdf:rest rdf:nil.
+_:assertion163 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-datatypes-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result163.
+_:result163 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions164.
+_:assertions164 rdf:first _:assertion164;
+    rdf:rest rdf:nil.
+_:assertion164 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-kw-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result164.
+_:result164 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions165.
+_:assertions165 rdf:first _:assertion165;
+    rdf:rest rdf:nil.
+_:assertion165 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-kw-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result165.
+_:result165 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions166.
+_:assertions166 rdf:first _:assertion166;
+    rdf:rest rdf:nil.
+_:assertion166 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-kw-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result166.
+_:result166 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions167.
+_:assertions167 rdf:first _:assertion167;
+    rdf:rest rdf:nil.
+_:assertion167 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-struct-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result167.
+_:result167 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions168.
+_:assertions168 rdf:first _:assertion168;
+    rdf:rest rdf:nil.
+_:assertion168 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-struct-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result168.
+_:result168 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions169.
+_:assertions169 rdf:first _:assertion169;
+    rdf:rest rdf:nil.
+_:assertion169 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-struct-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result169.
+_:result169 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions170.
+_:assertions170 rdf:first _:assertion170;
+    rdf:rest rdf:nil.
+_:assertion170 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-struct-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result170.
+_:result170 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions171.
+_:assertions171 rdf:first _:assertion171;
+    rdf:rest rdf:nil.
+_:assertion171 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-struct-05;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result171.
+_:result171 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions172.
+_:assertions172 rdf:first _:assertion172;
+    rdf:rest rdf:nil.
+_:assertion172 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-lists-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result172.
+_:result172 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions173.
+_:assertions173 rdf:first _:assertion173;
+    rdf:rest rdf:nil.
+_:assertion173 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-lists-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result173.
+_:result173 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions174.
+_:assertions174 rdf:first _:assertion174;
+    rdf:rest rdf:nil.
+_:assertion174 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-lists-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result174.
+_:result174 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions175.
+_:assertions175 rdf:first _:assertion175;
+    rdf:rest rdf:nil.
+_:assertion175 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-lists-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result175.
+_:result175 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions176.
+_:assertions176 rdf:first _:assertion176;
+    rdf:rest rdf:nil.
+_:assertion176 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-lists-05;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result176.
+_:result176 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions177.
+_:assertions177 rdf:first _:assertion177;
+    rdf:rest rdf:nil.
+_:assertion177 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-uri-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result177.
+_:result177 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions178.
+_:assertions178 rdf:first _:assertion178;
+    rdf:rest rdf:nil.
+_:assertion178 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-uri-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result178.
+_:result178 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions179.
+_:assertions179 rdf:first _:assertion179;
+    rdf:rest rdf:nil.
+_:assertion179 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-uri-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result179.
+_:result179 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions180.
+_:assertions180 rdf:first _:assertion180;
+    rdf:rest rdf:nil.
+_:assertion180 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-uri-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result180.
+_:result180 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions181.
+_:assertions181 rdf:first _:assertion181;
+    rdf:rest rdf:nil.
+_:assertion181 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-uri-05;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result181.
+_:result181 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions182.
+_:assertions182 rdf:first _:assertion182;
+    rdf:rest rdf:nil.
+_:assertion182 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-prefix-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result182.
+_:result182 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions183.
+_:assertions183 rdf:first _:assertion183;
+    rdf:rest rdf:nil.
+_:assertion183 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-prefix-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result183.
+_:result183 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions184.
+_:assertions184 rdf:first _:assertion184;
+    rdf:rest rdf:nil.
+_:assertion184 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-prefix-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result184.
+_:result184 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions185.
+_:assertions185 rdf:first _:assertion185;
+    rdf:rest rdf:nil.
+_:assertion185 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-prefix-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result185.
+_:result185 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions186.
+_:assertions186 rdf:first _:assertion186;
+    rdf:rest rdf:nil.
+_:assertion186 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-prefix-05;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result186.
+_:result186 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions187.
+_:assertions187 rdf:first _:assertion187;
+    rdf:rest rdf:nil.
+_:assertion187 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-base-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result187.
+_:result187 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions188.
+_:assertions188 rdf:first _:assertion188;
+    rdf:rest rdf:nil.
+_:assertion188 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-base-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result188.
+_:result188 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions189.
+_:assertions189 rdf:first _:assertion189;
+    rdf:rest rdf:nil.
+_:assertion189 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-base-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result189.
+_:result189 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions190.
+_:assertions190 rdf:first _:assertion190;
+    rdf:rest rdf:nil.
+_:assertion190 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-struct-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result190.
+_:result190 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions191.
+_:assertions191 rdf:first _:assertion191;
+    rdf:rest rdf:nil.
+_:assertion191 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-struct-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result191.
+_:result191 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions192.
+_:assertions192 rdf:first _:assertion192;
+    rdf:rest rdf:nil.
+_:assertion192 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-struct-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result192.
+_:result192 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions193.
+_:assertions193 rdf:first _:assertion193;
+    rdf:rest rdf:nil.
+_:assertion193 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-struct-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result193.
+_:result193 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions194.
+_:assertions194 rdf:first _:assertion194;
+    rdf:rest rdf:nil.
+_:assertion194 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-struct-05;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result194.
+_:result194 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions195.
+_:assertions195 rdf:first _:assertion195;
+    rdf:rest rdf:nil.
+_:assertion195 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-struct-06;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result195.
+_:result195 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions196.
+_:assertions196 rdf:first _:assertion196;
+    rdf:rest rdf:nil.
+_:assertion196 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-struct-07;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result196.
+_:result196 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions197.
+_:assertions197 rdf:first _:assertion197;
+    rdf:rest rdf:nil.
+_:assertion197 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-kw-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result197.
+_:result197 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions198.
+_:assertions198 rdf:first _:assertion198;
+    rdf:rest rdf:nil.
+_:assertion198 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-kw-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result198.
+_:result198 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions199.
+_:assertions199 rdf:first _:assertion199;
+    rdf:rest rdf:nil.
+_:assertion199 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-kw-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result199.
+_:result199 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions200.
+_:assertions200 rdf:first _:assertion200;
+    rdf:rest rdf:nil.
+_:assertion200 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-kw-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result200.
+_:result200 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions201.
+_:assertions201 rdf:first _:assertion201;
+    rdf:rest rdf:nil.
+_:assertion201 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-kw-05;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result201.
+_:result201 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions202.
+_:assertions202 rdf:first _:assertion202;
+    rdf:rest rdf:nil.
+_:assertion202 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/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result202.
+_:result202 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions203.
+_:assertions203 rdf:first _:assertion203;
+    rdf:rest rdf:nil.
+_:assertion203 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/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result203.
+_:result203 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions204.
+_:assertions204 rdf:first _:assertion204;
+    rdf:rest rdf:nil.
+_:assertion204 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/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result204.
+_:result204 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions205.
+_:assertions205 rdf:first _:assertion205;
+    rdf:rest rdf:nil.
+_:assertion205 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/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result205.
+_:result205 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions206.
+_:assertions206 rdf:first _:assertion206;
+    rdf:rest rdf:nil.
+_:assertion206 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/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result206.
+_:result206 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions207.
+_:assertions207 rdf:first _:assertion207;
+    rdf:rest rdf:nil.
+_:assertion207 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/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result207.
+_:result207 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions208.
+_:assertions208 rdf:first _:assertion208;
+    rdf:rest rdf:nil.
+_:assertion208 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/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result208.
+_:result208 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions209.
+_:assertions209 rdf:first _:assertion209;
+    rdf:rest rdf:nil.
+_:assertion209 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/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result209.
+_:result209 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions210.
+_:assertions210 rdf:first _:assertion210;
+    rdf:rest rdf:nil.
+_:assertion210 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/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result210.
+_:result210 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions211.
+_:assertions211 rdf:first _:assertion211;
+    rdf:rest rdf:nil.
+_:assertion211 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/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result211.
+_:result211 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions212.
+_:assertions212 rdf:first _:assertion212;
+    rdf:rest rdf:nil.
+_:assertion212 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/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result212.
+_:result212 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions213.
+_:assertions213 rdf:first _:assertion213;
+    rdf:rest rdf:nil.
+_:assertion213 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/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result213.
+_:result213 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions214.
+_:assertions214 rdf:first _:assertion214;
+    rdf:rest rdf:nil.
+_:assertion214 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/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result214.
+_:result214 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions215.
+_:assertions215 rdf:first _:assertion215;
+    rdf:rest rdf:nil.
+_:assertion215 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-struct-08;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result215.
+_:result215 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions216.
+_:assertions216 rdf:first _:assertion216;
+    rdf:rest rdf:nil.
+_:assertion216 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-struct-09;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result216.
+_:result216 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions217.
+_:assertions217 rdf:first _:assertion217;
+    rdf:rest rdf:nil.
+_:assertion217 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-struct-10;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result217.
+_:result217 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions218.
+_:assertions218 rdf:first _:assertion218;
+    rdf:rest rdf:nil.
+_:assertion218 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-struct-11;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result218.
+_:result218 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions219.
+_:assertions219 rdf:first _:assertion219;
+    rdf:rest rdf:nil.
+_:assertion219 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-struct-12;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result219.
+_:result219 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions220.
+_:assertions220 rdf:first _:assertion220;
+    rdf:rest rdf:nil.
+_:assertion220 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-struct-13;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result220.
+_:result220 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions221.
+_:assertions221 rdf:first _:assertion221;
+    rdf:rest rdf:nil.
+_:assertion221 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-struct-14;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result221.
+_:result221 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions222.
+_:assertions222 rdf:first _:assertion222;
+    rdf:rest rdf:nil.
+_:assertion222 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-struct-15;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result222.
+_:result222 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions223.
+_:assertions223 rdf:first _:assertion223;
+    rdf:rest rdf:nil.
+_:assertion223 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-struct-16;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result223.
+_:result223 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions224.
+_:assertions224 rdf:first _:assertion224;
+    rdf:rest rdf:nil.
+_:assertion224 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-struct-17;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result224.
+_:result224 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions225.
+_:assertions225 rdf:first _:assertion225;
+    rdf:rest rdf:nil.
+_:assertion225 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-lang-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result225.
+_:result225 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions226.
+_:assertions226 rdf:first _:assertion226;
+    rdf:rest rdf:nil.
+_:assertion226 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-esc-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result226.
+_:result226 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions227.
+_:assertions227 rdf:first _:assertion227;
+    rdf:rest rdf:nil.
+_:assertion227 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-esc-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result227.
+_:result227 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions228.
+_:assertions228 rdf:first _:assertion228;
+    rdf:rest rdf:nil.
+_:assertion228 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-esc-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result228.
+_:result228 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions229.
+_:assertions229 rdf:first _:assertion229;
+    rdf:rest rdf:nil.
+_:assertion229 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-esc-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result229.
+_:result229 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions230.
+_:assertions230 rdf:first _:assertion230;
+    rdf:rest rdf:nil.
+_:assertion230 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-pname-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result230.
+_:result230 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions231.
+_:assertions231 rdf:first _:assertion231;
+    rdf:rest rdf:nil.
+_:assertion231 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-pname-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result231.
+_:result231 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions232.
+_:assertions232 rdf:first _:assertion232;
+    rdf:rest rdf:nil.
+_:assertion232 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-pname-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result232.
+_:result232 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions233.
+_:assertions233 rdf:first _:assertion233;
+    rdf:rest rdf:nil.
+_:assertion233 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-string-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result233.
+_:result233 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions234.
+_:assertions234 rdf:first _:assertion234;
+    rdf:rest rdf:nil.
+_:assertion234 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-string-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result234.
+_:result234 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions235.
+_:assertions235 rdf:first _:assertion235;
+    rdf:rest rdf:nil.
+_:assertion235 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-string-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result235.
+_:result235 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions236.
+_:assertions236 rdf:first _:assertion236;
+    rdf:rest rdf:nil.
+_:assertion236 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-string-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result236.
+_:result236 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions237.
+_:assertions237 rdf:first _:assertion237;
+    rdf:rest rdf:nil.
+_:assertion237 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-string-05;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result237.
+_:result237 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions238.
+_:assertions238 rdf:first _:assertion238;
+    rdf:rest rdf:nil.
+_:assertion238 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-string-06;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result238.
+_:result238 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions239.
+_:assertions239 rdf:first _:assertion239;
+    rdf:rest rdf:nil.
+_:assertion239 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-string-07;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result239.
+_:result239 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions240.
+_:assertions240 rdf:first _:assertion240;
+    rdf:rest rdf:nil.
+_:assertion240 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-num-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result240.
+_:result240 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions241.
+_:assertions241 rdf:first _:assertion241;
+    rdf:rest rdf:nil.
+_:assertion241 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-num-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result241.
+_:result241 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions242.
+_:assertions242 rdf:first _:assertion242;
+    rdf:rest rdf:nil.
+_:assertion242 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-num-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result242.
+_:result242 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions243.
+_:assertions243 rdf:first _:assertion243;
+    rdf:rest rdf:nil.
+_:assertion243 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-num-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result243.
+_:result243 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions244.
+_:assertions244 rdf:first _:assertion244;
+    rdf:rest rdf:nil.
+_:assertion244 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-num-05;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result244.
+_:result244 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions245.
+_:assertions245 rdf:first _:assertion245;
+    rdf:rest rdf:nil.
+_:assertion245 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-eval-struct-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result245.
+_:result245 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions246.
+_:assertions246 rdf:first _:assertion246;
+    rdf:rest rdf:nil.
+_:assertion246 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-eval-struct-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result246.
+_:result246 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions247.
+_:assertions247 rdf:first _:assertion247;
+    rdf:rest rdf:nil.
+_:assertion247 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-subm-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result247.
+_:result247 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions248.
+_:assertions248 rdf:first _:assertion248;
+    rdf:rest rdf:nil.
+_:assertion248 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-subm-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result248.
+_:result248 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions249.
+_:assertions249 rdf:first _:assertion249;
+    rdf:rest rdf:nil.
+_:assertion249 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-subm-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result249.
+_:result249 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions250.
+_:assertions250 rdf:first _:assertion250;
+    rdf:rest rdf:nil.
+_:assertion250 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-subm-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result250.
+_:result250 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions251.
+_:assertions251 rdf:first _:assertion251;
+    rdf:rest rdf:nil.
+_:assertion251 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-subm-05;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result251.
+_:result251 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions252.
+_:assertions252 rdf:first _:assertion252;
+    rdf:rest rdf:nil.
+_:assertion252 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-subm-06;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result252.
+_:result252 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions253.
+_:assertions253 rdf:first _:assertion253;
+    rdf:rest rdf:nil.
+_:assertion253 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-subm-07;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result253.
+_:result253 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions254.
+_:assertions254 rdf:first _:assertion254;
+    rdf:rest rdf:nil.
+_:assertion254 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-subm-08;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result254.
+_:result254 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions255.
+_:assertions255 rdf:first _:assertion255;
+    rdf:rest rdf:nil.
+_:assertion255 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-subm-09;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result255.
+_:result255 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions256.
+_:assertions256 rdf:first _:assertion256;
+    rdf:rest rdf:nil.
+_:assertion256 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-subm-10;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result256.
+_:result256 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions257.
+_:assertions257 rdf:first _:assertion257;
+    rdf:rest rdf:nil.
+_:assertion257 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-subm-11;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result257.
+_:result257 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions258.
+_:assertions258 rdf:first _:assertion258;
+    rdf:rest rdf:nil.
+_:assertion258 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-subm-12;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result258.
+_:result258 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions259.
+_:assertions259 rdf:first _:assertion259;
+    rdf:rest rdf:nil.
+_:assertion259 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-subm-13;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result259.
+_:result259 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions260.
+_:assertions260 rdf:first _:assertion260;
+    rdf:rest rdf:nil.
+_:assertion260 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-subm-14;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result260.
+_:result260 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions261.
+_:assertions261 rdf:first _:assertion261;
+    rdf:rest rdf:nil.
+_:assertion261 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-subm-15;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result261.
+_:result261 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions262.
+_:assertions262 rdf:first _:assertion262;
+    rdf:rest rdf:nil.
+_:assertion262 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-subm-16;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result262.
+_:result262 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions263.
+_:assertions263 rdf:first _:assertion263;
+    rdf:rest rdf:nil.
+_:assertion263 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-subm-17;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result263.
+_:result263 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions264.
+_:assertions264 rdf:first _:assertion264;
+    rdf:rest rdf:nil.
+_:assertion264 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-subm-18;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result264.
+_:result264 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions265.
+_:assertions265 rdf:first _:assertion265;
+    rdf:rest rdf:nil.
+_:assertion265 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-subm-19;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result265.
+_:result265 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions266.
+_:assertions266 rdf:first _:assertion266;
+    rdf:rest rdf:nil.
+_:assertion266 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-subm-20;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result266.
+_:result266 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions267.
+_:assertions267 rdf:first _:assertion267;
+    rdf:rest rdf:nil.
+_:assertion267 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-subm-21;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result267.
+_:result267 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions268.
+_:assertions268 rdf:first _:assertion268;
+    rdf:rest rdf:nil.
+_:assertion268 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-subm-22;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result268.
+_:result268 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions269.
+_:assertions269 rdf:first _:assertion269;
+    rdf:rest rdf:nil.
+_:assertion269 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-subm-23;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result269.
+_:result269 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions270.
+_:assertions270 rdf:first _:assertion270;
+    rdf:rest rdf:nil.
+_:assertion270 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-subm-24;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result270.
+_:result270 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions271.
+_:assertions271 rdf:first _:assertion271;
+    rdf:rest rdf:nil.
+_:assertion271 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-subm-25;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result271.
+_:result271 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions272.
+_:assertions272 rdf:first _:assertion272;
+    rdf:rest rdf:nil.
+_:assertion272 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-subm-26;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result272.
+_:result272 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions273.
+_:assertions273 rdf:first _:assertion273;
+    rdf:rest rdf:nil.
+_:assertion273 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-subm-27;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result273.
+_:result273 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions274.
+_:assertions274 rdf:first _:assertion274;
+    rdf:rest rdf:nil.
+_:assertion274 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-eval-bad-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result274.
+_:result274 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions275.
+_:assertions275 rdf:first _:assertion275;
+    rdf:rest rdf:nil.
+_:assertion275 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-eval-bad-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result275.
+_:result275 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions276.
+_:assertions276 rdf:first _:assertion276;
+    rdf:rest rdf:nil.
+_:assertion276 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-eval-bad-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result276.
+_:result276 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions277.
+_:assertions277 rdf:first _:assertion277;
+    rdf:rest rdf:nil.
+_:assertion277 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-eval-bad-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result277.
+_:result277 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions278.
+_:assertions278 rdf:first _:assertion278;
+    rdf:rest rdf:nil.
+_:assertion278 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/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result278.
+_:result278 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions279.
+_:assertions279 rdf:first _:assertion279;
+    rdf:rest rdf:nil.
+_:assertion279 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/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result279.
+_:result279 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions280.
+_:assertions280 rdf:first _:assertion280;
+    rdf:rest rdf:nil.
+_:assertion280 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/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result280.
+_:result280 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions281.
+_:assertions281 rdf:first _:assertion281;
+    rdf:rest rdf:nil.
+_:assertion281 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-bad-ln-escape;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result281.
+_:result281 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions282.
+_:assertions282 rdf:first _:assertion282;
+    rdf:rest rdf:nil.
+_:assertion282 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/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result282.
+_:result282 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions283.
+_:assertions283 rdf:first _:assertion283;
+    rdf:rest rdf:nil.
+_:assertion283 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/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result283.
+_:result283 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions284.
+_:assertions284 rdf:first _:assertion284;
+    rdf:rest rdf:nil.
+_:assertion284 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/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result284.
+_:result284 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions285.
+_:assertions285 rdf:first _:assertion285;
+    rdf:rest rdf:nil.
+_:assertion285 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/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result285.
+_:result285 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions286.
+_:assertions286 rdf:first _:assertion286;
+    rdf:rest rdf:nil.
+_:assertion286 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/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result286.
+_:result286 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions287.
+_:assertions287 rdf:first _:assertion287;
+    rdf:rest rdf:nil.
+_:assertion287 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-blank-label;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result287.
+_:result287 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions288.
+_:assertions288 rdf:first _:assertion288;
+    rdf:rest rdf:nil.
+_:assertion288 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-ln-colons;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result288.
+_:result288 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions289.
+_:assertions289 rdf:first _:assertion289;
+    rdf:rest rdf:nil.
+_:assertion289 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-ln-dots;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result289.
+_:result289 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^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 _:assertions290.
+_:assertions290 rdf:first _:assertion290;
+    rdf:rest rdf:nil.
+_:assertion290 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:turtle-syntax-ns-dots;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result290.
+_:result290 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:52.063Z"^^xsd:dateTime.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/trig/reports/n3js-earl-report-trig.ttl	Fri Jan 09 17:14:05 2015 +0100
@@ -0,0 +1,5534 @@
+@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/TrigTests/manifest.ttl#>.
+
+<> foaf:primaryTopic <https://github.com/RubenVerborgh/N3.js#n3js>;
+    dc:issued "2014-12-30T23:37:56.939Z"^^xsd:dateTime;
+    foaf:maker <http://ruben.verborgh.org/#me>.
+<https://github.com/RubenVerborgh/N3.js#n3js> a earl:Software, earl:TestSubject, doap:Project;
+    doap:name "N3.js";
+    doap:homepage <https://github.com/RubenVerborgh/N3.js>;
+    doap:license <http://opensource.org/licenses/MIT>;
+    doap:programming-language "JavaScript";
+    doap:implements <http://www.w3.org/TR/turtle/>, <http://www.w3.org/TR/trig/>, <http://www.w3.org/TR/n-triples/>, <http://www.w3.org/TR/n-quads/>;
+    doap:category <http://dbpedia.org/resource/Resource_Description_Framework>;
+    doap:download-page <https://npmjs.org/package/n3>;
+    doap:bug-database <https://github.com/RubenVerborgh/N3.js/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 "N3.js";
+    dc:description "N3.js is an asynchronous, streaming RDF parser for JavaScript."@en;
+    doap:description "N3.js is an asynchronous, streaming RDF 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:anonymous_blank_node_graph a earl:TestCriterion, earl:TestCase;
+    dc:title "anonymous_blank_node_graph";
+    dc:description "anonymous blank node graph";
+    mf:action <http://www.w3.org/2013/TriGTests/anonymous_blank_node_graph.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/labeled_blank_node_graph.nq>;
+    earl:assertions _:assertions0.
+_:assertions0 rdf:first _:assertion0;
+    rdf:rest rdf:nil.
+_:assertion0 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:anonymous_blank_node_graph;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result0.
+_:result0 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:labeled_blank_node_graph a earl:TestCriterion, earl:TestCase;
+    dc:title "labeled_blank_node_graph";
+    dc:description "labeled blank node graph";
+    mf:action <http://www.w3.org/2013/TriGTests/labeled_blank_node_graph.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/labeled_blank_node_graph.nq>;
+    earl:assertions _:assertions1.
+_:assertions1 rdf:first _:assertion1;
+    rdf:rest rdf:nil.
+_:assertion1 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:labeled_blank_node_graph;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result1.
+_:result1 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:alternating_iri_graphs a earl:TestCriterion, earl:TestCase;
+    dc:title "alternating_iri_graphs";
+    dc:description "alternating graphs with IRI names";
+    mf:action <http://www.w3.org/2013/TriGTests/alternating_iri_graphs.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/alternating_iri_graphs.nq>;
+    earl:assertions _:assertions2.
+_:assertions2 rdf:first _:assertion2;
+    rdf:rest rdf:nil.
+_:assertion2 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:alternating_iri_graphs;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result2.
+_:result2 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:alternating_bnode_graphs a earl:TestCriterion, earl:TestCase;
+    dc:title "alternating_bnode_graphs";
+    dc:description "alternating graphs with BNode names";
+    mf:action <http://www.w3.org/2013/TriGTests/alternating_bnode_graphs.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/alternating_bnode_graphs.nq>;
+    earl:assertions _:assertions3.
+_:assertions3 rdf:first _:assertion3;
+    rdf:rest rdf:nil.
+_:assertion3 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:alternating_bnode_graphs;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result3.
+_:result3 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-base-04 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-base-04";
+    dc:description "@base inside graph (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-base-04.trig>;
+    earl:assertions _:assertions4.
+_:assertions4 rdf:first _:assertion4;
+    rdf:rest rdf:nil.
+_:assertion4 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-base-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result4.
+_:result4 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-base-05 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-base-05";
+    dc:description "BASE inside graph (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-base-05.trig>;
+    earl:assertions _:assertions5.
+_:assertions5 rdf:first _:assertion5;
+    rdf:rest rdf:nil.
+_:assertion5 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-base-05;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result5.
+_:result5 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-prefix-06 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-prefix-06";
+    dc:description "@prefix inside graph (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-prefix-06.trig>;
+    earl:assertions _:assertions6.
+_:assertions6 rdf:first _:assertion6;
+    rdf:rest rdf:nil.
+_:assertion6 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-prefix-06;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result6.
+_:result6 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-prefix-07 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-prefix-07";
+    dc:description "PREFIX inside graph (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-prefix-07.trig>;
+    earl:assertions _:assertions7.
+_:assertions7 rdf:first _:assertion7;
+    rdf:rest rdf:nil.
+_:assertion7 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-prefix-07;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result7.
+_:result7 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-struct-06 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-struct-06";
+    dc:description "missing '.'";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-struct-06.trig>;
+    earl:assertions _:assertions8.
+_:assertions8 rdf:first _:assertion8;
+    rdf:rest rdf:nil.
+_:assertion8 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-struct-06;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result8.
+_:result8 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-struct-07 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-struct-07";
+    dc:description "trailing ';' no '.'";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-struct-07.trig>;
+    earl:assertions _:assertions9.
+_:assertions9 rdf:first _:assertion9;
+    rdf:rest rdf:nil.
+_:assertion9 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-struct-07;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result9.
+_:result9 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-minimal-whitespace-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-minimal-whitespace-01";
+    dc:description "tests absense of whitespace in various positions";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-minimal-whitespace-01.trig>;
+    earl:assertions _:assertions10.
+_:assertions10 rdf:first _:assertion10;
+    rdf:rest rdf:nil.
+_:assertion10 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-minimal-whitespace-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result10.
+_:result10 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:IRI_subject a earl:TestCriterion, earl:TestCase;
+    dc:title "IRI_subject";
+    dc:description "IRI subject";
+    mf:action <http://www.w3.org/2013/TriGTests/IRI_subject.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/IRI_spo.nq>;
+    earl:assertions _:assertions11.
+_:assertions11 rdf:first _:assertion11;
+    rdf:rest rdf:nil.
+_:assertion11 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:IRI_subject;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result11.
+_:result11 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/IRI_with_four_digit_numeric_escape.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/IRI_spo.nq>;
+    earl:assertions _:assertions12.
+_:assertions12 rdf:first _:assertion12;
+    rdf:rest rdf:nil.
+_:assertion12 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/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result12.
+_:result12 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/IRI_with_eight_digit_numeric_escape.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/IRI_spo.nq>;
+    earl:assertions _:assertions13.
+_:assertions13 rdf:first _:assertion13;
+    rdf:rest rdf:nil.
+_:assertion13 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/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result13.
+_:result13 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/IRI_with_all_punctuation.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/IRI_with_all_punctuation.nq>;
+    earl:assertions _:assertions14.
+_:assertions14 rdf:first _:assertion14;
+    rdf:rest rdf:nil.
+_:assertion14 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:IRI_with_all_punctuation;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result14.
+_:result14 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/bareword_a_predicate.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/bareword_a_predicate.nq>;
+    earl:assertions _:assertions15.
+_:assertions15 rdf:first _:assertion15;
+    rdf:rest rdf:nil.
+_:assertion15 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:bareword_a_predicate;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result15.
+_:result15 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/old_style_prefix.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/IRI_spo.nq>;
+    earl:assertions _:assertions16.
+_:assertions16 rdf:first _:assertion16;
+    rdf:rest rdf:nil.
+_:assertion16 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:old_style_prefix;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result16.
+_:result16 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/SPARQL_style_prefix.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/IRI_spo.nq>;
+    earl:assertions _:assertions17.
+_:assertions17 rdf:first _:assertion17;
+    rdf:rest rdf:nil.
+_:assertion17 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:SPARQL_style_prefix;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result17.
+_:result17 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/prefixed_IRI_predicate.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/IRI_spo.nq>;
+    earl:assertions _:assertions18.
+_:assertions18 rdf:first _:assertion18;
+    rdf:rest rdf:nil.
+_:assertion18 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:prefixed_IRI_predicate;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result18.
+_:result18 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/prefixed_IRI_object.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/IRI_spo.nq>;
+    earl:assertions _:assertions19.
+_:assertions19 rdf:first _:assertion19;
+    rdf:rest rdf:nil.
+_:assertion19 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:prefixed_IRI_object;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result19.
+_:result19 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/prefix_only_IRI.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/IRI_spo.nq>;
+    earl:assertions _:assertions20.
+_:assertions20 rdf:first _:assertion20;
+    rdf:rest rdf:nil.
+_:assertion20 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:prefix_only_IRI;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result20.
+_:result20 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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ÀÖØöø...:)";
+    mf:action <http://www.w3.org/2013/TriGTests/prefix_with_PN_CHARS_BASE_character_boundaries.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/IRI_spo.nq>;
+    earl:assertions _:assertions21.
+_:assertions21 rdf:first _:assertion21;
+    rdf:rest rdf:nil.
+_:assertion21 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/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result21.
+_:result21 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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·̀ͯ‿.⁀)";
+    mf:action <http://www.w3.org/2013/TriGTests/prefix_with_non_leading_extras.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/IRI_spo.nq>;
+    earl:assertions _:assertions22.
+_:assertions22 rdf:first _:assertion22;
+    rdf:rest rdf:nil.
+_:assertion22 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:prefix_with_non_leading_extras;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result22.
+_:result22 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/default_namespace_IRI.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/IRI_spo.nq>;
+    earl:assertions _:assertions23.
+_:assertions23 rdf:first _:assertion23;
+    rdf:rest rdf:nil.
+_:assertion23 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:default_namespace_IRI;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result23.
+_:result23 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/prefix_reassigned_and_used.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/prefix_reassigned_and_used.nq>;
+    earl:assertions _:assertions24.
+_:assertions24 rdf:first _:assertion24;
+    rdf:rest rdf:nil.
+_:assertion24 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:prefix_reassigned_and_used;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result24.
+_:result24 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/reserved_escaped_localName.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/reserved_escaped_localName.nq>;
+    earl:assertions _:assertions25.
+_:assertions25 rdf:first _:assertion25;
+    rdf:rest rdf:nil.
+_:assertion25 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:reserved_escaped_localName;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result25.
+_:result25 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/percent_escaped_localName.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/percent_escaped_localName.nq>;
+    earl:assertions _:assertions26.
+_:assertions26 rdf:first _:assertion26;
+    rdf:rest rdf:nil.
+_:assertion26 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:percent_escaped_localName;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result26.
+_:result26 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/HYPHEN_MINUS_in_localName.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/HYPHEN_MINUS_in_localName.nq>;
+    earl:assertions _:assertions27.
+_:assertions27 rdf:first _:assertion27;
+    rdf:rest rdf:nil.
+_:assertion27 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:HYPHEN_MINUS_in_localName;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result27.
+_:result27 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/underscore_in_localName.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/underscore_in_localName.nq>;
+    earl:assertions _:assertions28.
+_:assertions28 rdf:first _:assertion28;
+    rdf:rest rdf:nil.
+_:assertion28 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:underscore_in_localName;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result28.
+_:result28 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/localname_with_COLON.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/localname_with_COLON.nq>;
+    earl:assertions _:assertions29.
+_:assertions29 rdf:first _:assertion29;
+    rdf:rest rdf:nil.
+_:assertion29 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:localname_with_COLON;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result29.
+_:result29 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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ÀÖØöø...)";
+    mf:action <http://www.w3.org/2013/TriGTests/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.nq>;
+    earl:assertions _:assertions30.
+_:assertions30 rdf:first _:assertion30;
+    rdf:rest rdf:nil.
+_:assertion30 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/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result30.
+_:result30 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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ÀÖØöø...)";
+    mf:action <http://www.w3.org/2013/TriGTests/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.nq>;
+    earl:assertions _:assertions31.
+_:assertions31 rdf:first _:assertion31;
+    rdf:rest rdf:nil.
+_:assertion31 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/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result31.
+_:result31 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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ÀÖØöø...)";
+    mf:action <http://www.w3.org/2013/TriGTests/localName_with_nfc_PN_CHARS_BASE_character_boundaries.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/localName_with_nfc_PN_CHARS_BASE_character_boundaries.nq>;
+    earl:assertions _:assertions32.
+_:assertions32 rdf:first _:assertion32;
+    rdf:rest rdf:nil.
+_:assertion32 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/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result32.
+_:result32 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/localName_with_leading_underscore.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/localName_with_leading_underscore.nq>;
+    earl:assertions _:assertions33.
+_:assertions33 rdf:first _:assertion33;
+    rdf:rest rdf:nil.
+_:assertion33 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:localName_with_leading_underscore;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result33.
+_:result33 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/localName_with_leading_digit.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/localName_with_leading_digit.nq>;
+    earl:assertions _:assertions34.
+_:assertions34 rdf:first _:assertion34;
+    rdf:rest rdf:nil.
+_:assertion34 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:localName_with_leading_digit;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result34.
+_:result34 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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·̀ͯ‿.⁀)";
+    mf:action <http://www.w3.org/2013/TriGTests/localName_with_non_leading_extras.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/localName_with_non_leading_extras.nq>;
+    earl:assertions _:assertions35.
+_:assertions35 rdf:first _:assertion35;
+    rdf:rest rdf:nil.
+_:assertion35 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:localName_with_non_leading_extras;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result35.
+_:result35 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/old_style_base.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/IRI_spo.nq>;
+    earl:assertions _:assertions36.
+_:assertions36 rdf:first _:assertion36;
+    rdf:rest rdf:nil.
+_:assertion36 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:old_style_base;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result36.
+_:result36 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/SPARQL_style_base.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/IRI_spo.nq>;
+    earl:assertions _:assertions37.
+_:assertions37 rdf:first _:assertion37;
+    rdf:rest rdf:nil.
+_:assertion37 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:SPARQL_style_base;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result37.
+_:result37 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/labeled_blank_node_subject.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/labeled_blank_node_subject.nq>;
+    earl:assertions _:assertions38.
+_:assertions38 rdf:first _:assertion38;
+    rdf:rest rdf:nil.
+_:assertion38 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:labeled_blank_node_subject;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result38.
+_:result38 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/labeled_blank_node_object.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/labeled_blank_node_object.nq>;
+    earl:assertions _:assertions39.
+_:assertions39 rdf:first _:assertion39;
+    rdf:rest rdf:nil.
+_:assertion39 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:labeled_blank_node_object;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result39.
+_:result39 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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ÀÖØöø...)";
+    mf:action <http://www.w3.org/2013/TriGTests/labeled_blank_node_with_PN_CHARS_BASE_character_boundaries.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/labeled_blank_node_object.nq>;
+    earl:assertions _:assertions40.
+_:assertions40 rdf:first _:assertion40;
+    rdf:rest rdf:nil.
+_:assertion40 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/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result40.
+_:result40 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/labeled_blank_node_with_leading_underscore.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/labeled_blank_node_object.nq>;
+    earl:assertions _:assertions41.
+_:assertions41 rdf:first _:assertion41;
+    rdf:rest rdf:nil.
+_:assertion41 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/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result41.
+_:result41 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/labeled_blank_node_with_leading_digit.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/labeled_blank_node_object.nq>;
+    earl:assertions _:assertions42.
+_:assertions42 rdf:first _:assertion42;
+    rdf:rest rdf:nil.
+_:assertion42 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/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result42.
+_:result42 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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·̀ͯ‿.⁀)";
+    mf:action <http://www.w3.org/2013/TriGTests/labeled_blank_node_with_non_leading_extras.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/labeled_blank_node_object.nq>;
+    earl:assertions _:assertions43.
+_:assertions43 rdf:first _:assertion43;
+    rdf:rest rdf:nil.
+_:assertion43 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/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result43.
+_:result43 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/anonymous_blank_node_subject.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/anonymous_blank_node_subject.nq>;
+    earl:assertions _:assertions44.
+_:assertions44 rdf:first _:assertion44;
+    rdf:rest rdf:nil.
+_:assertion44 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:anonymous_blank_node_subject;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result44.
+_:result44 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/anonymous_blank_node_object.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/anonymous_blank_node_object.nq>;
+    earl:assertions _:assertions45.
+_:assertions45 rdf:first _:assertion45;
+    rdf:rest rdf:nil.
+_:assertion45 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:anonymous_blank_node_object;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result45.
+_:result45 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/sole_blankNodePropertyList.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/sole_blankNodePropertyList.nq>;
+    earl:assertions _:assertions46.
+_:assertions46 rdf:first _:assertion46;
+    rdf:rest rdf:nil.
+_:assertion46 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:sole_blankNodePropertyList;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result46.
+_:result46 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:blankNodePropertyList_as_subject a earl:TestCriterion, earl:TestCase;
+    dc:title "blankNodePropertyList_as_subject";
+    dc:description "blankNodePropertyList as subject [ … ] <p> <o> .";
+    mf:action <http://www.w3.org/2013/TriGTests/blankNodePropertyList_as_subject.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/blankNodePropertyList_as_subject.nq>;
+    earl:assertions _:assertions47.
+_:assertions47 rdf:first _:assertion47;
+    rdf:rest rdf:nil.
+_:assertion47 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:blankNodePropertyList_as_subject;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result47.
+_:result47 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:blankNodePropertyList_as_object a earl:TestCriterion, earl:TestCase;
+    dc:title "blankNodePropertyList_as_object";
+    dc:description "blankNodePropertyList as object <s> <p> [ … ] .";
+    mf:action <http://www.w3.org/2013/TriGTests/blankNodePropertyList_as_object.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/blankNodePropertyList_as_object.nq>;
+    earl:assertions _:assertions48.
+_:assertions48 rdf:first _:assertion48;
+    rdf:rest rdf:nil.
+_:assertion48 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:blankNodePropertyList_as_object;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result48.
+_:result48 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/blankNodePropertyList_with_multiple_triples.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/blankNodePropertyList_with_multiple_triples.nq>;
+    earl:assertions _:assertions49.
+_:assertions49 rdf:first _:assertion49;
+    rdf:rest rdf:nil.
+_:assertion49 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:blankNodePropertyList_with_multiple_triples;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result49.
+_:result49 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/nested_blankNodePropertyLists.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/nested_blankNodePropertyLists.nq>;
+    earl:assertions _:assertions50.
+_:assertions50 rdf:first _:assertion50;
+    rdf:rest rdf:nil.
+_:assertion50 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nested_blankNodePropertyLists;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result50.
+_:result50 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:blankNodePropertyList_containing_collection a earl:TestCriterion, earl:TestCase;
+    dc:title "blankNodePropertyList_containing_collection";
+    dc:description "blankNodePropertyList containing collection [ <p1> ( … ) ]";
+    mf:action <http://www.w3.org/2013/TriGTests/blankNodePropertyList_containing_collection.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/blankNodePropertyList_containing_collection.nq>;
+    earl:assertions _:assertions51.
+_:assertions51 rdf:first _:assertion51;
+    rdf:rest rdf:nil.
+_:assertion51 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:blankNodePropertyList_containing_collection;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result51.
+_:result51 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/collection_subject.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/collection_subject.nq>;
+    earl:assertions _:assertions52.
+_:assertions52 rdf:first _:assertion52;
+    rdf:rest rdf:nil.
+_:assertion52 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:collection_subject;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result52.
+_:result52 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/collection_object.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/collection_object.nq>;
+    earl:assertions _:assertions53.
+_:assertions53 rdf:first _:assertion53;
+    rdf:rest rdf:nil.
+_:assertion53 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:collection_object;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result53.
+_:result53 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/empty_collection.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/empty_collection.nq>;
+    earl:assertions _:assertions54.
+_:assertions54 rdf:first _:assertion54;
+    rdf:rest rdf:nil.
+_:assertion54 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:empty_collection;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result54.
+_:result54 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/nested_collection.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/nested_collection.nq>;
+    earl:assertions _:assertions55.
+_:assertions55 rdf:first _:assertion55;
+    rdf:rest rdf:nil.
+_:assertion55 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:nested_collection;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result55.
+_:result55 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/first.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/first.nq>;
+    earl:assertions _:assertions56.
+_:assertions56 rdf:first _:assertion56;
+    rdf:rest rdf:nil.
+_:assertion56 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:first;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result56.
+_:result56 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/last.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/last.nq>;
+    earl:assertions _:assertions57.
+_:assertions57 rdf:first _:assertion57;
+    rdf:rest rdf:nil.
+_:assertion57 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:last;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result57.
+_:result57 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:LITERAL1 a earl:TestCriterion, earl:TestCase;
+    dc:title "LITERAL1";
+    dc:description "LITERAL1 'x'";
+    mf:action <http://www.w3.org/2013/TriGTests/LITERAL1.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/LITERAL1.nq>;
+    earl:assertions _:assertions58.
+_:assertions58 rdf:first _:assertion58;
+    rdf:rest rdf:nil.
+_:assertion58 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:LITERAL1;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result58.
+_:result58 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/LITERAL1_ascii_boundaries.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/LITERAL1_ascii_boundaries.nq>;
+    earl:assertions _:assertions59.
+_:assertions59 rdf:first _:assertion59;
+    rdf:rest rdf:nil.
+_:assertion59 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:LITERAL1_ascii_boundaries;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result59.
+_:result59 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/LITERAL1_with_UTF8_boundaries.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/LITERAL_with_UTF8_boundaries.nq>;
+    earl:assertions _:assertions60.
+_:assertions60 rdf:first _:assertion60;
+    rdf:rest rdf:nil.
+_:assertion60 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:LITERAL1_with_UTF8_boundaries;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result60.
+_:result60 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/LITERAL1_all_controls.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/LITERAL1_all_controls.nq>;
+    earl:assertions _:assertions61.
+_:assertions61 rdf:first _:assertion61;
+    rdf:rest rdf:nil.
+_:assertion61 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:LITERAL1_all_controls;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result61.
+_:result61 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/LITERAL1_all_punctuation.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/LITERAL1_all_punctuation.nq>;
+    earl:assertions _:assertions62.
+_:assertions62 rdf:first _:assertion62;
+    rdf:rest rdf:nil.
+_:assertion62 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:LITERAL1_all_punctuation;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result62.
+_:result62 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/LITERAL_LONG1.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/LITERAL1.nq>;
+    earl:assertions _:assertions63.
+_:assertions63 rdf:first _:assertion63;
+    rdf:rest rdf:nil.
+_:assertion63 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:LITERAL_LONG1;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result63.
+_:result63 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/LITERAL_LONG1_ascii_boundaries.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/LITERAL_LONG1_ascii_boundaries.nq>;
+    earl:assertions _:assertions64.
+_:assertions64 rdf:first _:assertion64;
+    rdf:rest rdf:nil.
+_:assertion64 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:LITERAL_LONG1_ascii_boundaries;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result64.
+_:result64 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/LITERAL_LONG1_with_UTF8_boundaries.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/LITERAL_with_UTF8_boundaries.nq>;
+    earl:assertions _:assertions65.
+_:assertions65 rdf:first _:assertion65;
+    rdf:rest rdf:nil.
+_:assertion65 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:LITERAL_LONG1_with_UTF8_boundaries;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result65.
+_:result65 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/LITERAL_LONG1_with_1_squote.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/LITERAL_LONG1_with_1_squote.nq>;
+    earl:assertions _:assertions66.
+_:assertions66 rdf:first _:assertion66;
+    rdf:rest rdf:nil.
+_:assertion66 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:LITERAL_LONG1_with_1_squote;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result66.
+_:result66 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/LITERAL_LONG1_with_2_squotes.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/LITERAL_LONG1_with_2_squotes.nq>;
+    earl:assertions _:assertions67.
+_:assertions67 rdf:first _:assertion67;
+    rdf:rest rdf:nil.
+_:assertion67 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:LITERAL_LONG1_with_2_squotes;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result67.
+_:result67 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:LITERAL2 a earl:TestCriterion, earl:TestCase;
+    dc:title "LITERAL2";
+    dc:description "LITERAL2 \"x\"";
+    mf:action <http://www.w3.org/2013/TriGTests/LITERAL2.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/LITERAL1.nq>;
+    earl:assertions _:assertions68.
+_:assertions68 rdf:first _:assertion68;
+    rdf:rest rdf:nil.
+_:assertion68 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:LITERAL2;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result68.
+_:result68 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/LITERAL2_ascii_boundaries.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/LITERAL2_ascii_boundaries.nq>;
+    earl:assertions _:assertions69.
+_:assertions69 rdf:first _:assertion69;
+    rdf:rest rdf:nil.
+_:assertion69 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:LITERAL2_ascii_boundaries;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result69.
+_:result69 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/LITERAL2_with_UTF8_boundaries.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/LITERAL_with_UTF8_boundaries.nq>;
+    earl:assertions _:assertions70.
+_:assertions70 rdf:first _:assertion70;
+    rdf:rest rdf:nil.
+_:assertion70 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:LITERAL2_with_UTF8_boundaries;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result70.
+_:result70 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/LITERAL_LONG2.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/LITERAL1.nq>;
+    earl:assertions _:assertions71.
+_:assertions71 rdf:first _:assertion71;
+    rdf:rest rdf:nil.
+_:assertion71 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:LITERAL_LONG2;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result71.
+_:result71 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/LITERAL_LONG2_ascii_boundaries.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/LITERAL_LONG2_ascii_boundaries.nq>;
+    earl:assertions _:assertions72.
+_:assertions72 rdf:first _:assertion72;
+    rdf:rest rdf:nil.
+_:assertion72 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:LITERAL_LONG2_ascii_boundaries;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result72.
+_:result72 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/LITERAL_LONG2_with_UTF8_boundaries.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/LITERAL_with_UTF8_boundaries.nq>;
+    earl:assertions _:assertions73.
+_:assertions73 rdf:first _:assertion73;
+    rdf:rest rdf:nil.
+_:assertion73 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:LITERAL_LONG2_with_UTF8_boundaries;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result73.
+_:result73 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/LITERAL_LONG2_with_1_squote.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/LITERAL_LONG2_with_1_squote.nq>;
+    earl:assertions _:assertions74.
+_:assertions74 rdf:first _:assertion74;
+    rdf:rest rdf:nil.
+_:assertion74 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:LITERAL_LONG2_with_1_squote;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result74.
+_:result74 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/LITERAL_LONG2_with_2_squotes.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/LITERAL_LONG2_with_2_squotes.nq>;
+    earl:assertions _:assertions75.
+_:assertions75 rdf:first _:assertion75;
+    rdf:rest rdf:nil.
+_:assertion75 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:LITERAL_LONG2_with_2_squotes;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result75.
+_:result75 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/literal_with_CHARACTER_TABULATION.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/literal_with_CHARACTER_TABULATION.nq>;
+    earl:assertions _:assertions76.
+_:assertions76 rdf:first _:assertion76;
+    rdf:rest rdf:nil.
+_:assertion76 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_with_CHARACTER_TABULATION;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result76.
+_:result76 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/literal_with_BACKSPACE.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/literal_with_BACKSPACE.nq>;
+    earl:assertions _:assertions77.
+_:assertions77 rdf:first _:assertion77;
+    rdf:rest rdf:nil.
+_:assertion77 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_with_BACKSPACE;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result77.
+_:result77 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/literal_with_LINE_FEED.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/literal_with_LINE_FEED.nq>;
+    earl:assertions _:assertions78.
+_:assertions78 rdf:first _:assertion78;
+    rdf:rest rdf:nil.
+_:assertion78 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_with_LINE_FEED;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result78.
+_:result78 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/literal_with_CARRIAGE_RETURN.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/literal_with_CARRIAGE_RETURN.nq>;
+    earl:assertions _:assertions79.
+_:assertions79 rdf:first _:assertion79;
+    rdf:rest rdf:nil.
+_:assertion79 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_with_CARRIAGE_RETURN;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result79.
+_:result79 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/literal_with_FORM_FEED.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/literal_with_FORM_FEED.nq>;
+    earl:assertions _:assertions80.
+_:assertions80 rdf:first _:assertion80;
+    rdf:rest rdf:nil.
+_:assertion80 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_with_FORM_FEED;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result80.
+_:result80 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/literal_with_REVERSE_SOLIDUS.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/literal_with_REVERSE_SOLIDUS.nq>;
+    earl:assertions _:assertions81.
+_:assertions81 rdf:first _:assertion81;
+    rdf:rest rdf:nil.
+_:assertion81 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_with_REVERSE_SOLIDUS;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result81.
+_:result81 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/literal_with_escaped_CHARACTER_TABULATION.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/literal_with_CHARACTER_TABULATION.nq>;
+    earl:assertions _:assertions82.
+_:assertions82 rdf:first _:assertion82;
+    rdf:rest rdf:nil.
+_:assertion82 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_with_escaped_CHARACTER_TABULATION;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result82.
+_:result82 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/literal_with_escaped_BACKSPACE.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/literal_with_BACKSPACE.nq>;
+    earl:assertions _:assertions83.
+_:assertions83 rdf:first _:assertion83;
+    rdf:rest rdf:nil.
+_:assertion83 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_with_escaped_BACKSPACE;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result83.
+_:result83 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/literal_with_escaped_LINE_FEED.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/literal_with_LINE_FEED.nq>;
+    earl:assertions _:assertions84.
+_:assertions84 rdf:first _:assertion84;
+    rdf:rest rdf:nil.
+_:assertion84 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_with_escaped_LINE_FEED;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result84.
+_:result84 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/literal_with_escaped_CARRIAGE_RETURN.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/literal_with_CARRIAGE_RETURN.nq>;
+    earl:assertions _:assertions85.
+_:assertions85 rdf:first _:assertion85;
+    rdf:rest rdf:nil.
+_:assertion85 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_with_escaped_CARRIAGE_RETURN;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result85.
+_:result85 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/literal_with_escaped_FORM_FEED.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/literal_with_FORM_FEED.nq>;
+    earl:assertions _:assertions86.
+_:assertions86 rdf:first _:assertion86;
+    rdf:rest rdf:nil.
+_:assertion86 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_with_escaped_FORM_FEED;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result86.
+_:result86 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/literal_with_numeric_escape4.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/literal_with_numeric_escape4.nq>;
+    earl:assertions _:assertions87.
+_:assertions87 rdf:first _:assertion87;
+    rdf:rest rdf:nil.
+_:assertion87 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_with_numeric_escape4;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result87.
+_:result87 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/literal_with_numeric_escape8.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/literal_with_numeric_escape4.nq>;
+    earl:assertions _:assertions88.
+_:assertions88 rdf:first _:assertion88;
+    rdf:rest rdf:nil.
+_:assertion88 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_with_numeric_escape8;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result88.
+_:result88 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/IRIREF_datatype.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/IRIREF_datatype.nq>;
+    earl:assertions _:assertions89.
+_:assertions89 rdf:first _:assertion89;
+    rdf:rest rdf:nil.
+_:assertion89 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:IRIREF_datatype;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result89.
+_:result89 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/prefixed_name_datatype.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/IRIREF_datatype.nq>;
+    earl:assertions _:assertions90.
+_:assertions90 rdf:first _:assertion90;
+    rdf:rest rdf:nil.
+_:assertion90 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:prefixed_name_datatype;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result90.
+_:result90 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/bareword_integer.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/IRIREF_datatype.nq>;
+    earl:assertions _:assertions91.
+_:assertions91 rdf:first _:assertion91;
+    rdf:rest rdf:nil.
+_:assertion91 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:bareword_integer;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result91.
+_:result91 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/bareword_decimal.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/bareword_decimal.nq>;
+    earl:assertions _:assertions92.
+_:assertions92 rdf:first _:assertion92;
+    rdf:rest rdf:nil.
+_:assertion92 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:bareword_decimal;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result92.
+_:result92 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/bareword_double.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/bareword_double.nq>;
+    earl:assertions _:assertions93.
+_:assertions93 rdf:first _:assertion93;
+    rdf:rest rdf:nil.
+_:assertion93 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:bareword_double;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result93.
+_:result93 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/double_lower_case_e.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/double_lower_case_e.nq>;
+    earl:assertions _:assertions94.
+_:assertions94 rdf:first _:assertion94;
+    rdf:rest rdf:nil.
+_:assertion94 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:double_lower_case_e;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result94.
+_:result94 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/negative_numeric.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/negative_numeric.nq>;
+    earl:assertions _:assertions95.
+_:assertions95 rdf:first _:assertion95;
+    rdf:rest rdf:nil.
+_:assertion95 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:negative_numeric;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result95.
+_:result95 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/positive_numeric.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/positive_numeric.nq>;
+    earl:assertions _:assertions96.
+_:assertions96 rdf:first _:assertion96;
+    rdf:rest rdf:nil.
+_:assertion96 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:positive_numeric;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result96.
+_:result96 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/numeric_with_leading_0.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/numeric_with_leading_0.nq>;
+    earl:assertions _:assertions97.
+_:assertions97 rdf:first _:assertion97;
+    rdf:rest rdf:nil.
+_:assertion97 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:numeric_with_leading_0;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result97.
+_:result97 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/literal_true.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/literal_true.nq>;
+    earl:assertions _:assertions98.
+_:assertions98 rdf:first _:assertion98;
+    rdf:rest rdf:nil.
+_:assertion98 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_true;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result98.
+_:result98 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/literal_false.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/literal_false.nq>;
+    earl:assertions _:assertions99.
+_:assertions99 rdf:first _:assertion99;
+    rdf:rest rdf:nil.
+_:assertion99 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:literal_false;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result99.
+_:result99 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/langtagged_non_LONG.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/langtagged_non_LONG.nq>;
+    earl:assertions _:assertions100.
+_:assertions100 rdf:first _:assertion100;
+    rdf:rest rdf:nil.
+_:assertion100 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:langtagged_non_LONG;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result100.
+_:result100 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/langtagged_LONG.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/langtagged_non_LONG.nq>;
+    earl:assertions _:assertions101.
+_:assertions101 rdf:first _:assertion101;
+    rdf:rest rdf:nil.
+_:assertion101 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:langtagged_LONG;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result101.
+_:result101 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/lantag_with_subtag.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/lantag_with_subtag.nq>;
+    earl:assertions _:assertions102.
+_:assertions102 rdf:first _:assertion102;
+    rdf:rest rdf:nil.
+_:assertion102 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:lantag_with_subtag;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result102.
+_:result102 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:objectList_with_two_objects a earl:TestCriterion, earl:TestCase;
+    dc:title "objectList_with_two_objects";
+    dc:description "objectList with two objects … <o1>,<o2>";
+    mf:action <http://www.w3.org/2013/TriGTests/objectList_with_two_objects.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/objectList_with_two_objects.nq>;
+    earl:assertions _:assertions103.
+_:assertions103 rdf:first _:assertion103;
+    rdf:rest rdf:nil.
+_:assertion103 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:objectList_with_two_objects;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result103.
+_:result103 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:predicateObjectList_with_two_objectLists a earl:TestCriterion, earl:TestCase;
+    dc:title "predicateObjectList_with_two_objectLists";
+    dc:description "predicateObjectList with two objectLists … <o1>,<o2>";
+    mf:action <http://www.w3.org/2013/TriGTests/predicateObjectList_with_two_objectLists.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/predicateObjectList_with_two_objectLists.nq>;
+    earl:assertions _:assertions104.
+_:assertions104 rdf:first _:assertion104;
+    rdf:rest rdf:nil.
+_:assertion104 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:predicateObjectList_with_two_objectLists;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result104.
+_:result104 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/repeated_semis_at_end.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/predicateObjectList_with_two_objectLists.nq>;
+    earl:assertions _:assertions105.
+_:assertions105 rdf:first _:assertion105;
+    rdf:rest rdf:nil.
+_:assertion105 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:repeated_semis_at_end;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result105.
+_:result105 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/repeated_semis_not_at_end.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/repeated_semis_not_at_end.nq>;
+    earl:assertions _:assertions106.
+_:assertions106 rdf:first _:assertion106;
+    rdf:rest rdf:nil.
+_:assertion106 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:repeated_semis_not_at_end;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result106.
+_:result106 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/comment_following_localName.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/IRI_spo.nq>;
+    earl:assertions _:assertions107.
+_:assertions107 rdf:first _:assertion107;
+    rdf:rest rdf:nil.
+_:assertion107 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:comment_following_localName;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result107.
+_:result107 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/number_sign_following_localName.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/number_sign_following_localName.nq>;
+    earl:assertions _:assertions108.
+_:assertions108 rdf:first _:assertion108;
+    rdf:rest rdf:nil.
+_:assertion108 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:number_sign_following_localName;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result108.
+_:result108 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/comment_following_PNAME_NS.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/comment_following_PNAME_NS.nq>;
+    earl:assertions _:assertions109.
+_:assertions109 rdf:first _:assertion109;
+    rdf:rest rdf:nil.
+_:assertion109 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:comment_following_PNAME_NS;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result109.
+_:result109 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/number_sign_following_PNAME_NS.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/number_sign_following_PNAME_NS.nq>;
+    earl:assertions _:assertions110.
+_:assertions110 rdf:first _:assertion110;
+    rdf:rest rdf:nil.
+_:assertion110 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:number_sign_following_PNAME_NS;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result110.
+_:result110 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/LITERAL_LONG2_with_REVERSE_SOLIDUS.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/LITERAL_LONG2_with_REVERSE_SOLIDUS.nq>;
+    earl:assertions _:assertions111.
+_:assertions111 rdf:first _:assertion111;
+    rdf:rest rdf:nil.
+_:assertion111 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:LITERAL_LONG2_with_REVERSE_SOLIDUS;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result111.
+_:result111 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-LITERAL2_with_langtag_and_datatype a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-num-05";
+    dc:description "Bad number format (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-LITERAL2_with_langtag_and_datatype.trig>;
+    earl:assertions _:assertions112.
+_:assertions112 rdf:first _:assertion112;
+    rdf:rest rdf:nil.
+_:assertion112 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-LITERAL2_with_langtag_and_datatype;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result112.
+_:result112 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/two_LITERAL_LONG2s.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/two_LITERAL_LONG2s.nq>;
+    earl:assertions _:assertions113.
+_:assertions113 rdf:first _:assertion113;
+    rdf:rest rdf:nil.
+_:assertion113 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:two_LITERAL_LONG2s;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result113.
+_:result113 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^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/TriGTests/langtagged_LONG_with_subtag.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/langtagged_LONG_with_subtag.nq>;
+    earl:assertions _:assertions114.
+_:assertions114 rdf:first _:assertion114;
+    rdf:rest rdf:nil.
+_:assertion114 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:langtagged_LONG_with_subtag;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result114.
+_:result114 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-file-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-file-01";
+    dc:description "Empty file";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-file-01.trig>;
+    earl:assertions _:assertions115.
+_:assertions115 rdf:first _:assertion115;
+    rdf:rest rdf:nil.
+_:assertion115 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-file-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result115.
+_:result115 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-file-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-file-02";
+    dc:description "Only comment";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-file-02.trig>;
+    earl:assertions _:assertions116.
+_:assertions116 rdf:first _:assertion116;
+    rdf:rest rdf:nil.
+_:assertion116 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-file-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result116.
+_:result116 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-file-03 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-file-03";
+    dc:description "One comment, one empty line";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-file-03.trig>;
+    earl:assertions _:assertions117.
+_:assertions117 rdf:first _:assertion117;
+    rdf:rest rdf:nil.
+_:assertion117 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-file-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result117.
+_:result117 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-uri-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-uri-01";
+    dc:description "Only IRIs";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-uri-01.trig>;
+    earl:assertions _:assertions118.
+_:assertions118 rdf:first _:assertion118;
+    rdf:rest rdf:nil.
+_:assertion118 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-uri-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result118.
+_:result118 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-uri-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-uri-02";
+    dc:description "IRIs with Unicode escape";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-uri-02.trig>;
+    earl:assertions _:assertions119.
+_:assertions119 rdf:first _:assertion119;
+    rdf:rest rdf:nil.
+_:assertion119 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-uri-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result119.
+_:result119 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-uri-03 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-uri-03";
+    dc:description "IRIs with long Unicode escape";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-uri-03.trig>;
+    earl:assertions _:assertions120.
+_:assertions120 rdf:first _:assertion120;
+    rdf:rest rdf:nil.
+_:assertion120 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-uri-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result120.
+_:result120 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-uri-04 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-uri-04";
+    dc:description "Legal IRIs";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-uri-04.trig>;
+    earl:assertions _:assertions121.
+_:assertions121 rdf:first _:assertion121;
+    rdf:rest rdf:nil.
+_:assertion121 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-uri-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result121.
+_:result121 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-base-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-base-01";
+    dc:description "@base";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-base-01.trig>;
+    earl:assertions _:assertions122.
+_:assertions122 rdf:first _:assertion122;
+    rdf:rest rdf:nil.
+_:assertion122 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-base-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result122.
+_:result122 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-base-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-base-02";
+    dc:description "BASE";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-base-02.trig>;
+    earl:assertions _:assertions123.
+_:assertions123 rdf:first _:assertion123;
+    rdf:rest rdf:nil.
+_:assertion123 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-base-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result123.
+_:result123 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-base-03 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-base-03";
+    dc:description "@base with relative IRIs";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-base-03.trig>;
+    earl:assertions _:assertions124.
+_:assertions124 rdf:first _:assertion124;
+    rdf:rest rdf:nil.
+_:assertion124 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-base-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result124.
+_:result124 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-base-04 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-base-04";
+    dc:description "base with relative IRIs";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-base-04.trig>;
+    earl:assertions _:assertions125.
+_:assertions125 rdf:first _:assertion125;
+    rdf:rest rdf:nil.
+_:assertion125 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-base-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result125.
+_:result125 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-prefix-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-prefix-01";
+    dc:description "@prefix";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-prefix-01.trig>;
+    earl:assertions _:assertions126.
+_:assertions126 rdf:first _:assertion126;
+    rdf:rest rdf:nil.
+_:assertion126 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-prefix-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result126.
+_:result126 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-prefix-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-prefix-02";
+    dc:description "PreFIX";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-prefix-02.trig>;
+    earl:assertions _:assertions127.
+_:assertions127 rdf:first _:assertion127;
+    rdf:rest rdf:nil.
+_:assertion127 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-prefix-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result127.
+_:result127 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-prefix-03 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-prefix-03";
+    dc:description "Empty PREFIX";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-prefix-03.trig>;
+    earl:assertions _:assertions128.
+_:assertions128 rdf:first _:assertion128;
+    rdf:rest rdf:nil.
+_:assertion128 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-prefix-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result128.
+_:result128 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-prefix-04 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-prefix-04";
+    dc:description "Empty @prefix with % escape";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-prefix-04.trig>;
+    earl:assertions _:assertions129.
+_:assertions129 rdf:first _:assertion129;
+    rdf:rest rdf:nil.
+_:assertion129 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-prefix-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result129.
+_:result129 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-prefix-05 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-prefix-05";
+    dc:description "@prefix with no suffix";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-prefix-05.trig>;
+    earl:assertions _:assertions130.
+_:assertions130 rdf:first _:assertion130;
+    rdf:rest rdf:nil.
+_:assertion130 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-prefix-05;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result130.
+_:result130 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-prefix-06 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-prefix-06";
+    dc:description "colon is a legal pname character";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-prefix-06.trig>;
+    earl:assertions _:assertions131.
+_:assertions131 rdf:first _:assertion131;
+    rdf:rest rdf:nil.
+_:assertion131 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-prefix-06;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result131.
+_:result131 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-prefix-07 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-prefix-07";
+    dc:description "dash is a legal pname character";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-prefix-07.trig>;
+    earl:assertions _:assertions132.
+_:assertions132 rdf:first _:assertion132;
+    rdf:rest rdf:nil.
+_:assertion132 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-prefix-07;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result132.
+_:result132 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-prefix-08 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-prefix-08";
+    dc:description "underscore is a legal pname character";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-prefix-08.trig>;
+    earl:assertions _:assertions133.
+_:assertions133 rdf:first _:assertion133;
+    rdf:rest rdf:nil.
+_:assertion133 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-prefix-08;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result133.
+_:result133 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-prefix-09 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-prefix-09";
+    dc:description "percents in pnames";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-prefix-09.trig>;
+    earl:assertions _:assertions134.
+_:assertions134 rdf:first _:assertion134;
+    rdf:rest rdf:nil.
+_:assertion134 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-prefix-09;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result134.
+_:result134 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-string-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-string-01";
+    dc:description "string literal";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-string-01.trig>;
+    earl:assertions _:assertions135.
+_:assertions135 rdf:first _:assertion135;
+    rdf:rest rdf:nil.
+_:assertion135 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-string-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result135.
+_:result135 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-string-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-string-02";
+    dc:description "langString literal";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-string-02.trig>;
+    earl:assertions _:assertions136.
+_:assertions136 rdf:first _:assertion136;
+    rdf:rest rdf:nil.
+_:assertion136 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-string-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result136.
+_:result136 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-string-03 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-string-03";
+    dc:description "langString literal with region";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-string-03.trig>;
+    earl:assertions _:assertions137.
+_:assertions137 rdf:first _:assertion137;
+    rdf:rest rdf:nil.
+_:assertion137 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-string-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result137.
+_:result137 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-string-04 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-string-04";
+    dc:description "squote string literal";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-string-04.trig>;
+    earl:assertions _:assertions138.
+_:assertions138 rdf:first _:assertion138;
+    rdf:rest rdf:nil.
+_:assertion138 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-string-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result138.
+_:result138 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-string-05 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-string-05";
+    dc:description "squote langString literal";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-string-05.trig>;
+    earl:assertions _:assertions139.
+_:assertions139 rdf:first _:assertion139;
+    rdf:rest rdf:nil.
+_:assertion139 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-string-05;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result139.
+_:result139 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-string-06 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-string-06";
+    dc:description "squote langString literal with region";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-string-06.trig>;
+    earl:assertions _:assertions140.
+_:assertions140 rdf:first _:assertion140;
+    rdf:rest rdf:nil.
+_:assertion140 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-string-06;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result140.
+_:result140 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-string-07 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-string-07";
+    dc:description "long string literal with embedded single- and double-quotes";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-string-07.trig>;
+    earl:assertions _:assertions141.
+_:assertions141 rdf:first _:assertion141;
+    rdf:rest rdf:nil.
+_:assertion141 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-string-07;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result141.
+_:result141 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-string-08 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-string-08";
+    dc:description "long string literal with embedded newline";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-string-08.trig>;
+    earl:assertions _:assertions142.
+_:assertions142 rdf:first _:assertion142;
+    rdf:rest rdf:nil.
+_:assertion142 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-string-08;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result142.
+_:result142 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-string-09 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-string-09";
+    dc:description "squote long string literal with embedded single- and double-quotes";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-string-09.trig>;
+    earl:assertions _:assertions143.
+_:assertions143 rdf:first _:assertion143;
+    rdf:rest rdf:nil.
+_:assertion143 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-string-09;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result143.
+_:result143 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-string-10 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-string-10";
+    dc:description "long langString literal with embedded newline";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-string-10.trig>;
+    earl:assertions _:assertions144.
+_:assertions144 rdf:first _:assertion144;
+    rdf:rest rdf:nil.
+_:assertion144 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-string-10;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result144.
+_:result144 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-string-11 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-string-11";
+    dc:description "squote long langString literal with embedded newline";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-string-11.trig>;
+    earl:assertions _:assertions145.
+_:assertions145 rdf:first _:assertion145;
+    rdf:rest rdf:nil.
+_:assertion145 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-string-11;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result145.
+_:result145 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-str-esc-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-str-esc-01";
+    dc:description "string literal with escaped newline";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-str-esc-01.trig>;
+    earl:assertions _:assertions146.
+_:assertions146 rdf:first _:assertion146;
+    rdf:rest rdf:nil.
+_:assertion146 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-str-esc-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result146.
+_:result146 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-str-esc-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-str-esc-02";
+    dc:description "string literal with Unicode escape";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-str-esc-02.trig>;
+    earl:assertions _:assertions147.
+_:assertions147 rdf:first _:assertion147;
+    rdf:rest rdf:nil.
+_:assertion147 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-str-esc-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result147.
+_:result147 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-str-esc-03 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-str-esc-03";
+    dc:description "string literal with long Unicode escape";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-str-esc-03.trig>;
+    earl:assertions _:assertions148.
+_:assertions148 rdf:first _:assertion148;
+    rdf:rest rdf:nil.
+_:assertion148 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-str-esc-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result148.
+_:result148 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-pname-esc-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-pname-esc-01";
+    dc:description "pname with back-slash escapes";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-pname-esc-01.trig>;
+    earl:assertions _:assertions149.
+_:assertions149 rdf:first _:assertion149;
+    rdf:rest rdf:nil.
+_:assertion149 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-pname-esc-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result149.
+_:result149 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-pname-esc-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-pname-esc-02";
+    dc:description "pname with back-slash escapes (2)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-pname-esc-02.trig>;
+    earl:assertions _:assertions150.
+_:assertions150 rdf:first _:assertion150;
+    rdf:rest rdf:nil.
+_:assertion150 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-pname-esc-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result150.
+_:result150 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-pname-esc-03 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-pname-esc-03";
+    dc:description "pname with back-slash escapes (3)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-pname-esc-03.trig>;
+    earl:assertions _:assertions151.
+_:assertions151 rdf:first _:assertion151;
+    rdf:rest rdf:nil.
+_:assertion151 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-pname-esc-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result151.
+_:result151 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bnode-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bnode-01";
+    dc:description "bnode subject";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bnode-01.trig>;
+    earl:assertions _:assertions152.
+_:assertions152 rdf:first _:assertion152;
+    rdf:rest rdf:nil.
+_:assertion152 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bnode-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result152.
+_:result152 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bnode-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bnode-02";
+    dc:description "bnode object";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bnode-02.trig>;
+    earl:assertions _:assertions153.
+_:assertions153 rdf:first _:assertion153;
+    rdf:rest rdf:nil.
+_:assertion153 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bnode-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result153.
+_:result153 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bnode-03 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bnode-03";
+    dc:description "bnode property list object";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bnode-03.trig>;
+    earl:assertions _:assertions154.
+_:assertions154 rdf:first _:assertion154;
+    rdf:rest rdf:nil.
+_:assertion154 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bnode-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result154.
+_:result154 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bnode-04 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bnode-04";
+    dc:description "bnode property list object (2)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bnode-04.trig>;
+    earl:assertions _:assertions155.
+_:assertions155 rdf:first _:assertion155;
+    rdf:rest rdf:nil.
+_:assertion155 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bnode-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result155.
+_:result155 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bnode-05 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bnode-05";
+    dc:description "bnode property list subject";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bnode-05.trig>;
+    earl:assertions _:assertions156.
+_:assertions156 rdf:first _:assertion156;
+    rdf:rest rdf:nil.
+_:assertion156 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bnode-05;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result156.
+_:result156 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bnode-06 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bnode-06";
+    dc:description "labeled bnode subject";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bnode-06.trig>;
+    earl:assertions _:assertions157.
+_:assertions157 rdf:first _:assertion157;
+    rdf:rest rdf:nil.
+_:assertion157 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bnode-06;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result157.
+_:result157 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bnode-07 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bnode-07";
+    dc:description "labeled bnode subject and object";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bnode-07.trig>;
+    earl:assertions _:assertions158.
+_:assertions158 rdf:first _:assertion158;
+    rdf:rest rdf:nil.
+_:assertion158 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bnode-07;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result158.
+_:result158 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bnode-08 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bnode-08";
+    dc:description "bare bnode property list";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bnode-08.trig>;
+    earl:assertions _:assertions159.
+_:assertions159 rdf:first _:assertion159;
+    rdf:rest rdf:nil.
+_:assertion159 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bnode-08;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result159.
+_:result159 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bnode-09 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bnode-09";
+    dc:description "bnode property list";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bnode-09.trig>;
+    earl:assertions _:assertions160.
+_:assertions160 rdf:first _:assertion160;
+    rdf:rest rdf:nil.
+_:assertion160 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bnode-09;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result160.
+_:result160 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bnode-10 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bnode-10";
+    dc:description "mixed bnode property list and triple";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bnode-10.trig>;
+    earl:assertions _:assertions161.
+_:assertions161 rdf:first _:assertion161;
+    rdf:rest rdf:nil.
+_:assertion161 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bnode-10;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result161.
+_:result161 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-number-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-number-01";
+    dc:description "integer literal";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-number-01.trig>;
+    earl:assertions _:assertions162.
+_:assertions162 rdf:first _:assertion162;
+    rdf:rest rdf:nil.
+_:assertion162 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-number-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result162.
+_:result162 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-number-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-number-02";
+    dc:description "negative integer literal";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-number-02.trig>;
+    earl:assertions _:assertions163.
+_:assertions163 rdf:first _:assertion163;
+    rdf:rest rdf:nil.
+_:assertion163 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-number-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result163.
+_:result163 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-number-03 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-number-03";
+    dc:description "positive integer literal";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-number-03.trig>;
+    earl:assertions _:assertions164.
+_:assertions164 rdf:first _:assertion164;
+    rdf:rest rdf:nil.
+_:assertion164 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-number-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result164.
+_:result164 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-number-04 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-number-04";
+    dc:description "decimal literal";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-number-04.trig>;
+    earl:assertions _:assertions165.
+_:assertions165 rdf:first _:assertion165;
+    rdf:rest rdf:nil.
+_:assertion165 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-number-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result165.
+_:result165 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-number-05 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-number-05";
+    dc:description "decimal literal (no leading digits)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-number-05.trig>;
+    earl:assertions _:assertions166.
+_:assertions166 rdf:first _:assertion166;
+    rdf:rest rdf:nil.
+_:assertion166 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-number-05;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result166.
+_:result166 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-number-06 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-number-06";
+    dc:description "negative decimal literal";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-number-06.trig>;
+    earl:assertions _:assertions167.
+_:assertions167 rdf:first _:assertion167;
+    rdf:rest rdf:nil.
+_:assertion167 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-number-06;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result167.
+_:result167 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-number-07 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-number-07";
+    dc:description "positive decimal literal";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-number-07.trig>;
+    earl:assertions _:assertions168.
+_:assertions168 rdf:first _:assertion168;
+    rdf:rest rdf:nil.
+_:assertion168 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-number-07;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result168.
+_:result168 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-number-08 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-number-08";
+    dc:description "integer literal with decimal lexical confusion";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-number-08.trig>;
+    earl:assertions _:assertions169.
+_:assertions169 rdf:first _:assertion169;
+    rdf:rest rdf:nil.
+_:assertion169 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-number-08;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result169.
+_:result169 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-number-09 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-number-09";
+    dc:description "double literal";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-number-09.trig>;
+    earl:assertions _:assertions170.
+_:assertions170 rdf:first _:assertion170;
+    rdf:rest rdf:nil.
+_:assertion170 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-number-09;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result170.
+_:result170 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-number-10 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-number-10";
+    dc:description "negative double literal";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-number-10.trig>;
+    earl:assertions _:assertions171.
+_:assertions171 rdf:first _:assertion171;
+    rdf:rest rdf:nil.
+_:assertion171 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-number-10;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result171.
+_:result171 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-number-11 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-number-11";
+    dc:description "double literal no fraction";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-number-11.trig>;
+    earl:assertions _:assertions172.
+_:assertions172 rdf:first _:assertion172;
+    rdf:rest rdf:nil.
+_:assertion172 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-number-11;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result172.
+_:result172 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-datatypes-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-datatypes-01";
+    dc:description "xsd:byte literal";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-datatypes-01.trig>;
+    earl:assertions _:assertions173.
+_:assertions173 rdf:first _:assertion173;
+    rdf:rest rdf:nil.
+_:assertion173 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-datatypes-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result173.
+_:result173 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-datatypes-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-datatypes-02";
+    dc:description "integer as xsd:string";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-datatypes-02.trig>;
+    earl:assertions _:assertions174.
+_:assertions174 rdf:first _:assertion174;
+    rdf:rest rdf:nil.
+_:assertion174 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-datatypes-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result174.
+_:result174 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-kw-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-kw-01";
+    dc:description "boolean literal (true)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-kw-01.trig>;
+    earl:assertions _:assertions175.
+_:assertions175 rdf:first _:assertion175;
+    rdf:rest rdf:nil.
+_:assertion175 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-kw-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result175.
+_:result175 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-kw-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-kw-02";
+    dc:description "boolean literal (false)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-kw-02.trig>;
+    earl:assertions _:assertions176.
+_:assertions176 rdf:first _:assertion176;
+    rdf:rest rdf:nil.
+_:assertion176 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-kw-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result176.
+_:result176 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-kw-03 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-kw-03";
+    dc:description "'a' as keyword";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-kw-03.trig>;
+    earl:assertions _:assertions177.
+_:assertions177 rdf:first _:assertion177;
+    rdf:rest rdf:nil.
+_:assertion177 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-kw-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result177.
+_:result177 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-struct-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-struct-01";
+    dc:description "object list";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-struct-01.trig>;
+    earl:assertions _:assertions178.
+_:assertions178 rdf:first _:assertion178;
+    rdf:rest rdf:nil.
+_:assertion178 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-struct-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result178.
+_:result178 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-struct-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-struct-02";
+    dc:description "predicate list with object list";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-struct-02.trig>;
+    earl:assertions _:assertions179.
+_:assertions179 rdf:first _:assertion179;
+    rdf:rest rdf:nil.
+_:assertion179 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-struct-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result179.
+_:result179 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-struct-03 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-struct-03";
+    dc:description "predicate list with object list and dangling ';'";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-struct-03.trig>;
+    earl:assertions _:assertions180.
+_:assertions180 rdf:first _:assertion180;
+    rdf:rest rdf:nil.
+_:assertion180 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-struct-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result180.
+_:result180 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-struct-04 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-struct-04";
+    dc:description "predicate list with multiple ;;";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-struct-04.trig>;
+    earl:assertions _:assertions181.
+_:assertions181 rdf:first _:assertion181;
+    rdf:rest rdf:nil.
+_:assertion181 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-struct-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result181.
+_:result181 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-struct-05 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-struct-05";
+    dc:description "predicate list with multiple ;;";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-struct-05.trig>;
+    earl:assertions _:assertions182.
+_:assertions182 rdf:first _:assertion182;
+    rdf:rest rdf:nil.
+_:assertion182 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-struct-05;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result182.
+_:result182 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-lists-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-lists-01";
+    dc:description "empty list";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-lists-01.trig>;
+    earl:assertions _:assertions183.
+_:assertions183 rdf:first _:assertion183;
+    rdf:rest rdf:nil.
+_:assertion183 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-lists-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result183.
+_:result183 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-lists-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-lists-02";
+    dc:description "mixed list";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-lists-02.trig>;
+    earl:assertions _:assertions184.
+_:assertions184 rdf:first _:assertion184;
+    rdf:rest rdf:nil.
+_:assertion184 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-lists-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result184.
+_:result184 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-lists-03 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-lists-03";
+    dc:description "isomorphic list as subject and object";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-lists-03.trig>;
+    earl:assertions _:assertions185.
+_:assertions185 rdf:first _:assertion185;
+    rdf:rest rdf:nil.
+_:assertion185 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-lists-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result185.
+_:result185 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-lists-04 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-lists-04";
+    dc:description "lists of lists";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-lists-04.trig>;
+    earl:assertions _:assertions186.
+_:assertions186 rdf:first _:assertion186;
+    rdf:rest rdf:nil.
+_:assertion186 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-lists-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result186.
+_:result186 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-lists-05 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-lists-05";
+    dc:description "mixed lists with embedded lists";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-lists-05.trig>;
+    earl:assertions _:assertions187.
+_:assertions187 rdf:first _:assertion187;
+    rdf:rest rdf:nil.
+_:assertion187 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-lists-05;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result187.
+_:result187 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-uri-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-uri-01";
+    dc:description "Bad IRI : space (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-uri-01.trig>;
+    earl:assertions _:assertions188.
+_:assertions188 rdf:first _:assertion188;
+    rdf:rest rdf:nil.
+_:assertion188 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-uri-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result188.
+_:result188 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-uri-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-uri-02";
+    dc:description "Bad IRI : bad escape (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-uri-02.trig>;
+    earl:assertions _:assertions189.
+_:assertions189 rdf:first _:assertion189;
+    rdf:rest rdf:nil.
+_:assertion189 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-uri-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result189.
+_:result189 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-uri-03 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-uri-03";
+    dc:description "Bad IRI : bad long escape (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-uri-03.trig>;
+    earl:assertions _:assertions190.
+_:assertions190 rdf:first _:assertion190;
+    rdf:rest rdf:nil.
+_:assertion190 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-uri-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result190.
+_:result190 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-uri-04 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-uri-04";
+    dc:description "Bad IRI : character escapes not allowed (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-uri-04.trig>;
+    earl:assertions _:assertions191.
+_:assertions191 rdf:first _:assertion191;
+    rdf:rest rdf:nil.
+_:assertion191 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-uri-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result191.
+_:result191 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-uri-05 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-uri-05";
+    dc:description "Bad IRI : character escapes not allowed (2) (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-uri-05.trig>;
+    earl:assertions _:assertions192.
+_:assertions192 rdf:first _:assertion192;
+    rdf:rest rdf:nil.
+_:assertion192 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-uri-05;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result192.
+_:result192 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-prefix-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-prefix-01";
+    dc:description "No prefix (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-prefix-01.trig>;
+    earl:assertions _:assertions193.
+_:assertions193 rdf:first _:assertion193;
+    rdf:rest rdf:nil.
+_:assertion193 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-prefix-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result193.
+_:result193 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-prefix-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-prefix-02";
+    dc:description "No prefix (2) (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-prefix-02.trig>;
+    earl:assertions _:assertions194.
+_:assertions194 rdf:first _:assertion194;
+    rdf:rest rdf:nil.
+_:assertion194 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-prefix-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result194.
+_:result194 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-prefix-03 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-prefix-03";
+    dc:description "@prefix without URI (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-prefix-03.trig>;
+    earl:assertions _:assertions195.
+_:assertions195 rdf:first _:assertion195;
+    rdf:rest rdf:nil.
+_:assertion195 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-prefix-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result195.
+_:result195 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-prefix-04 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-prefix-04";
+    dc:description "@prefix without prefix name (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-prefix-04.trig>;
+    earl:assertions _:assertions196.
+_:assertions196 rdf:first _:assertion196;
+    rdf:rest rdf:nil.
+_:assertion196 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-prefix-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result196.
+_:result196 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-prefix-05 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-prefix-05";
+    dc:description "@prefix without ':' (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-prefix-05.trig>;
+    earl:assertions _:assertions197.
+_:assertions197 rdf:first _:assertion197;
+    rdf:rest rdf:nil.
+_:assertion197 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-prefix-05;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result197.
+_:result197 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-base-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-base-01";
+    dc:description "@base without URI (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-base-01.trig>;
+    earl:assertions _:assertions198.
+_:assertions198 rdf:first _:assertion198;
+    rdf:rest rdf:nil.
+_:assertion198 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-base-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result198.
+_:result198 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-base-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-base-02";
+    dc:description "@base in wrong case (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-base-02.trig>;
+    earl:assertions _:assertions199.
+_:assertions199 rdf:first _:assertion199;
+    rdf:rest rdf:nil.
+_:assertion199 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-base-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result199.
+_:result199 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-base-03 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-base-03";
+    dc:description "BASE without URI (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-base-03.trig>;
+    earl:assertions _:assertions200.
+_:assertions200 rdf:first _:assertion200;
+    rdf:rest rdf:nil.
+_:assertion200 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-base-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result200.
+_:result200 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-struct-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-struct-02";
+    dc:description "Turtle is not N3 (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-struct-02.trig>;
+    earl:assertions _:assertions201.
+_:assertions201 rdf:first _:assertion201;
+    rdf:rest rdf:nil.
+_:assertion201 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-struct-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result201.
+_:result201 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-struct-03 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-struct-03";
+    dc:description "Turtle is not NQuads (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-struct-03.trig>;
+    earl:assertions _:assertions202.
+_:assertions202 rdf:first _:assertion202;
+    rdf:rest rdf:nil.
+_:assertion202 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-struct-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result202.
+_:result202 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-struct-04 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-struct-04";
+    dc:description "Turtle does not allow literals-as-subjects (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-struct-04.trig>;
+    earl:assertions _:assertions203.
+_:assertions203 rdf:first _:assertion203;
+    rdf:rest rdf:nil.
+_:assertion203 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-struct-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result203.
+_:result203 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-struct-05 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-struct-05";
+    dc:description "Turtle does not allow literals-as-predicates (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-struct-05.trig>;
+    earl:assertions _:assertions204.
+_:assertions204 rdf:first _:assertion204;
+    rdf:rest rdf:nil.
+_:assertion204 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-struct-05;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result204.
+_:result204 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-struct-06 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-struct-06";
+    dc:description "Turtle does not allow bnodes-as-predicates (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-struct-06.trig>;
+    earl:assertions _:assertions205.
+_:assertions205 rdf:first _:assertion205;
+    rdf:rest rdf:nil.
+_:assertion205 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-struct-06;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result205.
+_:result205 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-struct-07 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-struct-07";
+    dc:description "Turtle does not allow labeled bnodes-as-predicates (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-struct-07.trig>;
+    earl:assertions _:assertions206.
+_:assertions206 rdf:first _:assertion206;
+    rdf:rest rdf:nil.
+_:assertion206 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-struct-07;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result206.
+_:result206 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-kw-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-kw-01";
+    dc:description "'A' is not a keyword (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-kw-01.trig>;
+    earl:assertions _:assertions207.
+_:assertions207 rdf:first _:assertion207;
+    rdf:rest rdf:nil.
+_:assertion207 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-kw-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result207.
+_:result207 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-kw-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-kw-02";
+    dc:description "'a' cannot be used as subject (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-kw-02.trig>;
+    earl:assertions _:assertions208.
+_:assertions208 rdf:first _:assertion208;
+    rdf:rest rdf:nil.
+_:assertion208 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-kw-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result208.
+_:result208 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-kw-03 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-kw-03";
+    dc:description "'a' cannot be used as object (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-kw-03.trig>;
+    earl:assertions _:assertions209.
+_:assertions209 rdf:first _:assertion209;
+    rdf:rest rdf:nil.
+_:assertion209 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-kw-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result209.
+_:result209 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-kw-04 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-kw-04";
+    dc:description "'true' cannot be used as subject (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-kw-04.trig>;
+    earl:assertions _:assertions210.
+_:assertions210 rdf:first _:assertion210;
+    rdf:rest rdf:nil.
+_:assertion210 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-kw-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result210.
+_:result210 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-kw-05 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-kw-05";
+    dc:description "'true' cannot be used as object (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-kw-05.trig>;
+    earl:assertions _:assertions211.
+_:assertions211 rdf:first _:assertion211;
+    rdf:rest rdf:nil.
+_:assertion211 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-kw-05;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result211.
+_:result211 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-n3-extras-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-n3-extras-01";
+    dc:description "{} fomulae not in Turtle (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-n3-extras-01.trig>;
+    earl:assertions _:assertions212.
+_:assertions212 rdf:first _:assertion212;
+    rdf:rest rdf:nil.
+_:assertion212 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-n3-extras-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result212.
+_:result212 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-n3-extras-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-n3-extras-02";
+    dc:description "= is not Turtle (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-n3-extras-02.trig>;
+    earl:assertions _:assertions213.
+_:assertions213 rdf:first _:assertion213;
+    rdf:rest rdf:nil.
+_:assertion213 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-n3-extras-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result213.
+_:result213 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-n3-extras-03 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-n3-extras-03";
+    dc:description "N3 paths not in Turtle (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-n3-extras-03.trig>;
+    earl:assertions _:assertions214.
+_:assertions214 rdf:first _:assertion214;
+    rdf:rest rdf:nil.
+_:assertion214 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-n3-extras-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result214.
+_:result214 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-n3-extras-04 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-n3-extras-04";
+    dc:description "N3 paths not in Turtle (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-n3-extras-04.trig>;
+    earl:assertions _:assertions215.
+_:assertions215 rdf:first _:assertion215;
+    rdf:rest rdf:nil.
+_:assertion215 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-n3-extras-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result215.
+_:result215 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-n3-extras-05 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-n3-extras-05";
+    dc:description "N3 is...of not in Turtle (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-n3-extras-05.trig>;
+    earl:assertions _:assertions216.
+_:assertions216 rdf:first _:assertion216;
+    rdf:rest rdf:nil.
+_:assertion216 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-n3-extras-05;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result216.
+_:result216 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-n3-extras-06 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-n3-extras-06";
+    dc:description "N3 paths not in Turtle (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-n3-extras-06.trig>;
+    earl:assertions _:assertions217.
+_:assertions217 rdf:first _:assertion217;
+    rdf:rest rdf:nil.
+_:assertion217 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-n3-extras-06;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result217.
+_:result217 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-n3-extras-07 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-n3-extras-07";
+    dc:description "@keywords is not Turtle (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-n3-extras-07.trig>;
+    earl:assertions _:assertions218.
+_:assertions218 rdf:first _:assertion218;
+    rdf:rest rdf:nil.
+_:assertion218 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-n3-extras-07;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result218.
+_:result218 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-n3-extras-08 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-n3-extras-08";
+    dc:description "@keywords is not Turtle (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-n3-extras-08.trig>;
+    earl:assertions _:assertions219.
+_:assertions219 rdf:first _:assertion219;
+    rdf:rest rdf:nil.
+_:assertion219 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-n3-extras-08;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result219.
+_:result219 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-n3-extras-09 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-n3-extras-09";
+    dc:description "=> is not Turtle (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-n3-extras-09.trig>;
+    earl:assertions _:assertions220.
+_:assertions220 rdf:first _:assertion220;
+    rdf:rest rdf:nil.
+_:assertion220 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-n3-extras-09;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result220.
+_:result220 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-n3-extras-10 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-n3-extras-10";
+    dc:description "<= is not Turtle (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-n3-extras-10.trig>;
+    earl:assertions _:assertions221.
+_:assertions221 rdf:first _:assertion221;
+    rdf:rest rdf:nil.
+_:assertion221 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-n3-extras-10;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result221.
+_:result221 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-n3-extras-11 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-n3-extras-11";
+    dc:description "@forSome is not Turtle (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-n3-extras-11.trig>;
+    earl:assertions _:assertions222.
+_:assertions222 rdf:first _:assertion222;
+    rdf:rest rdf:nil.
+_:assertion222 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-n3-extras-11;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result222.
+_:result222 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-n3-extras-12 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-n3-extras-12";
+    dc:description "@forAll is not Turtle (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-n3-extras-12.trig>;
+    earl:assertions _:assertions223.
+_:assertions223 rdf:first _:assertion223;
+    rdf:rest rdf:nil.
+_:assertion223 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-n3-extras-12;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result223.
+_:result223 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-n3-extras-13 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-n3-extras-13";
+    dc:description "@keywords is not Turtle (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-n3-extras-13.trig>;
+    earl:assertions _:assertions224.
+_:assertions224 rdf:first _:assertion224;
+    rdf:rest rdf:nil.
+_:assertion224 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-n3-extras-13;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result224.
+_:result224 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-struct-09 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-struct-09";
+    dc:description "extra '.' (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-struct-09.trig>;
+    earl:assertions _:assertions225.
+_:assertions225 rdf:first _:assertion225;
+    rdf:rest rdf:nil.
+_:assertion225 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-struct-09;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result225.
+_:result225 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-struct-10 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-struct-10";
+    dc:description "extra '.' (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-struct-10.trig>;
+    earl:assertions _:assertions226.
+_:assertions226 rdf:first _:assertion226;
+    rdf:rest rdf:nil.
+_:assertion226 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-struct-10;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result226.
+_:result226 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-struct-12 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-struct-12";
+    dc:description "subject, predicate, no object (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-struct-12.trig>;
+    earl:assertions _:assertions227.
+_:assertions227 rdf:first _:assertion227;
+    rdf:rest rdf:nil.
+_:assertion227 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-struct-12;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result227.
+_:result227 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-struct-13 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-struct-13";
+    dc:description "subject, predicate, no object (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-struct-13.trig>;
+    earl:assertions _:assertions228.
+_:assertions228 rdf:first _:assertion228;
+    rdf:rest rdf:nil.
+_:assertion228 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-struct-13;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result228.
+_:result228 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-struct-14 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-struct-14";
+    dc:description "literal as subject (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-struct-14.trig>;
+    earl:assertions _:assertions229.
+_:assertions229 rdf:first _:assertion229;
+    rdf:rest rdf:nil.
+_:assertion229 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-struct-14;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result229.
+_:result229 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-struct-15 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-struct-15";
+    dc:description "literal as predicate (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-struct-15.trig>;
+    earl:assertions _:assertions230.
+_:assertions230 rdf:first _:assertion230;
+    rdf:rest rdf:nil.
+_:assertion230 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-struct-15;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result230.
+_:result230 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-struct-16 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-struct-16";
+    dc:description "bnode as predicate (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-struct-16.trig>;
+    earl:assertions _:assertions231.
+_:assertions231 rdf:first _:assertion231;
+    rdf:rest rdf:nil.
+_:assertion231 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-struct-16;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result231.
+_:result231 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-struct-17 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-struct-17";
+    dc:description "labeled bnode as predicate (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-struct-17.trig>;
+    earl:assertions _:assertions232.
+_:assertions232 rdf:first _:assertion232;
+    rdf:rest rdf:nil.
+_:assertion232 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-struct-17;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result232.
+_:result232 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-lang-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-lang-01";
+    dc:description "langString with bad lang (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-lang-01.trig>;
+    earl:assertions _:assertions233.
+_:assertions233 rdf:first _:assertion233;
+    rdf:rest rdf:nil.
+_:assertion233 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-lang-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result233.
+_:result233 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-esc-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-esc-01";
+    dc:description "Bad string escape (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-esc-01.trig>;
+    earl:assertions _:assertions234.
+_:assertions234 rdf:first _:assertion234;
+    rdf:rest rdf:nil.
+_:assertion234 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-esc-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result234.
+_:result234 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-esc-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-esc-02";
+    dc:description "Bad string escape (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-esc-02.trig>;
+    earl:assertions _:assertions235.
+_:assertions235 rdf:first _:assertion235;
+    rdf:rest rdf:nil.
+_:assertion235 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-esc-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result235.
+_:result235 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-esc-03 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-esc-03";
+    dc:description "Bad string escape (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-esc-03.trig>;
+    earl:assertions _:assertions236.
+_:assertions236 rdf:first _:assertion236;
+    rdf:rest rdf:nil.
+_:assertion236 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-esc-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result236.
+_:result236 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-esc-04 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-esc-04";
+    dc:description "Bad string escape (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-esc-04.trig>;
+    earl:assertions _:assertions237.
+_:assertions237 rdf:first _:assertion237;
+    rdf:rest rdf:nil.
+_:assertion237 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-esc-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result237.
+_:result237 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-pname-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-pname-01";
+    dc:description "'~' must be escaped in pname (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-pname-01.trig>;
+    earl:assertions _:assertions238.
+_:assertions238 rdf:first _:assertion238;
+    rdf:rest rdf:nil.
+_:assertion238 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-pname-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result238.
+_:result238 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-pname-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-pname-02";
+    dc:description "Bad %-sequence in pname (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-pname-02.trig>;
+    earl:assertions _:assertions239.
+_:assertions239 rdf:first _:assertion239;
+    rdf:rest rdf:nil.
+_:assertion239 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-pname-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result239.
+_:result239 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-pname-03 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-pname-03";
+    dc:description "Bad unicode escape in pname (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-pname-03.trig>;
+    earl:assertions _:assertions240.
+_:assertions240 rdf:first _:assertion240;
+    rdf:rest rdf:nil.
+_:assertion240 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-pname-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result240.
+_:result240 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-string-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-string-01";
+    dc:description "mismatching string literal open/close (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-string-01.trig>;
+    earl:assertions _:assertions241.
+_:assertions241 rdf:first _:assertion241;
+    rdf:rest rdf:nil.
+_:assertion241 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-string-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result241.
+_:result241 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-string-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-string-02";
+    dc:description "mismatching string literal open/close (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-string-02.trig>;
+    earl:assertions _:assertions242.
+_:assertions242 rdf:first _:assertion242;
+    rdf:rest rdf:nil.
+_:assertion242 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-string-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result242.
+_:result242 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-string-03 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-string-03";
+    dc:description "mismatching string literal long/short (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-string-03.trig>;
+    earl:assertions _:assertions243.
+_:assertions243 rdf:first _:assertion243;
+    rdf:rest rdf:nil.
+_:assertion243 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-string-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result243.
+_:result243 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-string-04 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-string-04";
+    dc:description "mismatching long string literal open/close (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-string-04.trig>;
+    earl:assertions _:assertions244.
+_:assertions244 rdf:first _:assertion244;
+    rdf:rest rdf:nil.
+_:assertion244 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-string-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result244.
+_:result244 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-string-05 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-string-05";
+    dc:description "Long literal with missing end (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-string-05.trig>;
+    earl:assertions _:assertions245.
+_:assertions245 rdf:first _:assertion245;
+    rdf:rest rdf:nil.
+_:assertion245 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-string-05;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result245.
+_:result245 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-string-06 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-string-06";
+    dc:description "Long literal with extra quote (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-string-06.trig>;
+    earl:assertions _:assertions246.
+_:assertions246 rdf:first _:assertion246;
+    rdf:rest rdf:nil.
+_:assertion246 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-string-06;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result246.
+_:result246 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-string-07 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-string-07";
+    dc:description "Long literal with extra squote (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-string-07.trig>;
+    earl:assertions _:assertions247.
+_:assertions247 rdf:first _:assertion247;
+    rdf:rest rdf:nil.
+_:assertion247 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-string-07;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result247.
+_:result247 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-num-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-num-01";
+    dc:description "Bad number format (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-num-01.trig>;
+    earl:assertions _:assertions248.
+_:assertions248 rdf:first _:assertion248;
+    rdf:rest rdf:nil.
+_:assertion248 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-num-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result248.
+_:result248 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-num-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-num-02";
+    dc:description "Bad number format (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-num-02.trig>;
+    earl:assertions _:assertions249.
+_:assertions249 rdf:first _:assertion249;
+    rdf:rest rdf:nil.
+_:assertion249 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-num-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result249.
+_:result249 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-num-03 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-num-03";
+    dc:description "Bad number format (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-num-03.trig>;
+    earl:assertions _:assertions250.
+_:assertions250 rdf:first _:assertion250;
+    rdf:rest rdf:nil.
+_:assertion250 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-num-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result250.
+_:result250 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-num-04 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-num-04";
+    dc:description "Bad number format (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-num-04.trig>;
+    earl:assertions _:assertions251.
+_:assertions251 rdf:first _:assertion251;
+    rdf:rest rdf:nil.
+_:assertion251 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-num-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result251.
+_:result251 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-num-05 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-num-05";
+    dc:description "Bad number format (negative test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-num-05.trig>;
+    earl:assertions _:assertions252.
+_:assertions252 rdf:first _:assertion252;
+    rdf:rest rdf:nil.
+_:assertion252 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-num-05;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result252.
+_:result252 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-eval-struct-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-eval-struct-01";
+    dc:description "triple with IRIs";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-eval-struct-01.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/trig-eval-struct-01.nq>;
+    earl:assertions _:assertions253.
+_:assertions253 rdf:first _:assertion253;
+    rdf:rest rdf:nil.
+_:assertion253 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-eval-struct-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result253.
+_:result253 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-eval-struct-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-eval-struct-02";
+    dc:description "triple with IRIs and embedded whitespace";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-eval-struct-02.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/trig-eval-struct-02.nq>;
+    earl:assertions _:assertions254.
+_:assertions254 rdf:first _:assertion254;
+    rdf:rest rdf:nil.
+_:assertion254 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-eval-struct-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result254.
+_:result254 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-subm-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-subm-01";
+    dc:description "Blank subject";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-subm-01.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/trig-subm-01.nq>;
+    earl:assertions _:assertions255.
+_:assertions255 rdf:first _:assertion255;
+    rdf:rest rdf:nil.
+_:assertion255 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-subm-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result255.
+_:result255 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-subm-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-subm-02";
+    dc:description "@prefix and qnames";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-subm-02.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/trig-subm-02.nq>;
+    earl:assertions _:assertions256.
+_:assertions256 rdf:first _:assertion256;
+    rdf:rest rdf:nil.
+_:assertion256 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-subm-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result256.
+_:result256 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-subm-03 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-subm-03";
+    dc:description ", operator";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-subm-03.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/trig-subm-03.nq>;
+    earl:assertions _:assertions257.
+_:assertions257 rdf:first _:assertion257;
+    rdf:rest rdf:nil.
+_:assertion257 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-subm-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result257.
+_:result257 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-subm-04 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-subm-04";
+    dc:description "; operator";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-subm-04.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/trig-subm-04.nq>;
+    earl:assertions _:assertions258.
+_:assertions258 rdf:first _:assertion258;
+    rdf:rest rdf:nil.
+_:assertion258 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-subm-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result258.
+_:result258 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-subm-05 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-subm-05";
+    dc:description "empty [] as subject and object";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-subm-05.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/trig-subm-05.nq>;
+    earl:assertions _:assertions259.
+_:assertions259 rdf:first _:assertion259;
+    rdf:rest rdf:nil.
+_:assertion259 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-subm-05;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result259.
+_:result259 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-subm-06 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-subm-06";
+    dc:description "non-empty [] as subject and object";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-subm-06.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/trig-subm-06.nq>;
+    earl:assertions _:assertions260.
+_:assertions260 rdf:first _:assertion260;
+    rdf:rest rdf:nil.
+_:assertion260 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-subm-06;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result260.
+_:result260 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-subm-07 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-subm-07";
+    dc:description "'a' as predicate";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-subm-07.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/trig-subm-07.nq>;
+    earl:assertions _:assertions261.
+_:assertions261 rdf:first _:assertion261;
+    rdf:rest rdf:nil.
+_:assertion261 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-subm-07;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result261.
+_:result261 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-subm-08 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-subm-08";
+    dc:description "simple collection";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-subm-08.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/trig-subm-08.nq>;
+    earl:assertions _:assertions262.
+_:assertions262 rdf:first _:assertion262;
+    rdf:rest rdf:nil.
+_:assertion262 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-subm-08;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result262.
+_:result262 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-subm-09 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-subm-09";
+    dc:description "empty collection";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-subm-09.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/trig-subm-09.nq>;
+    earl:assertions _:assertions263.
+_:assertions263 rdf:first _:assertion263;
+    rdf:rest rdf:nil.
+_:assertion263 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-subm-09;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result263.
+_:result263 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-subm-10 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-subm-10";
+    dc:description "integer datatyped literal";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-subm-10.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/trig-subm-10.nq>;
+    earl:assertions _:assertions264.
+_:assertions264 rdf:first _:assertion264;
+    rdf:rest rdf:nil.
+_:assertion264 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-subm-10;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result264.
+_:result264 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-subm-11 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-subm-11";
+    dc:description "decimal integer canonicalization";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-subm-11.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/trig-subm-11.nq>;
+    earl:assertions _:assertions265.
+_:assertions265 rdf:first _:assertion265;
+    rdf:rest rdf:nil.
+_:assertion265 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-subm-11;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result265.
+_:result265 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-subm-12 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-subm-12";
+    dc:description "- and _ in names and qnames";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-subm-12.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/trig-subm-12.nq>;
+    earl:assertions _:assertions266.
+_:assertions266 rdf:first _:assertion266;
+    rdf:rest rdf:nil.
+_:assertion266 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-subm-12;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result266.
+_:result266 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-subm-13 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-subm-13";
+    dc:description "tests for rdf:_<numbers> and other qnames starting with _";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-subm-13.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/trig-subm-13.nq>;
+    earl:assertions _:assertions267.
+_:assertions267 rdf:first _:assertion267;
+    rdf:rest rdf:nil.
+_:assertion267 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-subm-13;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result267.
+_:result267 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-subm-14 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-subm-14";
+    dc:description "bare : allowed";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-subm-14.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/trig-subm-14.nq>;
+    earl:assertions _:assertions268.
+_:assertions268 rdf:first _:assertion268;
+    rdf:rest rdf:nil.
+_:assertion268 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-subm-14;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result268.
+_:result268 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-subm-15 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-subm-15";
+    dc:description "simple long literal";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-subm-15.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/trig-subm-15.nq>;
+    earl:assertions _:assertions269.
+_:assertions269 rdf:first _:assertion269;
+    rdf:rest rdf:nil.
+_:assertion269 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-subm-15;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result269.
+_:result269 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-subm-16 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-subm-16";
+    dc:description "long literals with escapes";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-subm-16.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/trig-subm-16.nq>;
+    earl:assertions _:assertions270.
+_:assertions270 rdf:first _:assertion270;
+    rdf:rest rdf:nil.
+_:assertion270 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-subm-16;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result270.
+_:result270 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-subm-17 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-subm-17";
+    dc:description "floating point number";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-subm-17.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/trig-subm-17.nq>;
+    earl:assertions _:assertions271.
+_:assertions271 rdf:first _:assertion271;
+    rdf:rest rdf:nil.
+_:assertion271 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-subm-17;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result271.
+_:result271 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-subm-18 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-subm-18";
+    dc:description "empty literals, normal and long variant";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-subm-18.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/trig-subm-18.nq>;
+    earl:assertions _:assertions272.
+_:assertions272 rdf:first _:assertion272;
+    rdf:rest rdf:nil.
+_:assertion272 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-subm-18;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result272.
+_:result272 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-subm-19 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-subm-19";
+    dc:description "positive integer, decimal and doubles";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-subm-19.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/trig-subm-19.nq>;
+    earl:assertions _:assertions273.
+_:assertions273 rdf:first _:assertion273;
+    rdf:rest rdf:nil.
+_:assertion273 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-subm-19;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result273.
+_:result273 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-subm-20 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-subm-20";
+    dc:description "negative integer, decimal and doubles";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-subm-20.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/trig-subm-20.nq>;
+    earl:assertions _:assertions274.
+_:assertions274 rdf:first _:assertion274;
+    rdf:rest rdf:nil.
+_:assertion274 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-subm-20;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result274.
+_:result274 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-subm-21 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-subm-21";
+    dc:description "long literal ending in double quote";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-subm-21.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/trig-subm-21.nq>;
+    earl:assertions _:assertions275.
+_:assertions275 rdf:first _:assertion275;
+    rdf:rest rdf:nil.
+_:assertion275 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-subm-21;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result275.
+_:result275 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-subm-22 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-subm-22";
+    dc:description "boolean literals";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-subm-22.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/trig-subm-22.nq>;
+    earl:assertions _:assertions276.
+_:assertions276 rdf:first _:assertion276;
+    rdf:rest rdf:nil.
+_:assertion276 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-subm-22;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result276.
+_:result276 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-subm-23 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-subm-23";
+    dc:description "comments";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-subm-23.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/trig-subm-23.nq>;
+    earl:assertions _:assertions277.
+_:assertions277 rdf:first _:assertion277;
+    rdf:rest rdf:nil.
+_:assertion277 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-subm-23;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result277.
+_:result277 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-subm-24 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-subm-24";
+    dc:description "no final mewline";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-subm-24.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/trig-subm-24.nq>;
+    earl:assertions _:assertions278.
+_:assertions278 rdf:first _:assertion278;
+    rdf:rest rdf:nil.
+_:assertion278 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-subm-24;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result278.
+_:result278 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-subm-25 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-subm-25";
+    dc:description "repeating a @prefix changes pname definition";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-subm-25.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/trig-subm-25.nq>;
+    earl:assertions _:assertions279.
+_:assertions279 rdf:first _:assertion279;
+    rdf:rest rdf:nil.
+_:assertion279 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-subm-25;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result279.
+_:result279 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-subm-26 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-subm-26";
+    dc:description "Variations on decimal canonicalization";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-subm-26.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/trig-subm-26.nq>;
+    earl:assertions _:assertions280.
+_:assertions280 rdf:first _:assertion280;
+    rdf:rest rdf:nil.
+_:assertion280 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-subm-26;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result280.
+_:result280 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-subm-27 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-subm-27";
+    dc:description "Repeating @base changes base for relative IRI lookup";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-subm-27.trig>;
+    mf:result <http://www.w3.org/2013/TriGTests/trig-subm-27.nq>;
+    earl:assertions _:assertions281.
+_:assertions281 rdf:first _:assertion281;
+    rdf:rest rdf:nil.
+_:assertion281 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-subm-27;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result281.
+_:result281 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-eval-bad-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-eval-bad-01";
+    dc:description "Bad IRI : good escape, bad charcater (negative evaluation test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-eval-bad-01.trig>;
+    earl:assertions _:assertions282.
+_:assertions282 rdf:first _:assertion282;
+    rdf:rest rdf:nil.
+_:assertion282 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-eval-bad-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result282.
+_:result282 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-eval-bad-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-eval-bad-02";
+    dc:description "Bad IRI : hex 3C is < (negative evaluation test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-eval-bad-02.trig>;
+    earl:assertions _:assertions283.
+_:assertions283 rdf:first _:assertion283;
+    rdf:rest rdf:nil.
+_:assertion283 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-eval-bad-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result283.
+_:result283 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-eval-bad-03 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-eval-bad-03";
+    dc:description "Bad IRI : hex 3E is  (negative evaluation test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-eval-bad-03.trig>;
+    earl:assertions _:assertions284.
+_:assertions284 rdf:first _:assertion284;
+    rdf:rest rdf:nil.
+_:assertion284 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-eval-bad-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result284.
+_:result284 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-eval-bad-04 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-eval-bad-04";
+    dc:description "Bad IRI : {abc} (negative evaluation test)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-eval-bad-04.trig>;
+    earl:assertions _:assertions285.
+_:assertions285 rdf:first _:assertion285;
+    rdf:rest rdf:nil.
+_:assertion285 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-eval-bad-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result285.
+_:result285 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-blank-label-dot-end a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-blank-label-dot-end";
+    dc:description "Blank node label must not end in dot";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-blank-label-dot-end.trig>;
+    earl:assertions _:assertions286.
+_:assertions286 rdf:first _:assertion286;
+    rdf:rest rdf:nil.
+_:assertion286 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-blank-label-dot-end;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result286.
+_:result286 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-ln-dash-start a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-ln-dash-start";
+    dc:description "Local name must not begin with dash";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-ln-dash-start.trig>;
+    earl:assertions _:assertions287.
+_:assertions287 rdf:first _:assertion287;
+    rdf:rest rdf:nil.
+_:assertion287 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-ln-dash-start;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result287.
+_:result287 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-ln-escape-start a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-ln-escape-start";
+    dc:description "Bad hex escape at start of local name";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-ln-escape-start.trig>;
+    earl:assertions _:assertions288.
+_:assertions288 rdf:first _:assertion288;
+    rdf:rest rdf:nil.
+_:assertion288 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-ln-escape-start;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result288.
+_:result288 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-ln-escape a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-ln-escape";
+    dc:description "Bad hex escape in local name";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-ln-escape.trig>;
+    earl:assertions _:assertions289.
+_:assertions289 rdf:first _:assertion289;
+    rdf:rest rdf:nil.
+_:assertion289 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-ln-escape;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result289.
+_:result289 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-missing-ns-dot-end a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-missing-ns-dot-end";
+    dc:description "Prefix must not end in dot (error in triple, not prefix directive like trig-syntax-bad-ns-dot-end)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-missing-ns-dot-end.trig>;
+    earl:assertions _:assertions290.
+_:assertions290 rdf:first _:assertion290;
+    rdf:rest rdf:nil.
+_:assertion290 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-missing-ns-dot-end;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result290.
+_:result290 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-missing-ns-dot-start a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-missing-ns-dot-start";
+    dc:description "Prefix must not start with dot (error in triple, not prefix directive like trig-syntax-bad-ns-dot-end)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-missing-ns-dot-start.trig>;
+    earl:assertions _:assertions291.
+_:assertions291 rdf:first _:assertion291;
+    rdf:rest rdf:nil.
+_:assertion291 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-missing-ns-dot-start;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result291.
+_:result291 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-ns-dot-end a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-ns-dot-end";
+    dc:description "Prefix must not end in dot";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-ns-dot-end.trig>;
+    earl:assertions _:assertions292.
+_:assertions292 rdf:first _:assertion292;
+    rdf:rest rdf:nil.
+_:assertion292 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-ns-dot-end;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result292.
+_:result292 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-ns-dot-start a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-ns-dot-start";
+    dc:description "Prefix must not start with dot";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-ns-dot-start.trig>;
+    earl:assertions _:assertions293.
+_:assertions293 rdf:first _:assertion293;
+    rdf:rest rdf:nil.
+_:assertion293 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-ns-dot-start;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result293.
+_:result293 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-number-dot-in-anon a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-number-dot-in-anon";
+    dc:description "Dot delimeter may not appear in anonymous nodes";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-number-dot-in-anon.trig>;
+    earl:assertions _:assertions294.
+_:assertions294 rdf:first _:assertion294;
+    rdf:rest rdf:nil.
+_:assertion294 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-number-dot-in-anon;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result294.
+_:result294 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-list-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-list-01";
+    dc:description "Free-standing list outside {} : bad syntax";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-list-01.trig>;
+    earl:assertions _:assertions295.
+_:assertions295 rdf:first _:assertion295;
+    rdf:rest rdf:nil.
+_:assertion295 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-list-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result295.
+_:result295 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-list-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-list-02";
+    dc:description "Free-standing list of zero-elements outside {} : bad syntax";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-list-02.trig>;
+    earl:assertions _:assertions296.
+_:assertions296 rdf:first _:assertion296;
+    rdf:rest rdf:nil.
+_:assertion296 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-list-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result296.
+_:result296 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-list-03 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-list-03";
+    dc:description "Free-standing list inside {} : bad syntax";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-list-03.trig>;
+    earl:assertions _:assertions297.
+_:assertions297 rdf:first _:assertion297;
+    rdf:rest rdf:nil.
+_:assertion297 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-list-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result297.
+_:result297 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-bad-list-04 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-bad-list-04";
+    dc:description "Free-standing list of zero elements : bad syntax";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-bad-list-04.trig>;
+    earl:assertions _:assertions298.
+_:assertions298 rdf:first _:assertion298;
+    rdf:rest rdf:nil.
+_:assertion298 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-bad-list-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result298.
+_:result298 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-blank-label a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-blank-label";
+    dc:description "Characters allowed in blank node labels";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-blank-label.trig>;
+    earl:assertions _:assertions299.
+_:assertions299 rdf:first _:assertion299;
+    rdf:rest rdf:nil.
+_:assertion299 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-blank-label;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result299.
+_:result299 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-ln-colons a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-ln-colons";
+    dc:description "Colons in pname local names";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-ln-colons.trig>;
+    earl:assertions _:assertions300.
+_:assertions300 rdf:first _:assertion300;
+    rdf:rest rdf:nil.
+_:assertion300 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-ln-colons;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result300.
+_:result300 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-ln-dots a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-ln-dots";
+    dc:description "Dots in pname local names";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-ln-dots.trig>;
+    earl:assertions _:assertions301.
+_:assertions301 rdf:first _:assertion301;
+    rdf:rest rdf:nil.
+_:assertion301 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-ln-dots;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result301.
+_:result301 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-syntax-ns-dots a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-syntax-ns-dots";
+    dc:description "Dots in namespace names";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-syntax-ns-dots.trig>;
+    earl:assertions _:assertions302.
+_:assertions302 rdf:first _:assertion302;
+    rdf:rest rdf:nil.
+_:assertion302 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-syntax-ns-dots;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result302.
+_:result302 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-kw-graph-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-kw-graph-01";
+    dc:description "Named graphs can be proceeded by GRAPH";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-kw-graph-01.trig>;
+    earl:assertions _:assertions303.
+_:assertions303 rdf:first _:assertion303;
+    rdf:rest rdf:nil.
+_:assertion303 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-kw-graph-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result303.
+_:result303 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-kw-graph-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-kw-graph-02";
+    dc:description "Trailing . not necessary inside {}";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-kw-graph-02.trig>;
+    earl:assertions _:assertions304.
+_:assertions304 rdf:first _:assertion304;
+    rdf:rest rdf:nil.
+_:assertion304 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-kw-graph-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result304.
+_:result304 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-kw-graph-03 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-kw-graph-03";
+    dc:description "Named graph may be empty";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-kw-graph-03.trig>;
+    earl:assertions _:assertions305.
+_:assertions305 rdf:first _:assertion305;
+    rdf:rest rdf:nil.
+_:assertion305 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-kw-graph-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result305.
+_:result305 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-kw-graph-04 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-kw-graph-04";
+    dc:description "";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-kw-graph-04.trig>;
+    earl:assertions _:assertions306.
+_:assertions306 rdf:first _:assertion306;
+    rdf:rest rdf:nil.
+_:assertion306 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-kw-graph-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result306.
+_:result306 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-kw-graph-05 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-kw-graph-05";
+    dc:description "Use of empty prefix inside named graph";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-kw-graph-05.trig>;
+    earl:assertions _:assertions307.
+_:assertions307 rdf:first _:assertion307;
+    rdf:rest rdf:nil.
+_:assertion307 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-kw-graph-05;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result307.
+_:result307 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-kw-graph-06 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-kw-graph-06";
+    dc:description "";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-kw-graph-06.trig>;
+    earl:assertions _:assertions308.
+_:assertions308 rdf:first _:assertion308;
+    rdf:rest rdf:nil.
+_:assertion308 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-kw-graph-06;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result308.
+_:result308 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-kw-graph-07 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-kw-graph-07";
+    dc:description "Named graph may be named with BNode _:a";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-kw-graph-07.trig>;
+    earl:assertions _:assertions309.
+_:assertions309 rdf:first _:assertion309;
+    rdf:rest rdf:nil.
+_:assertion309 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-kw-graph-07;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result309.
+_:result309 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-kw-graph-08 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-kw-graph-08";
+    dc:description "Named graph may be named with BNode []";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-kw-graph-08.trig>;
+    earl:assertions _:assertions310.
+_:assertions310 rdf:first _:assertion310;
+    rdf:rest rdf:nil.
+_:assertion310 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-kw-graph-08;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result310.
+_:result310 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-kw-graph-09 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-kw-graph-09";
+    dc:description "Named graph may be named with PNAME";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-kw-graph-09.trig>;
+    earl:assertions _:assertions311.
+_:assertions311 rdf:first _:assertion311;
+    rdf:rest rdf:nil.
+_:assertion311 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-kw-graph-09;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result311.
+_:result311 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-kw-graph-10 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-kw-graph-10";
+    dc:description "Named graph with PNAME and empty graph";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-kw-graph-10.trig>;
+    earl:assertions _:assertions312.
+_:assertions312 rdf:first _:assertion312;
+    rdf:rest rdf:nil.
+_:assertion312 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-kw-graph-10;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result312.
+_:result312 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-graph-bad-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-graph-bad-01";
+    dc:description "GRAPH but no name - GRAPH is not used with the default graph";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-graph-bad-01.trig>;
+    earl:assertions _:assertions313.
+_:assertions313 rdf:first _:assertion313;
+    rdf:rest rdf:nil.
+_:assertion313 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-graph-bad-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result313.
+_:result313 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-graph-bad-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-graph-bad-02";
+    dc:description "GRAPH not followed by DOT";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-graph-bad-02.trig>;
+    earl:assertions _:assertions314.
+_:assertions314 rdf:first _:assertion314;
+    rdf:rest rdf:nil.
+_:assertion314 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-graph-bad-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result314.
+_:result314 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-graph-bad-03 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-graph-bad-03";
+    dc:description "GRAPH needs {}";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-graph-bad-03.trig>;
+    earl:assertions _:assertions315.
+_:assertions315 rdf:first _:assertion315;
+    rdf:rest rdf:nil.
+_:assertion315 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-graph-bad-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result315.
+_:result315 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-graph-bad-04 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-graph-bad-04";
+    dc:description "GRAPH needs {}";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-graph-bad-04.trig>;
+    earl:assertions _:assertions316.
+_:assertions316 rdf:first _:assertion316;
+    rdf:rest rdf:nil.
+_:assertion316 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-graph-bad-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result316.
+_:result316 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-graph-bad-05 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-graph-bad-05";
+    dc:description "GRAPH and a name, not several";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-graph-bad-05.trig>;
+    earl:assertions _:assertions317.
+_:assertions317 rdf:first _:assertion317;
+    rdf:rest rdf:nil.
+_:assertion317 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-graph-bad-05;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result317.
+_:result317 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-graph-bad-06 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-graph-bad-06";
+    dc:description "GRAPH - Must close {}";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-graph-bad-06.trig>;
+    earl:assertions _:assertions318.
+_:assertions318 rdf:first _:assertion318;
+    rdf:rest rdf:nil.
+_:assertion318 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-graph-bad-06;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result318.
+_:result318 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-graph-bad-07 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-graph-bad-07";
+    dc:description "GRAPH may not include a GRAPH";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-graph-bad-07.trig>;
+    earl:assertions _:assertions319.
+_:assertions319 rdf:first _:assertion319;
+    rdf:rest rdf:nil.
+_:assertion319 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-graph-bad-07;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result319.
+_:result319 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-graph-bad-08 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-graph-bad-08";
+    dc:description "@graph is not a keyword";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-graph-bad-08.trig>;
+    earl:assertions _:assertions320.
+_:assertions320 rdf:first _:assertion320;
+    rdf:rest rdf:nil.
+_:assertion320 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-graph-bad-08;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result320.
+_:result320 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-graph-bad-09 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-graph-bad-09";
+    dc:description "Directives not allowed inside GRAPH";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-graph-bad-09.trig>;
+    earl:assertions _:assertions321.
+_:assertions321 rdf:first _:assertion321;
+    rdf:rest rdf:nil.
+_:assertion321 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-graph-bad-09;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result321.
+_:result321 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-graph-bad-10 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-graph-bad-10";
+    dc:description "A graph may not be named with an empty collection";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-graph-bad-10.trig>;
+    earl:assertions _:assertions322.
+_:assertions322 rdf:first _:assertion322;
+    rdf:rest rdf:nil.
+_:assertion322 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-graph-bad-10;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result322.
+_:result322 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-graph-bad-11 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-graph-bad-11";
+    dc:description "A graph may not be named with a collection";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-graph-bad-11.trig>;
+    earl:assertions _:assertions323.
+_:assertions323 rdf:first _:assertion323;
+    rdf:rest rdf:nil.
+_:assertion323 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-graph-bad-11;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result323.
+_:result323 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-bnodeplist-graph-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-bnodeplist-graph-bad-01";
+    dc:description "A graph may not be named with a blankNodePropertyList";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-bnodeplist-graph-bad-01.trig>;
+    earl:assertions _:assertions324.
+_:assertions324 rdf:first _:assertion324;
+    rdf:rest rdf:nil.
+_:assertion324 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-bnodeplist-graph-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result324.
+_:result324 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-collection-graph-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-collection-graph-bad-01";
+    dc:description "A graph may not be named with an empty collection";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-collection-graph-bad-01.trig>;
+    earl:assertions _:assertions325.
+_:assertions325 rdf:first _:assertion325;
+    rdf:rest rdf:nil.
+_:assertion325 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-collection-graph-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result325.
+_:result325 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-collection-graph-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-collection-graph-bad-02";
+    dc:description "A graph may not be named with a collection";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-collection-graph-bad-02.trig>;
+    earl:assertions _:assertions326.
+_:assertions326 rdf:first _:assertion326;
+    rdf:rest rdf:nil.
+_:assertion326 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-collection-graph-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result326.
+_:result326 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-turtle-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-turtle-01";
+    dc:description "TriG can parse Turtle";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-turtle-01.trig>;
+    earl:assertions _:assertions327.
+_:assertions327 rdf:first _:assertion327;
+    rdf:rest rdf:nil.
+_:assertion327 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-turtle-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result327.
+_:result327 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-turtle-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-turtle-02";
+    dc:description "TriG can parse Turtle (repeated PREFIX)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-turtle-02.trig>;
+    earl:assertions _:assertions328.
+_:assertions328 rdf:first _:assertion328;
+    rdf:rest rdf:nil.
+_:assertion328 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-turtle-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result328.
+_:result328 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-turtle-03 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-turtle-03";
+    dc:description "TriG can parse Turtle (blankNodePropertyList subject)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-turtle-03.trig>;
+    earl:assertions _:assertions329.
+_:assertions329 rdf:first _:assertion329;
+    rdf:rest rdf:nil.
+_:assertion329 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-turtle-03;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result329.
+_:result329 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-turtle-04 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-turtle-04";
+    dc:description "TriG can parse Turtle (blankNodePropertyList subject)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-turtle-04.trig>;
+    earl:assertions _:assertions330.
+_:assertions330 rdf:first _:assertion330;
+    rdf:rest rdf:nil.
+_:assertion330 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-turtle-04;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result330.
+_:result330 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-turtle-05 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-turtle-05";
+    dc:description "TriG can parse Turtle (bare blankNodePropertyList)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-turtle-05.trig>;
+    earl:assertions _:assertions331.
+_:assertions331 rdf:first _:assertion331;
+    rdf:rest rdf:nil.
+_:assertion331 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-turtle-05;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result331.
+_:result331 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-turtle-06 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-turtle-06";
+    dc:description "TriG can parse Turtle (collection subject and object)";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-turtle-06.trig>;
+    earl:assertions _:assertions332.
+_:assertions332 rdf:first _:assertion332;
+    rdf:rest rdf:nil.
+_:assertion332 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-turtle-06;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result332.
+_:result332 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-turtle-bad-01 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-turtle-bad-01";
+    dc:description "Trailing dot required in Turtle block";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-turtle-bad-01.trig>;
+    earl:assertions _:assertions333.
+_:assertions333 rdf:first _:assertion333;
+    rdf:rest rdf:nil.
+_:assertion333 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-turtle-bad-01;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result333.
+_:result333 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.
+manifest:trig-turtle-bad-02 a earl:TestCriterion, earl:TestCase;
+    dc:title "trig-turtle-bad-02";
+    dc:description "TriG is not N-Quads";
+    mf:action <http://www.w3.org/2013/TriGTests/trig-turtle-bad-02.trig>;
+    earl:assertions _:assertions334.
+_:assertions334 rdf:first _:assertion334;
+    rdf:rest rdf:nil.
+_:assertion334 a earl:Assertion;
+    earl:assertedBy <http://ruben.verborgh.org/#me>;
+    earl:test manifest:trig-turtle-bad-02;
+    earl:subject <https://github.com/RubenVerborgh/N3.js#n3js>;
+    earl:mode earl:automatic;
+    earl:result _:result334.
+_:result334 a earl:TestResult;
+    earl:outcome earl:passed;
+    dc:date "2014-12-30T23:37:56.939Z"^^xsd:dateTime.