Add EARL report for SWObjects
authorGregg Kellogg <gregg@kellogg-assoc.com>
Sun, 11 Aug 2013 13:20:46 -0700
changeset 973 de3ea9a59d23
parent 972 7d0dab1005d3
child 974 5e350db15acb
Add EARL report for SWObjects
rdf-turtle/reports/SWObjects-Turtle-EARL-2013-08-11.ttl
rdf-turtle/reports/earl.jsonld
rdf-turtle/reports/earl.ttl
rdf-turtle/reports/index.html
rdf-turtle/reports/template.md
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-turtle/reports/SWObjects-Turtle-EARL-2013-08-11.ttl	Sun Aug 11 13:20:46 2013 -0700
@@ -0,0 +1,315 @@
+# EARL report by test_Turtle-WG.sh
+# ./tests/test_Turtle-WG.sh 
+
+@prefix doap: <http://usefulinc.com/ns/doap#>.
+@prefix earl: <http://www.w3.org/ns/earl#>.
+@prefix foaf: <http://xmlns.com/foaf/0.1/>.
+@prefix swobj: <http://swobjects.org/>.
+@prefix test: <http://swobjects.org/test_Turtle-WG.sh>.
+@prefix dct: <http://purl.org/dc/terms/>.
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
+@prefix t: <http://www.w3.org/2013/TurtleTests/manifest.ttl#>.
+
+<> foaf:primaryTopic swobj:sparql ;
+	dct:issued "2013-07-11T03:37:28"^^xsd:dateTime ;
+	foaf:maker <http://www.w3.org/People/Eric/ericP-foaf#ericP> .
+
+swobj:sparql
+	a doap:Project ;
+	doap:name "SWObjects" ;
+	doap:developer <http://www.w3.org/People/Eric/ericP-foaf#ericP> ;
+	doap:homepage <http://swobjects.org/> .
+
+<http://www.w3.org/People/Eric/ericP-foaf#ericP> a foaf:Person ;
+	foaf:name "Eric Prud'hommeaux" ;
+	foaf:mbox <mailto:eric@w3.org> ;
+	foaf:mbox_sha1sum "e2d67791b2a0ce3441c0c770f94daa130b4e6d95" ;
+	foaf:homepage <http://www.w3.org/People/Eric/> .
+
+[a earl:Assertion] earl:test t:IRI_subject ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:IRI_with_four_digit_numeric_escape ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:IRI_with_eight_digit_numeric_escape ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:IRI_with_all_punctuation ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:bareword_a_predicate ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:old_style_prefix ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:SPARQL_style_prefix ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:prefixed_IRI_predicate ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:prefixed_IRI_object ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:prefix_only_IRI ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:prefix_with_PN_CHARS_BASE_character_boundaries ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:prefix_with_non_leading_extras ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:default_namespace_IRI ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:prefix_reassigned_and_used ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:reserved_escaped_localName ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:percent_escaped_localName ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:HYPHEN_MINUS_in_localName ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:underscore_in_localName ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:localname_with_COLON ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:localName_with_nfc_PN_CHARS_BASE_character_boundaries ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:localName_with_leading_underscore ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:localName_with_leading_digit ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:localName_with_non_leading_extras ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:old_style_base ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:SPARQL_style_base ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:labeled_blank_node_subject ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:labeled_blank_node_object ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:labeled_blank_node_with_PN_CHARS_BASE_character_boundaries ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:labeled_blank_node_with_leading_underscore ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:labeled_blank_node_with_leading_digit ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:labeled_blank_node_with_non_leading_extras ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:anonymous_blank_node_subject ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:anonymous_blank_node_object ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:sole_blankNodePropertyList ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:blankNodePropertyList_as_subject ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:blankNodePropertyList_as_object ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:blankNodePropertyList_with_multiple_triples ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:nested_blankNodePropertyLists ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:blankNodePropertyList_containing_collection ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:collection_subject ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:collection_object ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:empty_collection ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:nested_collection ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:first ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:last ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:LITERAL1 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:LITERAL1_ascii_boundaries ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:LITERAL1_with_UTF8_boundaries ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:LITERAL1_all_controls ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:LITERAL1_all_punctuation ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:LITERAL_LONG1 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:LITERAL_LONG1_ascii_boundaries ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:LITERAL_LONG1_with_UTF8_boundaries ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:LITERAL_LONG1_with_1_squote ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:LITERAL_LONG1_with_2_squotes ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:LITERAL2 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:LITERAL2_ascii_boundaries ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:LITERAL2_with_UTF8_boundaries ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:LITERAL_LONG2 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:LITERAL_LONG2_ascii_boundaries ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:LITERAL_LONG2_with_UTF8_boundaries ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:LITERAL_LONG2_with_1_squote ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:LITERAL_LONG2_with_2_squotes ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:literal_with_CHARACTER_TABULATION ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:literal_with_BACKSPACE ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:literal_with_LINE_FEED ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:literal_with_CARRIAGE_RETURN ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:literal_with_FORM_FEED ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:literal_with_REVERSE_SOLIDUS ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:literal_with_escaped_CHARACTER_TABULATION ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:literal_with_escaped_BACKSPACE ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:literal_with_escaped_LINE_FEED ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:literal_with_escaped_CARRIAGE_RETURN ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:literal_with_escaped_FORM_FEED ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:literal_with_numeric_escape4 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:literal_with_numeric_escape8 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:IRIREF_datatype ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:prefixed_name_datatype ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:bareword_integer ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:bareword_decimal ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:bareword_double ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:double_lower_case_e ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:negative_numeric ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:positive_numeric ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:numeric_with_leading_0 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:literal_true ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:literal_false ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:langtagged_non_LONG ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:langtagged_LONG ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:lantag_with_subtag ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:objectList_with_two_objects ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:predicateObjectList_with_two_objectLists ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:repeated_semis_at_end ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:repeated_semis_not_at_end ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:comment_following_localName ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:number_sign_following_localName ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:comment_following_PNAME_NS ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:number_sign_following_PNAME_NS ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:LITERAL_LONG2_with_REVERSE_SOLIDUS ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:two_LITERAL_LONG2s ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:langtagged_LONG_with_subtag ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-eval-struct-01 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-eval-struct-02 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-subm-01 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-subm-02 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-subm-03 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-subm-04 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-subm-05 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-subm-06 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-subm-07 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-subm-08 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-subm-09 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-subm-10 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-subm-11 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-subm-12 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-subm-13 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-subm-14 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-subm-15 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-subm-16 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-subm-17 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-subm-18 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-subm-19 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-subm-20 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-subm-21 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-subm-22 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-subm-23 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-subm-24 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-subm-25 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-subm-26 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-subm-27 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:37:29'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-file-01 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-file-02 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-file-03 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-uri-01 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-uri-02 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-uri-03 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-uri-04 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-base-01 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-base-02 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-base-03 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-base-04 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-prefix-01 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-prefix-02 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-prefix-03 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-prefix-04 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-prefix-05 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-prefix-06 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-prefix-07 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-prefix-08 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-prefix-09 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-string-01 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-string-02 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-string-03 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-string-04 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-string-05 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-string-06 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-string-07 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-string-08 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-string-09 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-string-10 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-string-11 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-str-esc-01 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-str-esc-02 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-str-esc-03 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-pname-esc-01 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-pname-esc-02 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-pname-esc-03 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bnode-01 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bnode-02 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bnode-03 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bnode-04 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bnode-05 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bnode-06 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bnode-07 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bnode-08 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bnode-09 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bnode-10 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-number-01 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-number-02 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-number-03 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-number-04 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-number-05 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-number-06 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-number-07 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-number-08 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-number-09 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-number-10 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-number-11 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-datatypes-01 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-datatypes-02 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-kw-01 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-kw-02 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-kw-03 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-struct-01 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-struct-02 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-struct-03 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-struct-04 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-struct-05 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-lists-01 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-lists-02 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-lists-03 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-lists-04 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-lists-05 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-blank-label ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-ln-colons ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-ln-dots ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-ns-dots ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:38:41'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-LITERAL2_with_langtag_and_datatype ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-uri-01 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-uri-02 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-uri-03 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-uri-04 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-uri-05 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-prefix-01 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-prefix-02 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-prefix-03 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-prefix-04 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-prefix-05 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-base-01 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-base-02 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-base-03 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-struct-01 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-struct-02 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-struct-03 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-struct-04 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-struct-05 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-struct-06 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-struct-07 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-kw-01 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-kw-02 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-kw-03 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-kw-04 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-kw-05 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-n3-extras-01 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-n3-extras-02 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-n3-extras-03 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-n3-extras-04 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-n3-extras-05 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-n3-extras-06 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-n3-extras-07 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-n3-extras-08 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-n3-extras-09 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-n3-extras-10 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-n3-extras-11 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-n3-extras-12 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-n3-extras-13 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-struct-08 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-struct-09 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-struct-10 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-struct-11 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-struct-12 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-struct-13 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-struct-14 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-struct-15 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-struct-16 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-struct-17 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-lang-01 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-esc-01 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-esc-02 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-esc-03 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-esc-04 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-pname-01 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-pname-02 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-pname-03 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-string-01 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-string-02 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-string-03 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-string-04 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-string-05 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-string-06 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-string-07 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-num-01 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-num-02 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-num-03 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-num-04 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-num-05 ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-blank-label-dot-end ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-ln-dash-start ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-ln-escape-start ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-ln-escape ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-missing-ns-dot-end ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-missing-ns-dot-start ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-ns-dot-end ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-ns-dot-start ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
+[a earl:Assertion] earl:test t:turtle-syntax-bad-number-dot-in-anon ; earl:subject swobj:sparql ; earl:assertedBy test: ; earl:result [ earl:outcome earl:passed; dct:date '2013-07-11T03:39:05'^^xsd:dateTime ] .
--- a/rdf-turtle/reports/earl.jsonld	Sat Aug 10 17:18:38 2013 -0700
+++ b/rdf-turtle/reports/earl.jsonld	Sun Aug 11 13:20:46 2013 -0700
@@ -135,6 +135,7 @@
   "assertions": [
     "Apache-Jena-ttl-earl-2013-08-10.ttl",
     "RIOT-jena-details.ttl",
+    "SWObjects-Turtle-EARL-2013-08-11.ttl",
     "earl-node-n3-2013-08-10.ttl",
     "earl.ttl",
     "rdf-trine-turtle-2013-08-10.ttl",
@@ -229,6 +230,23 @@
       "language": "Ruby"
     },
     {
+      "@id": "http://swobjects.org/sparql",
+      "@type": [
+        "earl:TestSubject",
+        "doap:Project"
+      ],
+      "name": "SWObjects",
+      "developer": [
+        {
+          "@type": "foaf:Person",
+          "@id": "http://www.w3.org/People/Eric/ericP-foaf#ericP",
+          "foaf:name": "Eric Prud'hommeaux",
+          "foaf:homepage": "http://www.w3.org/People/Eric/"
+        }
+      ],
+      "homepage": "http://swobjects.org/"
+    },
+    {
       "@id": "https://github.com/RubenVerborgh/node-n3#node-n3",
       "@type": [
         "earl:TestSubject",
@@ -320,6 +338,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_subject",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_subject",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -389,6 +418,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_four_digit_numeric_escape",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_four_digit_numeric_escape",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -458,6 +498,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_eight_digit_numeric_escape",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_eight_digit_numeric_escape",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -527,6 +578,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_all_punctuation",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_all_punctuation",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -596,6 +658,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_a_predicate",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_a_predicate",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -665,6 +738,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_prefix",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_prefix",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -734,6 +818,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_prefix",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_prefix",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -803,6 +898,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_predicate",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_predicate",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -872,6 +978,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_object",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_object",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -941,6 +1058,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_only_IRI",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_only_IRI",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -1010,6 +1138,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -1079,6 +1218,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_non_leading_extras",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_non_leading_extras",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -1148,6 +1298,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#default_namespace_IRI",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#default_namespace_IRI",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -1217,6 +1378,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_reassigned_and_used",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_reassigned_and_used",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -1286,6 +1458,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#reserved_escaped_localName",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#reserved_escaped_localName",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -1355,6 +1538,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#percent_escaped_localName",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#percent_escaped_localName",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -1424,6 +1618,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#HYPHEN_MINUS_in_localName",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#HYPHEN_MINUS_in_localName",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -1493,6 +1698,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#underscore_in_localName",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#underscore_in_localName",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -1562,6 +1778,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localname_with_COLON",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localname_with_COLON",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -1631,6 +1858,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -1700,6 +1938,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -1769,6 +2018,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -1838,6 +2098,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_underscore",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_underscore",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -1907,6 +2178,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_digit",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_digit",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -1976,6 +2258,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_non_leading_extras",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_non_leading_extras",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -2045,6 +2338,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_base",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_base",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -2114,6 +2418,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_base",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_base",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -2183,6 +2498,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_subject",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_subject",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -2252,6 +2578,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_object",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_object",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -2321,6 +2658,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -2390,6 +2738,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_underscore",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_underscore",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -2459,6 +2818,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_digit",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_digit",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -2528,6 +2898,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_non_leading_extras",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_non_leading_extras",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -2597,6 +2978,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_subject",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_subject",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -2666,6 +3058,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_object",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_object",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -2735,6 +3138,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#sole_blankNodePropertyList",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#sole_blankNodePropertyList",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -2804,6 +3218,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_subject",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_subject",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -2873,6 +3298,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_object",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_object",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -2942,6 +3378,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_with_multiple_triples",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_with_multiple_triples",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -3011,6 +3458,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_blankNodePropertyLists",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_blankNodePropertyLists",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -3080,6 +3538,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_containing_collection",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_containing_collection",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -3149,6 +3618,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_subject",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_subject",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -3218,6 +3698,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_object",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_object",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -3287,6 +3778,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#empty_collection",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#empty_collection",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -3356,6 +3858,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_collection",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_collection",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -3425,6 +3938,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#first",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#first",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -3494,6 +4018,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#last",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#last",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -3563,6 +4098,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -3632,6 +4178,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_ascii_boundaries",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_ascii_boundaries",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -3701,6 +4258,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_with_UTF8_boundaries",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_with_UTF8_boundaries",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -3770,6 +4338,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_controls",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_controls",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -3839,6 +4418,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_punctuation",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_punctuation",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -3908,6 +4498,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -3977,6 +4578,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -4046,6 +4658,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -4115,6 +4738,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_1_squote",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_1_squote",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -4184,6 +4818,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_2_squotes",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_2_squotes",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -4253,6 +4898,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -4322,6 +4978,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_ascii_boundaries",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_ascii_boundaries",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -4391,6 +5058,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_with_UTF8_boundaries",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_with_UTF8_boundaries",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -4460,6 +5138,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -4529,6 +5218,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -4598,6 +5298,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -4667,6 +5378,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_1_squote",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_1_squote",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -4736,6 +5458,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_2_squotes",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_2_squotes",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -4805,6 +5538,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CHARACTER_TABULATION",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CHARACTER_TABULATION",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -4874,6 +5618,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_BACKSPACE",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_BACKSPACE",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -4943,6 +5698,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_LINE_FEED",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_LINE_FEED",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -5012,6 +5778,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CARRIAGE_RETURN",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CARRIAGE_RETURN",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -5081,6 +5858,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_FORM_FEED",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_FORM_FEED",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -5150,6 +5938,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_REVERSE_SOLIDUS",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_REVERSE_SOLIDUS",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -5219,6 +6018,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -5288,6 +6098,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_BACKSPACE",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_BACKSPACE",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -5357,6 +6178,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_LINE_FEED",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_LINE_FEED",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -5426,6 +6258,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -5495,6 +6338,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_FORM_FEED",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_FORM_FEED",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -5564,6 +6418,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape4",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape4",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -5633,6 +6498,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape8",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape8",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -5702,6 +6578,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#IRIREF_datatype",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#IRIREF_datatype",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -5771,6 +6658,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_name_datatype",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_name_datatype",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -5840,6 +6738,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_integer",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_integer",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -5909,6 +6818,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_decimal",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_decimal",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -5978,6 +6898,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_double",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_double",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -6047,6 +6978,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#double_lower_case_e",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#double_lower_case_e",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -6116,6 +7058,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#negative_numeric",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#negative_numeric",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -6185,6 +7138,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#positive_numeric",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#positive_numeric",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -6254,6 +7218,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#numeric_with_leading_0",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#numeric_with_leading_0",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -6323,6 +7298,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_true",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_true",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -6392,6 +7378,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_false",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_false",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -6461,6 +7458,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_non_LONG",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_non_LONG",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -6530,6 +7538,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -6599,6 +7618,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#lantag_with_subtag",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#lantag_with_subtag",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -6668,6 +7698,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#objectList_with_two_objects",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#objectList_with_two_objects",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -6737,6 +7778,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#predicateObjectList_with_two_objectLists",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#predicateObjectList_with_two_objectLists",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -6806,6 +7858,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_at_end",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_at_end",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -6875,6 +7938,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_not_at_end",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_not_at_end",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -6944,6 +8018,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_localName",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_localName",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -7013,6 +8098,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_localName",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_localName",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -7082,6 +8178,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_PNAME_NS",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_PNAME_NS",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -7151,6 +8258,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_PNAME_NS",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_PNAME_NS",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -7220,6 +8338,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -7289,6 +8418,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -7357,6 +8497,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#two_LITERAL_LONG2s",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#two_LITERAL_LONG2s",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -7426,6 +8577,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG_with_subtag",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG_with_subtag",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -7495,6 +8657,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-01",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-01",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -7563,6 +8736,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-02",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-02",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -7631,6 +8815,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-03",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-03",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -7699,6 +8894,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-01",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-01",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -7767,6 +8973,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-02",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-02",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -7835,6 +9052,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-03",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-03",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -7903,6 +9131,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-04",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-04",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -7971,6 +9210,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-01",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-01",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -8039,6 +9289,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-02",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-02",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -8107,6 +9368,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-03",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-03",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -8175,6 +9447,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-04",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-04",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -8243,6 +9526,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-01",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-01",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -8311,6 +9605,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-02",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-02",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -8379,6 +9684,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-03",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-03",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -8447,6 +9763,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-04",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-04",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -8515,6 +9842,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-05",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-05",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -8583,6 +9921,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-06",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-06",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -8651,6 +10000,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-07",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-07",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -8719,6 +10079,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-08",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-08",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -8787,6 +10158,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-09",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-09",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -8855,6 +10237,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-01",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-01",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -8923,6 +10316,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-02",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-02",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -8991,6 +10395,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-03",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-03",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -9059,6 +10474,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-04",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-04",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -9127,6 +10553,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-05",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-05",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -9195,6 +10632,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-06",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-06",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -9263,6 +10711,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-07",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-07",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -9331,6 +10790,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-08",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-08",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -9399,6 +10869,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-09",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-09",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -9467,6 +10948,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-10",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-10",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -9535,6 +11027,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-11",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-11",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -9603,6 +11106,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-01",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-01",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -9671,6 +11185,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-02",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-02",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -9739,6 +11264,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-03",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-03",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -9807,6 +11343,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-01",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-01",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -9875,6 +11422,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-02",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-02",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -9943,6 +11501,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-03",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-03",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -10011,6 +11580,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-01",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-01",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -10079,6 +11659,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-02",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-02",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -10147,6 +11738,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-03",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-03",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -10215,6 +11817,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-04",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-04",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -10283,6 +11896,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-05",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-05",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -10351,6 +11975,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-06",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-06",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -10419,6 +12054,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-07",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-07",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -10487,6 +12133,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-08",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-08",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -10555,6 +12212,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-09",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-09",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -10623,6 +12291,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-10",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-10",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -10691,6 +12370,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-01",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-01",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -10759,6 +12449,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-02",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-02",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -10827,6 +12528,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-03",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-03",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -10895,6 +12607,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-04",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-04",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -10963,6 +12686,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-05",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-05",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -11031,6 +12765,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-06",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-06",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -11099,6 +12844,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-07",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-07",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -11167,6 +12923,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-08",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-08",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -11235,6 +13002,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-09",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-09",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -11303,6 +13081,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-10",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-10",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -11371,6 +13160,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-11",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-11",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -11439,6 +13239,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-01",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-01",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -11507,6 +13318,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-02",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-02",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -11575,6 +13397,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-01",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-01",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -11643,6 +13476,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-02",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-02",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -11711,6 +13555,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-03",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-03",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -11779,6 +13634,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-01",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-01",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -11847,6 +13713,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-02",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-02",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -11915,6 +13792,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-03",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-03",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -11983,6 +13871,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-04",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-04",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -12051,6 +13950,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-05",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-05",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -12119,6 +14029,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-01",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-01",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -12187,6 +14108,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-02",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-02",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -12255,6 +14187,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-03",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-03",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -12323,6 +14266,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-04",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-04",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -12391,6 +14345,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-05",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-05",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -12459,6 +14424,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-01",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-01",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -12527,6 +14503,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-02",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-02",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -12595,6 +14582,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-03",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-03",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -12663,6 +14661,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-04",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-04",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -12731,6 +14740,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-05",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-05",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -12799,6 +14819,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-01",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-01",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -12867,6 +14898,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-02",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-02",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -12935,6 +14977,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-03",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-03",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -13003,6 +15056,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-04",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-04",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -13071,6 +15135,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-05",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-05",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -13139,6 +15214,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-01",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-01",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -13207,6 +15293,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-02",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-02",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -13275,6 +15372,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-03",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-03",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -13343,6 +15451,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-01",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-01",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -13411,6 +15530,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-02",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-02",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -13479,6 +15609,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-03",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-03",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -13547,6 +15688,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-04",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-04",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -13615,6 +15767,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-05",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-05",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -13683,6 +15846,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-06",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-06",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -13751,6 +15925,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-07",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-07",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -13819,6 +16004,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-01",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-01",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -13887,6 +16083,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-02",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-02",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -13955,6 +16162,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-03",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-03",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -14023,6 +16241,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-04",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-04",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -14091,6 +16320,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-05",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-05",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -14159,6 +16399,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-01",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-01",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -14227,6 +16478,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-02",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-02",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -14295,6 +16557,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-03",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-03",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -14363,6 +16636,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-04",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-04",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -14431,6 +16715,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-05",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-05",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -14499,6 +16794,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-06",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-06",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -14567,6 +16873,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-07",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-07",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -14635,6 +16952,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-08",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-08",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -14703,6 +17031,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-09",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-09",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -14771,6 +17110,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-10",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-10",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -14839,6 +17189,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-11",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-11",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -14907,6 +17268,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-12",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-12",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -14975,6 +17347,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-13",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-13",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -15043,6 +17426,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-08",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-08",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -15111,6 +17505,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-09",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-09",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -15179,6 +17584,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-10",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-10",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -15247,6 +17663,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-11",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-11",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -15315,6 +17742,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-12",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-12",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -15383,6 +17821,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-13",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-13",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -15451,6 +17900,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-14",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-14",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -15519,6 +17979,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-15",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-15",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -15587,6 +18058,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-16",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-16",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -15655,6 +18137,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-17",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-17",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -15723,6 +18216,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-lang-01",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-lang-01",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -15791,6 +18295,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-01",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-01",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -15859,6 +18374,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-02",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-02",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -15927,6 +18453,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-03",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-03",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -15995,6 +18532,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-04",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-04",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -16063,6 +18611,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-01",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-01",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -16131,6 +18690,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-02",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-02",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -16199,6 +18769,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-03",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-03",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -16267,6 +18848,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-01",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-01",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -16335,6 +18927,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-02",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-02",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -16403,6 +19006,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-03",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-03",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -16471,6 +19085,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-04",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-04",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -16539,6 +19164,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-05",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-05",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -16607,6 +19243,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-06",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-06",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -16675,6 +19322,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-07",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-07",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -16743,6 +19401,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-01",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-01",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -16811,6 +19480,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-02",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-02",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -16879,6 +19559,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-03",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-03",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -16947,6 +19638,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-04",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-04",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -17015,6 +19717,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-05",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-05",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -17083,6 +19796,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-01",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-01",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -17152,6 +19876,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-02",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-02",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -17221,6 +19956,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-01",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-01",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -17290,6 +20036,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-02",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-02",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -17359,6 +20116,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-03",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-03",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -17428,6 +20196,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-04",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-04",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -17497,6 +20276,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-05",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-05",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -17566,6 +20356,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-06",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-06",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -17635,6 +20436,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-07",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-07",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -17704,6 +20516,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-08",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-08",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -17773,6 +20596,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-09",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-09",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -17842,6 +20676,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-10",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-10",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -17911,6 +20756,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-11",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-11",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -17980,6 +20836,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-12",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-12",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -18049,6 +20916,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-13",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-13",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -18118,6 +20996,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-14",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-14",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -18187,6 +21076,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-15",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-15",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -18256,6 +21156,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-16",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-16",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -18325,6 +21236,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-17",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-17",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -18394,6 +21316,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-18",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-18",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -18463,6 +21396,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-19",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-19",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -18532,6 +21476,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-20",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-20",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -18601,6 +21556,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-21",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-21",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -18670,6 +21636,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-22",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-22",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -18739,6 +21716,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-23",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-23",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -18808,6 +21796,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-24",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-24",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -18877,6 +21876,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-25",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-25",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -18946,6 +21956,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-26",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-26",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -19015,6 +22036,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-27",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-27",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -19084,6 +22116,16 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-01",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-01",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -19152,6 +22194,16 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-02",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-02",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -19220,6 +22272,16 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-03",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-03",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -19288,6 +22350,16 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-04",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:untested"
+              }
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-04",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -19356,6 +22428,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-blank-label-dot-end",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-blank-label-dot-end",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -19424,6 +22507,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-dash-start",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-dash-start",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -19492,6 +22586,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape-start",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape-start",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -19560,6 +22665,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -19628,6 +22744,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -19696,6 +22823,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -19764,6 +22902,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-end",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-end",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -19832,6 +22981,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-start",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-start",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -19900,6 +23060,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-number-dot-in-anon",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-number-dot-in-anon",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -19968,6 +23139,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-blank-label",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-blank-label",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -20036,6 +23218,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-colons",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-colons",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -20104,6 +23297,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-dots",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-dots",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
@@ -20172,6 +23376,17 @@
             {
               "@type": "earl:Assertion",
               "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ns-dots",
+              "subject": "http://swobjects.org/sparql",
+              "mode": "earl:notAvailable",
+              "result": {
+                "@type": "earl:TestResult",
+                "outcome": "earl:passed"
+              },
+              "assertedBy": "http://swobjects.org/test_Turtle-WG.sh"
+            },
+            {
+              "@type": "earl:Assertion",
+              "test": "http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ns-dots",
               "subject": "https://github.com/RubenVerborgh/node-n3#node-n3",
               "mode": "earl:automatic",
               "result": {
--- a/rdf-turtle/reports/earl.ttl	Sat Aug 10 17:18:38 2013 -0700
+++ b/rdf-turtle/reports/earl.ttl	Sun Aug 11 13:20:46 2013 -0700
@@ -17,6 +17,7 @@
   earl:assertions
     <Apache-Jena-ttl-earl-2013-08-10.ttl>,
     <RIOT-jena-details.ttl>,
+    <SWObjects-Turtle-EARL-2013-08-11.ttl>,
     <earl-node-n3-2013-08-10.ttl>,
     <earl.ttl>,
     <rdf-trine-turtle-2013-08-10.ttl>,
@@ -27,6 +28,7 @@
     <http://jena.apache.org/#riot>
     <http://kasei.us/code/rdf-trine/#project>
     <http://rubygems.org/gems/rdf-turtle>
+    <http://swobjects.org/sparql>
     <https://github.com/RubenVerborgh/node-n3#node-n3>
     <https://github.com/peteroupc/TurtleParserJava>);
   mf:entries (
@@ -412,6 +414,17 @@
   foaf:name "Gregg Kellogg" .
 
 
+<http://swobjects.org/sparql> a earl:TestSubject, doap:Project;
+  doap:name "SWObjects";
+ .
+
+<http://swobjects.org/sparql> doap:developer <http://www.w3.org/People/Eric/ericP-foaf#ericP> .
+
+<http://www.w3.org/People/Eric/ericP-foaf#ericP> a foaf:Person;
+  foaf:homepage <http://www.w3.org/People/Eric/>;
+  foaf:name "Eric Prud'hommeaux" .
+
+
 <https://github.com/RubenVerborgh/node-n3#node-n3> a earl:TestSubject, doap:Project;
   doap:name "node-n3";
   doap:programming-language "JavaScript";
@@ -465,6 +478,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_subject>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_subject>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -503,6 +522,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_four_digit_numeric_escape>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_four_digit_numeric_escape>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -541,6 +566,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_eight_digit_numeric_escape>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_eight_digit_numeric_escape>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -579,6 +610,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_all_punctuation>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_all_punctuation>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -617,6 +654,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_a_predicate>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_a_predicate>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -655,6 +698,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_prefix>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_prefix>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -693,6 +742,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_prefix>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_prefix>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -731,6 +786,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_predicate>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_predicate>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -769,6 +830,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_object>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_object>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -807,6 +874,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_only_IRI>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_only_IRI>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -845,6 +918,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -883,6 +962,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_non_leading_extras>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_non_leading_extras>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -921,6 +1006,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#default_namespace_IRI>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#default_namespace_IRI>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -959,6 +1050,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_reassigned_and_used>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_reassigned_and_used>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -997,6 +1094,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#reserved_escaped_localName>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#reserved_escaped_localName>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -1035,6 +1138,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#percent_escaped_localName>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#percent_escaped_localName>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -1073,6 +1182,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#HYPHEN_MINUS_in_localName>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#HYPHEN_MINUS_in_localName>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -1111,6 +1226,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#underscore_in_localName>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#underscore_in_localName>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -1149,6 +1270,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localname_with_COLON>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localname_with_COLON>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -1187,6 +1314,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -1225,6 +1358,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -1263,6 +1402,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -1301,6 +1446,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_underscore>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_underscore>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -1339,6 +1490,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_digit>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_digit>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -1377,6 +1534,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_non_leading_extras>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_non_leading_extras>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -1415,6 +1578,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_base>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_base>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -1453,6 +1622,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_base>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_base>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -1491,6 +1666,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_subject>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_subject>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -1529,6 +1710,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_object>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_object>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -1567,6 +1754,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -1605,6 +1798,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_underscore>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_underscore>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -1643,6 +1842,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_digit>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_digit>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -1681,6 +1886,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_non_leading_extras>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_non_leading_extras>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -1719,6 +1930,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_subject>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_subject>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -1757,6 +1974,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_object>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_object>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -1795,6 +2018,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#sole_blankNodePropertyList>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#sole_blankNodePropertyList>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -1833,6 +2062,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_subject>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_subject>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -1871,6 +2106,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_object>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_object>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -1909,6 +2150,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_with_multiple_triples>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_with_multiple_triples>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -1947,6 +2194,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_blankNodePropertyLists>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_blankNodePropertyLists>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -1985,6 +2238,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_containing_collection>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_containing_collection>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -2023,6 +2282,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_subject>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_subject>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -2061,6 +2326,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_object>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_object>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -2099,6 +2370,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#empty_collection>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#empty_collection>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -2137,6 +2414,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_collection>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_collection>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -2175,6 +2458,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#first>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#first>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -2213,6 +2502,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#last>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#last>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -2251,6 +2546,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -2289,6 +2590,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_ascii_boundaries>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_ascii_boundaries>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -2327,6 +2634,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_with_UTF8_boundaries>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_with_UTF8_boundaries>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -2365,6 +2678,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_controls>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_controls>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -2403,6 +2722,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_punctuation>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_punctuation>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -2441,6 +2766,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -2479,6 +2810,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -2517,6 +2854,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -2555,6 +2898,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_1_squote>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_1_squote>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -2593,6 +2942,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_2_squotes>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_2_squotes>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -2631,6 +2986,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -2669,6 +3030,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_ascii_boundaries>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_ascii_boundaries>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -2707,6 +3074,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_with_UTF8_boundaries>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_with_UTF8_boundaries>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -2745,6 +3118,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -2783,6 +3162,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -2821,6 +3206,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -2859,6 +3250,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_1_squote>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_1_squote>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -2897,6 +3294,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_2_squotes>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_2_squotes>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -2935,6 +3338,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CHARACTER_TABULATION>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CHARACTER_TABULATION>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -2973,6 +3382,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_BACKSPACE>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_BACKSPACE>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -3011,6 +3426,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_LINE_FEED>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_LINE_FEED>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -3049,6 +3470,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CARRIAGE_RETURN>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CARRIAGE_RETURN>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -3087,6 +3514,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_FORM_FEED>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_FORM_FEED>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -3125,6 +3558,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_REVERSE_SOLIDUS>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_REVERSE_SOLIDUS>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -3163,6 +3602,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -3201,6 +3646,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_BACKSPACE>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_BACKSPACE>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -3239,6 +3690,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_LINE_FEED>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_LINE_FEED>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -3277,6 +3734,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -3315,6 +3778,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_FORM_FEED>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_FORM_FEED>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -3353,6 +3822,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape4>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape4>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -3391,6 +3866,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape8>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape8>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -3429,6 +3910,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRIREF_datatype>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#IRIREF_datatype>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -3467,6 +3954,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_name_datatype>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_name_datatype>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -3505,6 +3998,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_integer>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_integer>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -3543,6 +4042,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_decimal>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_decimal>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -3581,6 +4086,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_double>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_double>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -3619,6 +4130,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#double_lower_case_e>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#double_lower_case_e>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -3657,6 +4174,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#negative_numeric>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#negative_numeric>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -3695,6 +4218,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#positive_numeric>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#positive_numeric>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -3733,6 +4262,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#numeric_with_leading_0>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#numeric_with_leading_0>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -3771,6 +4306,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_true>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_true>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -3809,6 +4350,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_false>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_false>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -3847,6 +4394,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_non_LONG>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_non_LONG>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -3885,6 +4438,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -3923,6 +4482,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#lantag_with_subtag>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#lantag_with_subtag>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -3961,6 +4526,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#objectList_with_two_objects>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#objectList_with_two_objects>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -3999,6 +4570,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#predicateObjectList_with_two_objectLists>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#predicateObjectList_with_two_objectLists>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -4037,6 +4614,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_at_end>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_at_end>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -4075,6 +4658,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_not_at_end>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_not_at_end>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -4113,6 +4702,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_localName>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_localName>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -4151,6 +4746,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_localName>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_localName>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -4189,6 +4790,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_PNAME_NS>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_PNAME_NS>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -4227,6 +4834,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_PNAME_NS>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_PNAME_NS>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -4265,6 +4878,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -4302,6 +4921,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -4340,6 +4965,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#two_LITERAL_LONG2s>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#two_LITERAL_LONG2s>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -4378,6 +5009,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG_with_subtag>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG_with_subtag>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -4415,6 +5052,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-01>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-01>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -4452,6 +5095,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-02>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-02>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -4489,6 +5138,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-03>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-03>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -4526,6 +5181,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-01>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-01>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -4563,6 +5224,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-02>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-02>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -4600,6 +5267,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-03>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-03>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -4637,6 +5310,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-04>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-04>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -4674,6 +5353,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-01>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-01>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -4711,6 +5396,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-02>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-02>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -4748,6 +5439,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-03>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-03>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -4785,6 +5482,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-04>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-04>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -4822,6 +5525,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-01>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-01>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -4859,6 +5568,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-02>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-02>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -4896,6 +5611,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-03>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-03>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -4933,6 +5654,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-04>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-04>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -4970,6 +5697,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-05>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-05>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -5007,6 +5740,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-06>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-06>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -5044,6 +5783,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-07>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-07>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -5081,6 +5826,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-08>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-08>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -5118,6 +5869,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-09>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-09>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -5155,6 +5912,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-01>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-01>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -5192,6 +5955,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-02>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-02>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -5229,6 +5998,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-03>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-03>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -5266,6 +6041,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-04>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-04>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -5303,6 +6084,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-05>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-05>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -5340,6 +6127,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-06>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-06>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -5377,6 +6170,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-07>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-07>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -5414,6 +6213,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-08>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-08>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -5451,6 +6256,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-09>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-09>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -5488,6 +6299,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-10>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-10>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -5525,6 +6342,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-11>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-11>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -5562,6 +6385,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-01>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-01>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -5599,6 +6428,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-02>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-02>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -5636,6 +6471,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-03>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-03>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -5673,6 +6514,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-01>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-01>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -5710,6 +6557,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-02>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-02>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -5747,6 +6600,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-03>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-03>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -5784,6 +6643,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-01>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-01>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -5821,6 +6686,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-02>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-02>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -5858,6 +6729,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-03>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-03>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -5895,6 +6772,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-04>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-04>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -5932,6 +6815,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-05>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-05>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -5969,6 +6858,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-06>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-06>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -6006,6 +6901,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-07>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-07>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -6043,6 +6944,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-08>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-08>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -6080,6 +6987,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-09>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-09>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -6117,6 +7030,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-10>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-10>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -6154,6 +7073,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-01>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-01>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -6191,6 +7116,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-02>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-02>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -6228,6 +7159,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-03>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-03>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -6265,6 +7202,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-04>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-04>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -6302,6 +7245,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-05>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-05>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -6339,6 +7288,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-06>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-06>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -6376,6 +7331,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-07>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-07>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -6413,6 +7374,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-08>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-08>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -6450,6 +7417,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-09>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-09>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -6487,6 +7460,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-10>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-10>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -6524,6 +7503,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-11>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-11>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -6561,6 +7546,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-01>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-01>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -6598,6 +7589,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-02>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-02>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -6635,6 +7632,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-01>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-01>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -6672,6 +7675,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-02>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-02>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -6709,6 +7718,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-03>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-03>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -6746,6 +7761,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-01>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-01>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -6783,6 +7804,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-02>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-02>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -6820,6 +7847,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-03>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-03>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -6857,6 +7890,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-04>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-04>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -6894,6 +7933,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-05>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-05>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -6931,6 +7976,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-01>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-01>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -6968,6 +8019,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-02>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-02>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -7005,6 +8062,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-03>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-03>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -7042,6 +8105,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-04>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-04>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -7079,6 +8148,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-05>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-05>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -7116,6 +8191,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-01>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-01>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -7153,6 +8234,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-02>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-02>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -7190,6 +8277,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-03>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-03>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -7227,6 +8320,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-04>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-04>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -7264,6 +8363,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-05>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-05>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -7301,6 +8406,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-01>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-01>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -7338,6 +8449,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-02>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-02>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -7375,6 +8492,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-03>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-03>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -7412,6 +8535,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-04>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-04>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -7449,6 +8578,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-05>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-05>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -7486,6 +8621,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-01>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-01>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -7523,6 +8664,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-02>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-02>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -7560,6 +8707,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-03>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-03>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -7597,6 +8750,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-01>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-01>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -7634,6 +8793,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-02>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-02>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -7671,6 +8836,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-03>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-03>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -7708,6 +8879,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-04>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-04>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -7745,6 +8922,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-05>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-05>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -7782,6 +8965,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-06>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-06>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -7819,6 +9008,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-07>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-07>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -7856,6 +9051,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-01>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-01>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -7893,6 +9094,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-02>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-02>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -7930,6 +9137,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-03>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-03>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -7967,6 +9180,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-04>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-04>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -8004,6 +9223,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-05>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-05>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -8041,6 +9266,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-01>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-01>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -8078,6 +9309,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-02>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-02>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -8115,6 +9352,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-03>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-03>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -8152,6 +9395,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-04>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-04>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -8189,6 +9438,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-05>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-05>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -8226,6 +9481,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-06>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-06>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -8263,6 +9524,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-07>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-07>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -8300,6 +9567,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-08>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-08>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -8337,6 +9610,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-09>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-09>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -8374,6 +9653,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-10>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-10>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -8411,6 +9696,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-11>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-11>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -8448,6 +9739,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-12>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-12>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -8485,6 +9782,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-13>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-13>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -8522,6 +9825,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-08>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-08>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -8559,6 +9868,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-09>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-09>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -8596,6 +9911,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-10>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-10>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -8633,6 +9954,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-11>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-11>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -8670,6 +9997,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-12>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-12>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -8707,6 +10040,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-13>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-13>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -8744,6 +10083,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-14>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-14>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -8781,6 +10126,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-15>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-15>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -8818,6 +10169,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-16>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-16>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -8855,6 +10212,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-17>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-17>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -8892,6 +10255,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-lang-01>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-lang-01>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -8929,6 +10298,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-01>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-01>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -8966,6 +10341,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-02>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-02>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -9003,6 +10384,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-03>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-03>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -9040,6 +10427,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-04>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-04>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -9077,6 +10470,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-01>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-01>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -9114,6 +10513,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-02>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-02>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -9151,6 +10556,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-03>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-03>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -9188,6 +10599,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-01>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-01>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -9225,6 +10642,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-02>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-02>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -9262,6 +10685,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-03>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-03>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -9299,6 +10728,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-04>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-04>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -9336,6 +10771,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-05>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-05>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -9373,6 +10814,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-06>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-06>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -9410,6 +10857,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-07>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-07>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -9447,6 +10900,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-01>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-01>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -9484,6 +10943,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-02>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-02>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -9521,6 +10986,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-03>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-03>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -9558,6 +11029,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-04>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-04>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -9595,6 +11072,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-05>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-05>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -9633,6 +11116,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-01>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-01>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -9671,6 +11160,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-02>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-02>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -9709,6 +11204,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-01>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-01>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -9747,6 +11248,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-02>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-02>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -9785,6 +11292,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-03>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-03>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -9823,6 +11336,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-04>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-04>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -9861,6 +11380,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-05>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-05>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -9899,6 +11424,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-06>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-06>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -9937,6 +11468,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-07>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-07>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -9975,6 +11512,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-08>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-08>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -10013,6 +11556,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-09>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-09>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -10051,6 +11600,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-10>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-10>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -10089,6 +11644,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-11>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-11>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -10127,6 +11688,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-12>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-12>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -10165,6 +11732,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-13>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-13>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -10203,6 +11776,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-14>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-14>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -10241,6 +11820,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-15>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-15>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -10279,6 +11864,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-16>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-16>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -10317,6 +11908,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-17>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-17>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -10355,6 +11952,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-18>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-18>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -10393,6 +11996,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-19>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-19>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -10431,6 +12040,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-20>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-20>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -10469,6 +12084,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-21>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-21>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -10507,6 +12128,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-22>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-22>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -10545,6 +12172,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-23>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-23>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -10583,6 +12216,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-24>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-24>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -10621,6 +12260,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-25>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-25>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -10659,6 +12304,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-26>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-26>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -10697,6 +12348,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-27>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-27>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -10734,6 +12391,11 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-01>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-01>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -10771,6 +12433,11 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-02>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-02>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -10808,6 +12475,11 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-03>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-03>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -10845,6 +12517,11 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-04>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:untested ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-04>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -10882,6 +12559,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-blank-label-dot-end>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-blank-label-dot-end>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -10919,6 +12602,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-dash-start>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-dash-start>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -10956,6 +12645,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape-start>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape-start>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -10993,6 +12688,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -11030,6 +12731,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -11067,6 +12774,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -11104,6 +12817,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-end>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-end>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -11141,6 +12860,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-start>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-start>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -11178,6 +12903,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-number-dot-in-anon>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-number-dot-in-anon>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -11215,6 +12946,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-blank-label>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-blank-label>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -11252,6 +12989,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-colons>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-colons>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -11289,6 +13032,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-dots>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-dots>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
@@ -11326,6 +13075,12 @@
       earl:mode earl:automatic;
       earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
     [ a earl:Assertion;
+      earl:assertedBy <http://swobjects.org/test_Turtle-WG.sh>;
+      earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ns-dots>;
+      earl:subject <http://swobjects.org/sparql>;
+      earl:mode earl:notAvailable;
+      earl:result [ a earl:TestResult; earl:outcome earl:passed ]]
+    [ a earl:Assertion;
       earl:assertedBy <http://ruben.verborgh.org/#me>;
       earl:test <http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ns-dots>;
       earl:subject <https://github.com/RubenVerborgh/node-n3#node-n3>;
--- a/rdf-turtle/reports/index.html	Sat Aug 10 17:18:38 2013 -0700
+++ b/rdf-turtle/reports/index.html	Sun Aug 11 13:20:46 2013 -0700
@@ -25,7 +25,7 @@
             shortName:            "turtle-earl",
             //subtitle:             "Turtle Implementation Conformance Report",
             // if you wish the publication date to be other than today, set this
-            publishDate:  "2013/08/10",
+            publishDate:  "2013/08/11",
         
             // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
             // and its maturity status
@@ -190,10 +190,13 @@
               <a href='#subj_2'>RDF::Turtle</a>
             </th>
             <th>
-              <a href='#subj_3'>node-n3</a>
+              <a href='#subj_3'>SWObjects</a>
             </th>
             <th>
-              <a href='#subj_4'>Turtle Parser</a>
+              <a href='#subj_4'>node-n3</a>
+            </th>
+            <th>
+              <a href='#subj_5'>Turtle Parser</a>
             </th>
           </tr>
           <tr inlist='inlist' rel='mf:entries' resource='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_subject' typeof='earl:TestCriterion earl:TestCase http://www.w3.org/ns/earl#TestCase'>
@@ -234,6 +237,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_subject' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_subject' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -294,6 +308,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_four_digit_numeric_escape' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_four_digit_numeric_escape' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -354,6 +379,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_eight_digit_numeric_escape' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_eight_digit_numeric_escape' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -414,6 +450,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_all_punctuation' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRI_with_all_punctuation' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -474,6 +521,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_a_predicate' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_a_predicate' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -534,6 +592,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_prefix' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_prefix' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -594,6 +663,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_prefix' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_prefix' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -654,6 +734,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_predicate' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_predicate' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -714,6 +805,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_object' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_IRI_object' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -774,6 +876,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_only_IRI' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_only_IRI' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -834,6 +947,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_PN_CHARS_BASE_character_boundaries' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -894,6 +1018,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_non_leading_extras' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_with_non_leading_extras' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -954,6 +1089,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#default_namespace_IRI' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#default_namespace_IRI' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -1014,6 +1160,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_reassigned_and_used' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefix_reassigned_and_used' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -1074,6 +1231,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#reserved_escaped_localName' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#reserved_escaped_localName' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -1134,6 +1302,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#percent_escaped_localName' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#percent_escaped_localName' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -1194,6 +1373,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#HYPHEN_MINUS_in_localName' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#HYPHEN_MINUS_in_localName' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -1254,6 +1444,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#underscore_in_localName' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#underscore_in_localName' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -1314,6 +1515,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localname_with_COLON' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localname_with_COLON' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -1374,6 +1586,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -1434,6 +1657,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -1494,6 +1728,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_nfc_PN_CHARS_BASE_character_boundaries' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -1554,6 +1799,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_underscore' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_underscore' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -1614,6 +1870,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_digit' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_leading_digit' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -1674,6 +1941,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_non_leading_extras' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#localName_with_non_leading_extras' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -1734,6 +2012,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_base' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#old_style_base' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -1794,6 +2083,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_base' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#SPARQL_style_base' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -1854,6 +2154,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_subject' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_subject' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -1914,6 +2225,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_object' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_object' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -1974,6 +2296,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_PN_CHARS_BASE_character_boundaries' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -2034,6 +2367,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_underscore' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_underscore' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -2094,6 +2438,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_digit' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_leading_digit' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -2154,6 +2509,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_non_leading_extras' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#labeled_blank_node_with_non_leading_extras' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -2214,6 +2580,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_subject' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_subject' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -2274,6 +2651,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_object' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#anonymous_blank_node_object' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -2334,6 +2722,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#sole_blankNodePropertyList' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#sole_blankNodePropertyList' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -2394,6 +2793,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_subject' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_subject' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -2454,6 +2864,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_object' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_as_object' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -2514,6 +2935,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_with_multiple_triples' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_with_multiple_triples' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -2574,6 +3006,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_blankNodePropertyLists' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_blankNodePropertyLists' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -2634,6 +3077,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_containing_collection' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#blankNodePropertyList_containing_collection' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -2694,6 +3148,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_subject' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_subject' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -2754,6 +3219,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_object' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#collection_object' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -2814,6 +3290,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#empty_collection' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#empty_collection' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -2874,6 +3361,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_collection' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#nested_collection' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -2934,6 +3432,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#first' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#first' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -2994,6 +3503,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#last' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#last' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -3054,6 +3574,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -3114,6 +3645,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_ascii_boundaries' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_ascii_boundaries' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -3174,6 +3716,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_with_UTF8_boundaries' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_with_UTF8_boundaries' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -3234,6 +3787,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_controls' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_controls' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -3294,6 +3858,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_punctuation' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL1_all_punctuation' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -3354,6 +3929,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -3414,6 +4000,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_ascii_boundaries' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -3474,6 +4071,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_UTF8_boundaries' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -3534,6 +4142,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_1_squote' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_1_squote' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -3594,6 +4213,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_2_squotes' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG1_with_2_squotes' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -3654,6 +4284,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -3714,6 +4355,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_ascii_boundaries' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_ascii_boundaries' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -3774,6 +4426,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_with_UTF8_boundaries' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL2_with_UTF8_boundaries' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -3834,6 +4497,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -3894,6 +4568,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_ascii_boundaries' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -3954,6 +4639,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_UTF8_boundaries' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -4014,6 +4710,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_1_squote' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_1_squote' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -4074,6 +4781,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_2_squotes' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_2_squotes' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -4134,6 +4852,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CHARACTER_TABULATION' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CHARACTER_TABULATION' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -4194,6 +4923,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_BACKSPACE' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_BACKSPACE' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -4254,6 +4994,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_LINE_FEED' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_LINE_FEED' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -4314,6 +5065,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CARRIAGE_RETURN' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_CARRIAGE_RETURN' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -4374,6 +5136,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_FORM_FEED' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_FORM_FEED' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -4434,6 +5207,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_REVERSE_SOLIDUS' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_REVERSE_SOLIDUS' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -4494,6 +5278,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CHARACTER_TABULATION' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -4554,6 +5349,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_BACKSPACE' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_BACKSPACE' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -4614,6 +5420,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_LINE_FEED' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_LINE_FEED' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -4674,6 +5491,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_CARRIAGE_RETURN' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -4734,6 +5562,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_FORM_FEED' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_escaped_FORM_FEED' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -4794,6 +5633,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape4' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape4' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -4854,6 +5704,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape8' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_with_numeric_escape8' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -4914,6 +5775,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRIREF_datatype' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#IRIREF_datatype' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -4974,6 +5846,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_name_datatype' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#prefixed_name_datatype' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -5034,6 +5917,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_integer' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_integer' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -5094,6 +5988,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_decimal' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_decimal' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -5154,6 +6059,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_double' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#bareword_double' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -5214,6 +6130,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#double_lower_case_e' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#double_lower_case_e' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -5274,6 +6201,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#negative_numeric' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#negative_numeric' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -5334,6 +6272,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#positive_numeric' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#positive_numeric' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -5394,6 +6343,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#numeric_with_leading_0' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#numeric_with_leading_0' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -5454,6 +6414,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_true' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_true' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -5514,6 +6485,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_false' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#literal_false' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -5574,6 +6556,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_non_LONG' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_non_LONG' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -5634,6 +6627,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -5694,6 +6698,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#lantag_with_subtag' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#lantag_with_subtag' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -5754,6 +6769,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#objectList_with_two_objects' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#objectList_with_two_objects' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -5814,6 +6840,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#predicateObjectList_with_two_objectLists' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#predicateObjectList_with_two_objectLists' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -5874,6 +6911,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_at_end' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_at_end' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -5934,6 +6982,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_not_at_end' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#repeated_semis_not_at_end' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -5994,6 +7053,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_localName' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_localName' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -6054,6 +7124,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_localName' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_localName' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -6114,6 +7195,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_PNAME_NS' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#comment_following_PNAME_NS' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -6174,6 +7266,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_PNAME_NS' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#number_sign_following_PNAME_NS' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -6234,6 +7337,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#LITERAL_LONG2_with_REVERSE_SOLIDUS' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -6294,6 +7408,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -6354,6 +7479,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#two_LITERAL_LONG2s' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#two_LITERAL_LONG2s' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -6414,6 +7550,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG_with_subtag' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#langtagged_LONG_with_subtag' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -6474,6 +7621,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-01' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-01' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -6534,6 +7692,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-02' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-02' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -6594,6 +7763,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-03' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-file-03' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -6654,6 +7834,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-01' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-01' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -6714,6 +7905,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-02' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-02' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -6774,6 +7976,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-03' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-03' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -6834,6 +8047,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-04' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-uri-04' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -6894,6 +8118,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-01' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-01' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -6954,6 +8189,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-02' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-02' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -7014,6 +8260,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-03' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-03' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -7074,6 +8331,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-04' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-base-04' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -7134,6 +8402,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-01' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-01' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -7194,6 +8473,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-02' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-02' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -7254,6 +8544,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-03' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-03' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -7314,6 +8615,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-04' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-04' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -7374,6 +8686,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-05' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-05' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -7434,6 +8757,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-06' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-06' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -7494,6 +8828,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-07' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-07' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -7554,6 +8899,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-08' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-08' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -7614,6 +8970,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-09' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-prefix-09' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -7674,6 +9041,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-01' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-01' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -7734,6 +9112,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-02' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-02' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -7794,6 +9183,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-03' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-03' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -7854,6 +9254,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-04' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-04' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -7914,6 +9325,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-05' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-05' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -7974,6 +9396,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-06' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-06' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -8034,6 +9467,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-07' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-07' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -8094,6 +9538,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-08' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-08' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -8154,6 +9609,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-09' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-09' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -8214,6 +9680,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-10' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-10' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -8274,6 +9751,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-11' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-string-11' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -8334,6 +9822,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-01' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-01' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -8394,6 +9893,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-02' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-02' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -8454,6 +9964,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-03' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-str-esc-03' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -8514,6 +10035,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-01' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-01' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -8574,6 +10106,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-02' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-02' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -8634,6 +10177,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-03' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-pname-esc-03' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -8694,6 +10248,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-01' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-01' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -8754,6 +10319,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-02' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-02' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -8814,6 +10390,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-03' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-03' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -8874,6 +10461,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-04' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-04' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -8934,6 +10532,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-05' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-05' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -8994,6 +10603,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-06' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-06' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -9054,6 +10674,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-07' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-07' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -9114,6 +10745,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-08' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-08' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -9174,6 +10816,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-09' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-09' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -9234,6 +10887,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-10' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bnode-10' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -9294,6 +10958,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-01' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-01' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -9354,6 +11029,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-02' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-02' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -9414,6 +11100,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-03' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-03' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -9474,6 +11171,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-04' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-04' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -9534,6 +11242,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-05' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-05' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -9594,6 +11313,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-06' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-06' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -9654,6 +11384,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-07' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-07' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -9714,6 +11455,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-08' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-08' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -9774,6 +11526,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-09' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-09' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -9834,6 +11597,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-10' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-10' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -9894,6 +11668,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-11' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-number-11' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -9954,6 +11739,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-01' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-01' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -10014,6 +11810,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-02' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-datatypes-02' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -10074,6 +11881,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-01' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-01' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -10134,6 +11952,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-02' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-02' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -10194,6 +12023,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-03' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-kw-03' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -10254,6 +12094,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-01' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-01' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -10314,6 +12165,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-02' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-02' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -10374,6 +12236,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-03' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-03' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -10434,6 +12307,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-04' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-04' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -10494,6 +12378,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-05' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-struct-05' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -10554,6 +12449,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-01' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-01' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -10614,6 +12520,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-02' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-02' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -10674,6 +12591,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-03' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-03' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -10734,6 +12662,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-04' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-04' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -10794,6 +12733,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-05' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-lists-05' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -10854,6 +12804,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-01' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-01' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -10914,6 +12875,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-02' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-02' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -10974,6 +12946,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-03' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-03' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -11034,6 +13017,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-04' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-04' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -11094,6 +13088,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-05' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-uri-05' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -11154,6 +13159,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-01' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-01' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -11214,6 +13230,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-02' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-02' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -11274,6 +13301,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-03' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-03' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -11334,6 +13372,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-04' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-04' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -11394,6 +13443,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-05' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-prefix-05' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -11454,6 +13514,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-01' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-01' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -11514,6 +13585,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-02' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-02' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -11574,6 +13656,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-03' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-base-03' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -11634,6 +13727,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-01' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-01' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -11694,6 +13798,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-02' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-02' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -11754,6 +13869,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-03' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-03' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -11814,6 +13940,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-04' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-04' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -11874,6 +14011,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-05' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-05' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -11934,6 +14082,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-06' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-06' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -11994,6 +14153,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-07' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-07' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -12054,6 +14224,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-01' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-01' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -12114,6 +14295,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-02' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-02' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -12174,6 +14366,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-03' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-03' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -12234,6 +14437,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-04' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-04' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -12294,6 +14508,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-05' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-kw-05' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -12354,6 +14579,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-01' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-01' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -12414,6 +14650,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-02' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-02' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -12474,6 +14721,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-03' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-03' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -12534,6 +14792,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-04' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-04' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -12594,6 +14863,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-05' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-05' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -12654,6 +14934,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-06' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-06' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -12714,6 +15005,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-07' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-07' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -12774,6 +15076,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-08' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-08' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -12834,6 +15147,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-09' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-09' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -12894,6 +15218,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-10' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-10' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -12954,6 +15289,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-11' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-11' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -13014,6 +15360,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-12' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-12' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -13074,6 +15431,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-13' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-n3-extras-13' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -13134,6 +15502,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-08' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-08' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -13194,6 +15573,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-09' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-09' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -13254,6 +15644,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-10' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-10' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -13314,6 +15715,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-11' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-11' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -13374,6 +15786,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-12' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-12' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -13434,6 +15857,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-13' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-13' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -13494,6 +15928,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-14' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-14' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -13554,6 +15999,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-15' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-15' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -13614,6 +16070,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-16' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-16' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -13674,6 +16141,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-17' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-struct-17' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -13734,6 +16212,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-lang-01' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-lang-01' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -13794,6 +16283,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-01' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-01' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -13854,6 +16354,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-02' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-02' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -13914,6 +16425,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-03' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-03' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -13974,6 +16496,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-04' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-esc-04' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -14034,6 +16567,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-01' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-01' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -14094,6 +16638,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-02' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-02' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -14154,6 +16709,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-03' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-pname-03' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -14214,6 +16780,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-01' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-01' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -14274,6 +16851,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-02' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-02' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -14334,6 +16922,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-03' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-03' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -14394,6 +16993,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-04' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-04' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -14454,6 +17064,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-05' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-05' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -14514,6 +17135,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-06' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-06' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -14574,6 +17206,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-07' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-string-07' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -14634,6 +17277,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-01' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-01' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -14694,6 +17348,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-02' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-02' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -14754,6 +17419,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-03' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-03' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -14814,6 +17490,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-04' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-04' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -14874,6 +17561,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-05' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-num-05' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -14934,6 +17632,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-01' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-01' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -14994,6 +17703,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-02' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-struct-02' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -15054,6 +17774,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-01' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-01' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -15114,6 +17845,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-02' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-02' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -15174,6 +17916,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-03' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-03' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -15234,6 +17987,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-04' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-04' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -15294,6 +18058,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-05' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-05' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -15354,6 +18129,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-06' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-06' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -15414,6 +18200,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-07' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-07' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -15474,6 +18271,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-08' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-08' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -15534,6 +18342,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-09' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-09' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -15594,6 +18413,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-10' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-10' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -15654,6 +18484,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-11' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-11' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -15714,6 +18555,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-12' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-12' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -15774,6 +18626,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-13' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-13' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -15834,6 +18697,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-14' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-14' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -15894,6 +18768,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-15' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-15' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -15954,6 +18839,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-16' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-16' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -16014,6 +18910,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-17' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-17' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -16074,6 +18981,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-18' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-18' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -16134,6 +19052,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-19' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-19' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -16194,6 +19123,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-20' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-20' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -16254,6 +19194,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-21' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-21' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -16314,6 +19265,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-22' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-22' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -16374,6 +19336,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-23' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-23' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -16434,6 +19407,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-24' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-24' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -16494,6 +19478,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-25' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-25' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -16554,6 +19549,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-26' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-26' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -16614,6 +19620,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-27' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-subm-27' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -16673,6 +19690,16 @@
                 </span>
               </span>
             </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-01' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-01' property='earl:test' />
@@ -16733,6 +19760,16 @@
                 </span>
               </span>
             </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-02' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-02' property='earl:test' />
@@ -16793,6 +19830,16 @@
                 </span>
               </span>
             </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-03' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-03' property='earl:test' />
@@ -16853,6 +19900,16 @@
                 </span>
               </span>
             </td>
+            <td class='UNTESTED' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-04' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:untested'>
+                  UNTESTED
+                </span>
+              </span>
+            </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-eval-bad-04' property='earl:test' />
@@ -16914,6 +19971,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-blank-label-dot-end' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-blank-label-dot-end' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -16974,6 +20042,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-dash-start' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-dash-start' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -17034,6 +20113,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape-start' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape-start' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -17094,6 +20184,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ln-escape' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -17154,6 +20255,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-end' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -17214,6 +20326,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-missing-ns-dot-start' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -17274,6 +20397,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-end' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-end' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -17334,6 +20468,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-start' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-ns-dot-start' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -17394,6 +20539,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-number-dot-in-anon' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-bad-number-dot-in-anon' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -17454,6 +20610,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-blank-label' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-blank-label' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -17514,6 +20681,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-colons' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-colons' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -17574,6 +20752,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-dots' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ln-dots' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -17634,6 +20823,17 @@
               </span>
             </td>
             <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
+              <link href='http://swobjects.org/test_Turtle-WG.sh' property='earl:assertedBy' />
+              <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ns-dots' property='earl:test' />
+              <link href='http://swobjects.org/sparql' property='earl:subject' />
+              <link href='earl:notAvailable' property='earl:mode' />
+              <span property='earl:result' typeof='earl:TestResult'>
+                <span property='earl:outcome' resource='earl:passed'>
+                  PASS
+                </span>
+              </span>
+            </td>
+            <td class='PASS' inlist='inlist' property='earl:assertions' typeof='earl:Assertion'>
               <link href='http://ruben.verborgh.org/#me' property='earl:assertedBy' />
               <link href='http://www.w3.org/2013/TurtleTests/manifest.ttl#turtle-syntax-ns-dots' property='earl:test' />
               <link href='https://github.com/RubenVerborgh/node-n3#node-n3' property='earl:subject' />
@@ -17669,6 +20869,9 @@
             <td class='passed-all'>
               100.0%
             </td>
+            <td class='passed-most'>
+              98.6%
+            </td>
             <td class='passed-all'>
               100.0%
             </td>
@@ -17741,9 +20944,6 @@
               <table class='report'>
                 <tbody>
                   <tr>
-                    <td>
-                      
-                    </td>
                     <td class='passed-all'>
                       291/291 (100.0%)
                     </td>
@@ -17785,9 +20985,6 @@
               <table class='report'>
                 <tbody>
                   <tr>
-                    <td>
-                      
-                    </td>
                     <td class='passed-all'>
                       291/291 (100.0%)
                     </td>
@@ -17837,9 +21034,6 @@
               <table class='report'>
                 <tbody>
                   <tr>
-                    <td>
-                      
-                    </td>
                     <td class='passed-all'>
                       291/291 (100.0%)
                     </td>
@@ -17850,6 +21044,51 @@
           </dl>
         </dd>
         <dt id='subj_3'>
+          <a href='http://swobjects.org/sparql'>
+            <span about='http://swobjects.org/sparql' property='doap:name'>SWObjects</span>
+          </a>
+        </dt>
+        <dd inlist='inlist' property='earl:testSubjects' resource='http://swobjects.org/sparql' typeof='earl:TestSubject doap:Project'>
+          <dl>
+            <dt>Home Page</dt>
+            <dd property='doap:homepage'>
+              <a href='http://swobjects.org/'>
+                http://swobjects.org/
+              </a>
+            </dd>
+            <dt>Developer</dt>
+            <dd rel='doap:developer'>
+              <div resource='http://www.w3.org/People/Eric/ericP-foaf#ericP' typeof='foaf:Person'>
+                <a href='http://www.w3.org/People/Eric/ericP-foaf#ericP'>
+                  <span property='foaf:name'>Eric Prud'hommeaux</span>
+                </a>
+                <dt>
+                  Home Page
+                </dt>
+                <dd>
+                  <a href='http://www.w3.org/People/Eric/' property='foaf:homepage'>
+                    http://www.w3.org/People/Eric/
+                  </a>
+                </dd>
+              </div>
+            </dd>
+            <dt>
+              Test Suite Compliance
+            </dt>
+            <dd>
+              <table class='report'>
+                <tbody>
+                  <tr>
+                    <td class='passed-most'>
+                      287/291 (98.6%)
+                    </td>
+                  </tr>
+                </tbody>
+              </table>
+            </dd>
+          </dl>
+        </dd>
+        <dt id='subj_4'>
           <a href='https://github.com/RubenVerborgh/node-n3#node-n3'>
             <span about='https://github.com/RubenVerborgh/node-n3#node-n3' property='doap:name'>node-n3</span>
           </a>
@@ -17887,9 +21126,6 @@
               <table class='report'>
                 <tbody>
                   <tr>
-                    <td>
-                      
-                    </td>
                     <td class='passed-all'>
                       291/291 (100.0%)
                     </td>
@@ -17899,7 +21135,7 @@
             </dd>
           </dl>
         </dd>
-        <dt id='subj_4'>
+        <dt id='subj_5'>
           <a href='https://github.com/peteroupc/TurtleParserJava'>
             <span about='https://github.com/peteroupc/TurtleParserJava' property='doap:name'>Turtle Parser</span>
           </a>
@@ -17939,9 +21175,6 @@
               <table class='report'>
                 <tbody>
                   <tr>
-                    <td>
-                      
-                    </td>
                     <td class='passed-all'>
                       291/291 (100.0%)
                     </td>
@@ -17968,6 +21201,9 @@
           <a class='source' href='RIOT-jena-details.ttl'>RIOT-jena-details.ttl</a>
         </li>
         <li>
+          <a class='source' href='SWObjects-Turtle-EARL-2013-08-11.ttl'>SWObjects-Turtle-EARL-2013-08-11.ttl</a>
+        </li>
+        <li>
           <a class='source' href='earl-node-n3-2013-08-10.ttl'>earl-node-n3-2013-08-10.ttl</a>
         </li>
         <li>
--- a/rdf-turtle/reports/template.md	Sat Aug 10 17:18:38 2013 -0700
+++ b/rdf-turtle/reports/template.md	Sun Aug 11 13:20:46 2013 -0700
@@ -337,8 +337,6 @@
                       - total = manifest['entries'].length
                       - pct = (passed * 100.0) / total
                       %tr
-                        %td
-                          ~ manifest['title']
                         %td{:class => (pct == 100.0 ? 'passed-all' : (pct >= 85.0 ? 'passed-most' : 'passed-some'))}
                           = "#{passed}/#{total} (#{'%.1f' % pct}%)"
     - unless tests['assertions'].empty?